summaryrefslogtreecommitdiffabout
path: root/NEWS.xml
authorMichael Krelin <hacker@klever.net>2009-12-22 22:37:28 (UTC)
committer Michael Krelin <hacker@klever.net>2009-12-22 22:37:28 (UTC)
commit3ad15ad20d08d45a2a077d8f8711ec5d915d2c40 (patch) (unidiff)
tree557e27277ce01a51a22461f836841fbf6ebd2b94 /NEWS.xml
parentd597166bcf3072e6e0dac58bd1edf2bdd79025b3 (diff)
downloadlibopkele-3ad15ad20d08d45a2a077d8f8711ec5d915d2c40.zip
libopkele-3ad15ad20d08d45a2a077d8f8711ec5d915d2c40.tar.gz
libopkele-3ad15ad20d08d45a2a077d8f8711ec5d915d2c40.tar.bz2
updated NEWS and bumped version2.0.4
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'NEWS.xml') (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.xml b/NEWS.xml
index 93d88f9..6b2a4ef 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,76 +1,82 @@
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
27 classes benefits from it)</ni> 33 classes benefits from it)</ni>
28 <ni>Deprecation of the old api</ni> 34 <ni>Deprecation of the old api</ni>
29 <ni>Added sample RP and OP implementations</ni> 35 <ni>Added sample RP and OP implementations</ni>
30 <ni>Require expat xml stream parser library</ni> 36 <ni>Require expat xml stream parser library</ni>
31 <ni>Require htmltidy library</ni> 37 <ni>Require htmltidy library</ni>
32 <ni>Require tr1/memory (shared_ptr) support - either modern gcc or boost 38 <ni>Require tr1/memory (shared_ptr) support - either modern gcc or boost
33 library</ni> 39 library</ni>
34 </version> 40 </version>
35 <version version="0.3.2" date="November 22nd, 2007"> 41 <version version="0.3.2" date="November 22nd, 2007">
36 <ni>code cleanup for stricter compiler</ni> 42 <ni>code cleanup for stricter compiler</ni>
37 </version> 43 </version>
38 <version version="0.3.1" date="November 20th, 2007"> 44 <version version="0.3.1" date="November 20th, 2007">
39 <ni>more robustness improvements in links discovery</ni> 45 <ni>more robustness improvements in links discovery</ni>
40 <ni>removed dependency on pcre c++ bindings, because there are few of them and 46 <ni>removed dependency on pcre c++ bindings, because there are few of them and
41 not everyone likes all of them</ni> 47 not everyone likes all of them</ni>
42 <ni>minor build improvements</ni> 48 <ni>minor build improvements</ni>
43 </version> 49 </version>
44 <version version="0.3" date="August 9th, 2007"> 50 <version version="0.3" date="August 9th, 2007">
45 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old 51 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old
46 consumer_t::canonicalize is now called consumer_t::normalize and the 52 consumer_t::canonicalize is now called consumer_t::normalize and the
47 canonicalize memeber is now virtual to allow caching layer, not static</ni> 53 canonicalize memeber is now virtual to allow caching layer, not static</ni>
48 <ni>robustness improvement in handling associations expiry</ni> 54 <ni>robustness improvement in handling associations expiry</ni>
49 <ni>minor documentation updates</ni> 55 <ni>minor documentation updates</ni>
50 </version> 56 </version>
51 <version version="0.2.1" date="June 24th, 2007"> 57 <version version="0.2.1" date="June 24th, 2007">
52 <ni>open id server invalid signature bugfix</ni> 58 <ni>open id server invalid signature bugfix</ni>
53 </version> 59 </version>
54 <version version="0.2" date="June 19th, 2007"> 60 <version version="0.2" date="June 19th, 2007">
55 <ni>A few robustness improvements and optimizations</ni> 61 <ni>A few robustness improvements and optimizations</ni>
56 <ni>More liberal key/values messages parsing</ni> 62 <ni>More liberal key/values messages parsing</ni>
57 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> 63 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni>
58 </version> 64 </version>
59 <version version="0.1.1" date="January 16th, 2007"> 65 <version version="0.1.1" date="January 16th, 2007">
60 <ni>Fixed a bug in curl errors handling</ni> 66 <ni>Fixed a bug in curl errors handling</ni>
61 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to 67 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to
62 configure to alter default implementation of consumer's retrieve_links 68 configure to alter default implementation of consumer's retrieve_links
63 behaviour</ni> 69 behaviour</ni>
64 <ni>Build fix that eliminates the need to pass --disable-konforka in the 70 <ni>Build fix that eliminates the need to pass --disable-konforka in the
65 absence of it.</ni> 71 absence of it.</ni>
66 </version> 72 </version>
67 <version version="0.1" date="January 12th, 2007"> 73 <version version="0.1" date="January 12th, 2007">
68 <ni>OpenID simple registration extension implementation</ni> 74 <ni>OpenID simple registration extension implementation</ni>
69 <ni>OpenID extensions framework</ni> 75 <ni>OpenID extensions framework</ni>
70 <ni>Canonicalization bugfix</ni> 76 <ni>Canonicalization bugfix</ni>
71 <ni>Slightly improved interoperability with buggy implementations</ni> 77 <ni>Slightly improved interoperability with buggy implementations</ni>
72 </version> 78 </version>
73 <version version="0.0" date="July 25th, 2005"> 79 <version version="0.0" date="July 25th, 2005">
74 <ni>Initial release</ni> 80 <ni>Initial release</ni>
75 </version> 81 </version>
76</news> 82</news>