author | Michael Krelin <hacker@klever.net> | 2008-06-26 19:14:35 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-06-26 19:14:35 (UTC) |
commit | 9737a1eb0f01cdc805c4a28f0a86734eb3bb4d31 (patch) (unidiff) | |
tree | 7bd358ffef2def960214ed24a74ec5bd00cc96ca | |
parent | cb33c4aa059afc2c3a1bea52494b2f874eb0cdf1 (diff) | |
download | libopkele-2.0.zip libopkele-2.0.tar.gz libopkele-2.0.tar.bz2 |
2.0 release2.0
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | NEWS.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ | |||
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 |