Unidiff1 files changed, 3 insertions, 0 deletions
|
diff --git a/NEWS.xml b/NEWS.xml index f01a1a4..a5bf611 100644 --- a/ NEWS.xml+++ b/ NEWS.xml |
|
@@ -1,17 +1,20 @@ |
1 | <?xml version="1.0" encoding="us-ascii"?> |
1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> |
2 | <news> |
3 | <version version="0.1.1"> |
3 | <version version="0.1.1"> |
4 | <ni>Fixed a bug in curl errors handling</ni> |
4 | <ni>Fixed a bug in curl errors handling</ni> |
| |
5 | <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to |
| |
6 | configure to alter default implementation of consumer's retrieve_links |
| |
7 | behaviour</ni> |
5 | <ni>Build fix that eliminates the need to pass --disable-konforka in the |
8 | <ni>Build fix that eliminates the need to pass --disable-konforka in the |
6 | absence of it.</ni> |
9 | absence of it.</ni> |
7 | </version> |
10 | </version> |
8 | <version version="0.1" date="January 12th, 2007"> |
11 | <version version="0.1" date="January 12th, 2007"> |
9 | <ni>OpenID simple registration extension implementation</ni> |
12 | <ni>OpenID simple registration extension implementation</ni> |
10 | <ni>OpenID extensions framework</ni> |
13 | <ni>OpenID extensions framework</ni> |
11 | <ni>Canonicalization bugfix</ni> |
14 | <ni>Canonicalization bugfix</ni> |
12 | <ni>Slightly improved interoperability with buggy implementations</ni> |
15 | <ni>Slightly improved interoperability with buggy implementations</ni> |
13 | </version> |
16 | </version> |
14 | <version version="0.0" date="July 25th, 2005"> |
17 | <version version="0.0" date="July 25th, 2005"> |
15 | <ni>Initial release</ni> |
18 | <ni>Initial release</ni> |
16 | </version> |
19 | </version> |
17 | </news> |
20 | </news> |
|