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