summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS.xml b/NEWS.xml
index e51929f..347b71d 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,40 +1,41 @@
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>
15 <version version="0.2.1" date="June 24th, 2007"> 16 <version version="0.2.1" date="June 24th, 2007">
16 <ni>open id server invalid signature bugfix</ni> 17 <ni>open id server invalid signature bugfix</ni>
17 </version> 18 </version>
18 <version version="0.2" date="June 19th, 2007"> 19 <version version="0.2" date="June 19th, 2007">
19 <ni>A few robustness improvements and optimizations</ni> 20 <ni>A few robustness improvements and optimizations</ni>
20 <ni>More liberal key/values messages parsing</ni> 21 <ni>More liberal key/values messages parsing</ni>
21 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> 22 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni>
22 </version> 23 </version>
23 <version version="0.1.1" date="January 16th, 2007"> 24 <version version="0.1.1" date="January 16th, 2007">
24 <ni>Fixed a bug in curl errors handling</ni> 25 <ni>Fixed a bug in curl errors handling</ni>
25 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to 26 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to
26 configure to alter default implementation of consumer's retrieve_links 27 configure to alter default implementation of consumer's retrieve_links
27 behaviour</ni> 28 behaviour</ni>
28 <ni>Build fix that eliminates the need to pass --disable-konforka in the 29 <ni>Build fix that eliminates the need to pass --disable-konforka in the
29 absence of it.</ni> 30 absence of it.</ni>
30 </version> 31 </version>
31 <version version="0.1" date="January 12th, 2007"> 32 <version version="0.1" date="January 12th, 2007">
32 <ni>OpenID simple registration extension implementation</ni> 33 <ni>OpenID simple registration extension implementation</ni>
33 <ni>OpenID extensions framework</ni> 34 <ni>OpenID extensions framework</ni>
34 <ni>Canonicalization bugfix</ni> 35 <ni>Canonicalization bugfix</ni>
35 <ni>Slightly improved interoperability with buggy implementations</ni> 36 <ni>Slightly improved interoperability with buggy implementations</ni>
36 </version> 37 </version>
37 <version version="0.0" date="July 25th, 2005"> 38 <version version="0.0" date="July 25th, 2005">
38 <ni>Initial release</ni> 39 <ni>Initial release</ni>
39 </version> 40 </version>
40</news> 41</news>