Unidiff1 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,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 |
|