|
diff --git a/NEWS.xml b/NEWS.xml index 93d88f9..6b2a4ef 100644 --- a/ NEWS.xml+++ b/ NEWS.xml |
|
@@ -1,26 +1,32 @@ |
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.4" date="December 22nd, 2009"> |
| |
4 | <ni>added attribute exchange and oauth openid extensions contributed by Joseph |
| |
5 | Smarr of Plaxo</ni> |
| |
6 | <ni>removed legacy compatibility code and dependency on pcre</ni> |
| |
7 | <ni>minor build fixes and improvements</ni> |
| |
8 | </version> |
3 | <version version="2.0.3" date="September 1st, 2009"> |
9 | <version version="2.0.3" date="September 1st, 2009"> |
4 | <ni>Fixed an URI normalization bug misnormalizing URIs with a single-character |
10 | <ni>Fixed an URI normalization bug misnormalizing URIs with a single-character |
5 | trailing component</ni> |
11 | trailing component</ni> |
6 | <ni>build improvements</ni> |
12 | <ni>build improvements</ni> |
7 | </version> |
13 | </version> |
8 | <version version="2.0.2" date="April 11th, 2009"> |
14 | <version version="2.0.2" date="April 11th, 2009"> |
9 | <ni>Handling of unknown encodings during discovery</ni> |
15 | <ni>Handling of unknown encodings during discovery</ni> |
10 | <ni>Discovery robustness improvements</ni> |
16 | <ni>Discovery robustness improvements</ni> |
11 | <ni>Workaround for OPs (e.g. livejournal.com) breaking specs</ni> |
17 | <ni>Workaround for OPs (e.g. livejournal.com) breaking specs</ni> |
12 | <ni>Build fixes and improvements</ni> |
18 | <ni>Build fixes and improvements</ni> |
13 | </version> |
19 | </version> |
14 | <version version="2.0.1" date="November 22nd, 2008"> |
20 | <version version="2.0.1" date="November 22nd, 2008"> |
15 | <ni>Compile-time fixes and improvements</ni> |
21 | <ni>Compile-time fixes and improvements</ni> |
16 | <ni>Portability improvements for FreeBSD</ni> |
22 | <ni>Portability improvements for FreeBSD</ni> |
17 | <ni>Really suppress debugging message from htmltidy when --disable-debug is in |
23 | <ni>Really suppress debugging message from htmltidy when --disable-debug is in |
18 | effect</ni> |
24 | effect</ni> |
19 | <ni>minor bugfixes</ni> |
25 | <ni>minor bugfixes</ni> |
20 | <ni>thread-safety improvements</ni> |
26 | <ni>thread-safety improvements</ni> |
21 | </version> |
27 | </version> |
22 | <version version="2.0" date="June 26th, 2008"> |
28 | <version version="2.0" date="June 26th, 2008"> |
23 | <ni>OpenID 2.0 support</ni> |
29 | <ni>OpenID 2.0 support</ni> |
24 | <ni>Major rewrite of the whole thing</ni> |
30 | <ni>Major rewrite of the whole thing</ni> |
25 | <ni>Support for XRDS (YADIS and XRI/inames) discovery</ni> |
31 | <ni>Support for XRDS (YADIS and XRI/inames) discovery</ni> |
26 | <ni>Sheerly improved html-based discovery (only code using new, 2.0-enabled |
32 | <ni>Sheerly improved html-based discovery (only code using new, 2.0-enabled |
|