author | Michael Krelin <hacker@klever.net> | 2009-09-01 20:19:45 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-09-01 20:19:45 (UTC) |
commit | 5e8d46cb591582918f4d3d4bbdbd29fee207498a (patch) (unidiff) | |
tree | 32d202bde2c99722433eb601390f38a168be640f /NEWS.xml | |
parent | da3fe98e5c75940135fcd9bb45b36eed62d8b4dc (diff) | |
download | libopkele-5e8d46cb591582918f4d3d4bbdbd29fee207498a.zip libopkele-5e8d46cb591582918f4d3d4bbdbd29fee207498a.tar.gz libopkele-5e8d46cb591582918f4d3d4bbdbd29fee207498a.tar.bz2 |
updated news and bumped version to 2.0.32.0.3public/master
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | NEWS.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,66 +1,71 @@ | |||
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> |
51 | <ni>More liberal key/values messages parsing</ni> | 56 | <ni>More liberal key/values messages parsing</ni> |
52 | <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> | 57 | <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> |
53 | </version> | 58 | </version> |
54 | <version version="0.1.1" date="January 16th, 2007"> | 59 | <version version="0.1.1" date="January 16th, 2007"> |
55 | <ni>Fixed a bug in curl errors handling</ni> | 60 | <ni>Fixed a bug in curl errors handling</ni> |
56 | <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to | 61 | <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to |
57 | configure to alter default implementation of consumer's retrieve_links | 62 | configure to alter default implementation of consumer's retrieve_links |
58 | behaviour</ni> | 63 | behaviour</ni> |
59 | <ni>Build fix that eliminates the need to pass --disable-konforka in the | 64 | <ni>Build fix that eliminates the need to pass --disable-konforka in the |
60 | absence of it.</ni> | 65 | absence of it.</ni> |
61 | </version> | 66 | </version> |
62 | <version version="0.1" date="January 12th, 2007"> | 67 | <version version="0.1" date="January 12th, 2007"> |
63 | <ni>OpenID simple registration extension implementation</ni> | 68 | <ni>OpenID simple registration extension implementation</ni> |
64 | <ni>OpenID extensions framework</ni> | 69 | <ni>OpenID extensions framework</ni> |
65 | <ni>Canonicalization bugfix</ni> | 70 | <ni>Canonicalization bugfix</ni> |
66 | <ni>Slightly improved interoperability with buggy implementations</ni> | 71 | <ni>Slightly improved interoperability with buggy implementations</ni> |