summaryrefslogtreecommitdiffabout
path: root/NEWS.xml
authorMichael Krelin <hacker@klever.net>2008-06-26 19:14:35 (UTC)
committer Michael Krelin <hacker@klever.net>2008-06-26 19:14:35 (UTC)
commit9737a1eb0f01cdc805c4a28f0a86734eb3bb4d31 (patch) (unidiff)
tree7bd358ffef2def960214ed24a74ec5bd00cc96ca /NEWS.xml
parentcb33c4aa059afc2c3a1bea52494b2f874eb0cdf1 (diff)
downloadlibopkele-9737a1eb0f01cdc805c4a28f0a86734eb3bb4d31.zip
libopkele-9737a1eb0f01cdc805c4a28f0a86734eb3bb4d31.tar.gz
libopkele-9737a1eb0f01cdc805c4a28f0a86734eb3bb4d31.tar.bz2
2.0 release2.0
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'NEWS.xml') (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.xml b/NEWS.xml
index c03778a..b20576f 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,34 +1,34 @@
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 <version version="2.0" date="June 26th, 2008">
4 <ni>OpenID 2.0 support</ni> 4 <ni>OpenID 2.0 support</ni>
5 <ni>Major rewrite of the whole thing</ni> 5 <ni>Major rewrite of the whole thing</ni>
6 <ni>Support for XRDS (YADIS and XRI/inames) discovery</ni> 6 <ni>Support for XRDS (YADIS and XRI/inames) discovery</ni>
7 <ni>Sheerly improved html-based discovery (only code using new, 2.0-enabled 7 <ni>Sheerly improved html-based discovery (only code using new, 2.0-enabled
8 classes benefits from it)</ni> 8 classes benefits from it)</ni>
9 <ni>Deprecation of the old api</ni> 9 <ni>Deprecation of the old api</ni>
10 <ni>Added sample RP implementation</ni> 10 <ni>Added sample RP and OP implementations</ni>
11 <ni>Require expat xml stream parser library</ni> 11 <ni>Require expat xml stream parser library</ni>
12 <ni>Require htmltidy library</ni> 12 <ni>Require htmltidy library</ni>
13 <ni>Require tr1/memory (shared_ptr) support - either modern gcc or boost 13 <ni>Require tr1/memory (shared_ptr) support - either modern gcc or boost
14 library</ni> 14 library</ni>
15 </version> 15 </version>
16 <version version="0.3.2" date="November 22nd, 2007"> 16 <version version="0.3.2" date="November 22nd, 2007">
17 <ni>code cleanup for stricter compiler</ni> 17 <ni>code cleanup for stricter compiler</ni>
18 </version> 18 </version>
19 <version version="0.3.1" date="November 20th, 2007"> 19 <version version="0.3.1" date="November 20th, 2007">
20 <ni>more robustness improvements in links discovery</ni> 20 <ni>more robustness improvements in links discovery</ni>
21 <ni>removed dependency on pcre c++ bindings, because there are few of them and 21 <ni>removed dependency on pcre c++ bindings, because there are few of them and
22 not everyone likes all of them</ni> 22 not everyone likes all of them</ni>
23 <ni>minor build improvements</ni> 23 <ni>minor build improvements</ni>
24 </version> 24 </version>
25 <version version="0.3" date="August 9th, 2007"> 25 <version version="0.3" date="August 9th, 2007">
26 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old 26 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old
27 consumer_t::canonicalize is now called consumer_t::normalize and the 27 consumer_t::canonicalize is now called consumer_t::normalize and the
28 canonicalize memeber is now virtual to allow caching layer, not static</ni> 28 canonicalize memeber is now virtual to allow caching layer, not static</ni>
29 <ni>robustness improvement in handling associations expiry</ni> 29 <ni>robustness improvement in handling associations expiry</ni>
30 <ni>minor documentation updates</ni> 30 <ni>minor documentation updates</ni>
31 </version> 31 </version>
32 <version version="0.2.1" date="June 24th, 2007"> 32 <version version="0.2.1" date="June 24th, 2007">
33 <ni>open id server invalid signature bugfix</ni> 33 <ni>open id server invalid signature bugfix</ni>
34 </version> 34 </version>