summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2007-10-31 19:06:53 (UTC)
committer Michael Krelin <hacker@klever.net>2007-10-31 19:06:53 (UTC)
commitf2ccc66f71063d45f5bde741a69d9aae954d58da (patch) (unidiff)
tree6e0b94a949d1c5c17fb0251327bcb301d4f02109
parent6a228d2b1cb39007c6a7b91dae578a30e26b37fd (diff)
downloadlibopkele-f2ccc66f71063d45f5bde741a69d9aae954d58da.zip
libopkele-f2ccc66f71063d45f5bde741a69d9aae954d58da.tar.gz
libopkele-f2ccc66f71063d45f5bde741a69d9aae954d58da.tar.bz2
summarized news in NEWS.xml
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.xml b/NEWS.xml
index ce60a41..e51929f 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,26 +1,31 @@
1<?xml version="1.0" encoding="us-ascii"?> 1<?xml version="1.0" encoding="us-ascii"?>
2<news> 2<news>
3 <version>
4 <ni>more robustness improvements in links discovery</ni>
5 <ni>removed dependency on pcre c++ bindings, because there are few of them and
6 not everyone likes all of them</ni>
7 </version>
3 <version version="0.3" date="August 9th, 2007"> 8 <version version="0.3" date="August 9th, 2007">
4 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old 9 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old
5 consumer_t::canonicalize is now called consumer_t::normalize and the 10 consumer_t::canonicalize is now called consumer_t::normalize and the
6 canonicalize memeber is now virtual to allow caching layer, not static</ni> 11 canonicalize memeber is now virtual to allow caching layer, not static</ni>
7 <ni>robustness improvement in handling associations expiry</ni> 12 <ni>robustness improvement in handling associations expiry</ni>
8 <ni>minor documentation updates</ni> 13 <ni>minor documentation updates</ni>
9 </version> 14 </version>
10 <version version="0.2.1" date="June 24th, 2007"> 15 <version version="0.2.1" date="June 24th, 2007">
11 <ni>open id server invalid signature bugfix</ni> 16 <ni>open id server invalid signature bugfix</ni>
12 </version> 17 </version>
13 <version version="0.2" date="June 19th, 2007"> 18 <version version="0.2" date="June 19th, 2007">
14 <ni>A few robustness improvements and optimizations</ni> 19 <ni>A few robustness improvements and optimizations</ni>
15 <ni>More liberal key/values messages parsing</ni> 20 <ni>More liberal key/values messages parsing</ni>
16 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> 21 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni>
17 </version> 22 </version>
18 <version version="0.1.1" date="January 16th, 2007"> 23 <version version="0.1.1" date="January 16th, 2007">
19 <ni>Fixed a bug in curl errors handling</ni> 24 <ni>Fixed a bug in curl errors handling</ni>
20 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to 25 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to
21 configure to alter default implementation of consumer's retrieve_links 26 configure to alter default implementation of consumer's retrieve_links
22 behaviour</ni> 27 behaviour</ni>
23 <ni>Build fix that eliminates the need to pass --disable-konforka in the 28 <ni>Build fix that eliminates the need to pass --disable-konforka in the
24 absence of it.</ni> 29 absence of it.</ni>
25 </version> 30 </version>
26 <version version="0.1" date="January 12th, 2007"> 31 <version version="0.1" date="January 12th, 2007">