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