summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.xml b/NEWS.xml
index 368bf5c..0206018 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,55 +1,55 @@
1<?xml version="1.0" encoding="us-ascii"?> 1<?xml version="1.0" encoding="us-ascii"?>
2<news> 2<news>
3 <version version="2.0.2" date="April 11th, 2009"> 3 <version version="2.0.2" date="April 11th, 2009">
4 <ni>Handling of unknown encodings during discovery</ni> 4 <ni>Handling of unknown encodings during discovery</ni>
5 <ni>Discovery robustness improvements</ni> 5 <ni>Discovery robustness improvements</ni>
6 <ni>Workaround for OPs (e.g. livejournal.com) breaking specs</ni> 6 <ni>Workaround for OPs (e.g. livejournal.com) breaking specs</ni>
7 <ni>Compile-time fixes for newer gcc</ni> 7 <ni>Build fixes and improvements</ni>
8 </version> 8 </version>
9 <version version="2.0.1" date="November 22nd, 2008"> 9 <version version="2.0.1" date="November 22nd, 2008">
10 <ni>Compile-time fixes and improvements</ni> 10 <ni>Compile-time fixes and improvements</ni>
11 <ni>Portability improvements for FreeBSD</ni> 11 <ni>Portability improvements for FreeBSD</ni>
12 <ni>Really suppress debugging message from htmltidy when --disable-debug is in 12 <ni>Really suppress debugging message from htmltidy when --disable-debug is in
13 effect</ni> 13 effect</ni>
14 <ni>minor bugfixes</ni> 14 <ni>minor bugfixes</ni>
15 <ni>thread-safety improvements</ni> 15 <ni>thread-safety improvements</ni>
16 </version> 16 </version>
17 <version version="2.0" date="June 26th, 2008"> 17 <version version="2.0" date="June 26th, 2008">
18 <ni>OpenID 2.0 support</ni> 18 <ni>OpenID 2.0 support</ni>
19 <ni>Major rewrite of the whole thing</ni> 19 <ni>Major rewrite of the whole thing</ni>
20 <ni>Support for XRDS (YADIS and XRI/inames) discovery</ni> 20 <ni>Support for XRDS (YADIS and XRI/inames) discovery</ni>
21 <ni>Sheerly improved html-based discovery (only code using new, 2.0-enabled 21 <ni>Sheerly improved html-based discovery (only code using new, 2.0-enabled
22 classes benefits from it)</ni> 22 classes benefits from it)</ni>
23 <ni>Deprecation of the old api</ni> 23 <ni>Deprecation of the old api</ni>
24 <ni>Added sample RP and OP implementations</ni> 24 <ni>Added sample RP and OP implementations</ni>
25 <ni>Require expat xml stream parser library</ni> 25 <ni>Require expat xml stream parser library</ni>
26 <ni>Require htmltidy library</ni> 26 <ni>Require htmltidy library</ni>
27 <ni>Require tr1/memory (shared_ptr) support - either modern gcc or boost 27 <ni>Require tr1/memory (shared_ptr) support - either modern gcc or boost
28 library</ni> 28 library</ni>
29 </version> 29 </version>
30 <version version="0.3.2" date="November 22nd, 2007"> 30 <version version="0.3.2" date="November 22nd, 2007">
31 <ni>code cleanup for stricter compiler</ni> 31 <ni>code cleanup for stricter compiler</ni>
32 </version> 32 </version>
33 <version version="0.3.1" date="November 20th, 2007"> 33 <version version="0.3.1" date="November 20th, 2007">
34 <ni>more robustness improvements in links discovery</ni> 34 <ni>more robustness improvements in links discovery</ni>
35 <ni>removed dependency on pcre c++ bindings, because there are few of them and 35 <ni>removed dependency on pcre c++ bindings, because there are few of them and
36 not everyone likes all of them</ni> 36 not everyone likes all of them</ni>
37 <ni>minor build improvements</ni> 37 <ni>minor build improvements</ni>
38 </version> 38 </version>
39 <version version="0.3" date="August 9th, 2007"> 39 <version version="0.3" date="August 9th, 2007">
40 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old 40 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old
41 consumer_t::canonicalize is now called consumer_t::normalize and the 41 consumer_t::canonicalize is now called consumer_t::normalize and the
42 canonicalize memeber is now virtual to allow caching layer, not static</ni> 42 canonicalize memeber is now virtual to allow caching layer, not static</ni>
43 <ni>robustness improvement in handling associations expiry</ni> 43 <ni>robustness improvement in handling associations expiry</ni>
44 <ni>minor documentation updates</ni> 44 <ni>minor documentation updates</ni>
45 </version> 45 </version>
46 <version version="0.2.1" date="June 24th, 2007"> 46 <version version="0.2.1" date="June 24th, 2007">
47 <ni>open id server invalid signature bugfix</ni> 47 <ni>open id server invalid signature bugfix</ni>
48 </version> 48 </version>
49 <version version="0.2" date="June 19th, 2007"> 49 <version version="0.2" date="June 19th, 2007">
50 <ni>A few robustness improvements and optimizations</ni> 50 <ni>A few robustness improvements and optimizations</ni>
51 <ni>More liberal key/values messages parsing</ni> 51 <ni>More liberal key/values messages parsing</ni>
52 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> 52 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni>
53 </version> 53 </version>
54 <version version="0.1.1" date="January 16th, 2007"> 54 <version version="0.1.1" date="January 16th, 2007">
55 <ni>Fixed a bug in curl errors handling</ni> 55 <ni>Fixed a bug in curl errors handling</ni>