summaryrefslogtreecommitdiffabout
path: root/NEWS.xml
authorMichael Krelin <hacker@klever.net>2007-11-21 14:03:23 (UTC)
committer Michael Krelin <hacker@klever.net>2007-11-21 14:03:23 (UTC)
commit55008364921771a74a1192411583a72cc05adfa6 (patch) (unidiff)
tree4a2c1ead0b4138b9f670f195de98589d8cb06e1a /NEWS.xml
parent8e397698d6a224e36f2b4a188380ec04400aac66 (diff)
downloadlibopkele-55008364921771a74a1192411583a72cc05adfa6.zip
libopkele-55008364921771a74a1192411583a72cc05adfa6.tar.gz
libopkele-55008364921771a74a1192411583a72cc05adfa6.tar.bz2
bumped version and summarized changes in NEWS
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'NEWS.xml') (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.xml b/NEWS.xml
index 347b71d..8c84b24 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,14 +1,17 @@
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="">
4 <ni>code cleanup for stricter compiler</ni>
5 </version>
3 <version version="0.3.1" date="November 20th, 2007"> 6 <version version="0.3.1" date="November 20th, 2007">
4 <ni>more robustness improvements in links discovery</ni> 7 <ni>more robustness improvements in links discovery</ni>
5 <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
6 not everyone likes all of them</ni> 9 not everyone likes all of them</ni>
7 <ni>minor build improvements</ni> 10 <ni>minor build improvements</ni>
8 </version> 11 </version>
9 <version version="0.3" date="August 9th, 2007"> 12 <version version="0.3" date="August 9th, 2007">
10 <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
11 consumer_t::canonicalize is now called consumer_t::normalize and the 14 consumer_t::canonicalize is now called consumer_t::normalize and the
12 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>
13 <ni>robustness improvement in handling associations expiry</ni> 16 <ni>robustness improvement in handling associations expiry</ni>
14 <ni>minor documentation updates</ni> 17 <ni>minor documentation updates</ni>