|
diff --git a/NEWS.xml b/NEWS.xml index 8c84b24..af80b24 100644 --- a/ NEWS.xml+++ b/ NEWS.xml |
|
@@ -1,15 +1,15 @@ |
1 | <?xml version="1.0" encoding="us-ascii"?> |
1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> |
2 | <news> |
3 | <version version="0.3.2" date=""> |
3 | <version version="0.3.2" date="November 22nd, 2007"> |
4 | <ni>code cleanup for stricter compiler</ni> |
4 | <ni>code cleanup for stricter compiler</ni> |
5 | </version> |
5 | </version> |
6 | <version version="0.3.1" date="November 20th, 2007"> |
6 | <version version="0.3.1" date="November 20th, 2007"> |
7 | <ni>more robustness improvements in links discovery</ni> |
7 | <ni>more robustness improvements in links discovery</ni> |
8 | <ni>removed dependency on pcre c++ bindings, because there are few of them and |
8 | <ni>removed dependency on pcre c++ bindings, because there are few of them and |
9 | not everyone likes all of them</ni> |
9 | not everyone likes all of them</ni> |
10 | <ni>minor build improvements</ni> |
10 | <ni>minor build improvements</ni> |
11 | </version> |
11 | </version> |
12 | <version version="0.3" date="August 9th, 2007"> |
12 | <version version="0.3" date="August 9th, 2007"> |
13 | <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old |
13 | <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old |
14 | consumer_t::canonicalize is now called consumer_t::normalize and the |
14 | consumer_t::canonicalize is now called consumer_t::normalize and the |
15 | canonicalize memeber is now virtual to allow caching layer, not static</ni> |
15 | canonicalize memeber is now virtual to allow caching layer, not static</ni> |
|