author | Michael Krelin <hacker@klever.net> | 2008-01-20 21:10:49 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-01-20 21:10:49 (UTC) |
commit | eee78b62ac9c4aed629fc47eb2af6615ca17d2e2 (patch) (unidiff) | |
tree | bcfcf623783e5f73ddbd170dcfb78b158f0dff40 | |
parent | d16e79b1c792352eade736e7080c401a6c7ace03 (diff) | |
download | libopkele-eee78b62ac9c4aed629fc47eb2af6615ca17d2e2.zip libopkele-eee78b62ac9c4aed629fc47eb2af6615ca17d2e2.tar.gz libopkele-eee78b62ac9c4aed629fc47eb2af6615ca17d2e2.tar.bz2 |
summarized some changes in NEWS
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | NEWS.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,44 +1,57 @@ | |||
1 | <?xml version="1.0" encoding="us-ascii"?> | 1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> | 2 | <news> |
3 | <version> | ||
4 | <ni>OpenID 2.0 support</ni> | ||
5 | <ni>Major rewrite of the whole thing</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 | ||
8 | classes benefits from it)</ni> | ||
9 | <ni>Deprecation of the old api</ni> | ||
10 | <ni>Added sample RP implementation</ni> | ||
11 | <ni>Require expat xml stream parser library</ni> | ||
12 | <ni>Require htmltidy library</ni> | ||
13 | <ni>Require tr1/memory (shared_ptr) support - either modern gcc or boost | ||
14 | library</ni> | ||
15 | </version> | ||
3 | <version version="0.3.2" date="November 22nd, 2007"> | 16 | <version version="0.3.2" date="November 22nd, 2007"> |
4 | <ni>code cleanup for stricter compiler</ni> | 17 | <ni>code cleanup for stricter compiler</ni> |
5 | </version> | 18 | </version> |
6 | <version version="0.3.1" date="November 20th, 2007"> | 19 | <version version="0.3.1" date="November 20th, 2007"> |
7 | <ni>more robustness improvements in links discovery</ni> | 20 | <ni>more robustness improvements in links discovery</ni> |
8 | <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 |
9 | not everyone likes all of them</ni> | 22 | not everyone likes all of them</ni> |
10 | <ni>minor build improvements</ni> | 23 | <ni>minor build improvements</ni> |
11 | </version> | 24 | </version> |
12 | <version version="0.3" date="August 9th, 2007"> | 25 | <version version="0.3" date="August 9th, 2007"> |
13 | <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 |
14 | consumer_t::canonicalize is now called consumer_t::normalize and the | 27 | consumer_t::canonicalize is now called consumer_t::normalize and the |
15 | 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> |
16 | <ni>robustness improvement in handling associations expiry</ni> | 29 | <ni>robustness improvement in handling associations expiry</ni> |
17 | <ni>minor documentation updates</ni> | 30 | <ni>minor documentation updates</ni> |
18 | </version> | 31 | </version> |
19 | <version version="0.2.1" date="June 24th, 2007"> | 32 | <version version="0.2.1" date="June 24th, 2007"> |
20 | <ni>open id server invalid signature bugfix</ni> | 33 | <ni>open id server invalid signature bugfix</ni> |
21 | </version> | 34 | </version> |
22 | <version version="0.2" date="June 19th, 2007"> | 35 | <version version="0.2" date="June 19th, 2007"> |
23 | <ni>A few robustness improvements and optimizations</ni> | 36 | <ni>A few robustness improvements and optimizations</ni> |
24 | <ni>More liberal key/values messages parsing</ni> | 37 | <ni>More liberal key/values messages parsing</ni> |
25 | <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> | 38 | <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> |
26 | </version> | 39 | </version> |
27 | <version version="0.1.1" date="January 16th, 2007"> | 40 | <version version="0.1.1" date="January 16th, 2007"> |
28 | <ni>Fixed a bug in curl errors handling</ni> | 41 | <ni>Fixed a bug in curl errors handling</ni> |
29 | <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to | 42 | <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to |
30 | configure to alter default implementation of consumer's retrieve_links | 43 | configure to alter default implementation of consumer's retrieve_links |
31 | behaviour</ni> | 44 | behaviour</ni> |
32 | <ni>Build fix that eliminates the need to pass --disable-konforka in the | 45 | <ni>Build fix that eliminates the need to pass --disable-konforka in the |
33 | absence of it.</ni> | 46 | absence of it.</ni> |
34 | </version> | 47 | </version> |
35 | <version version="0.1" date="January 12th, 2007"> | 48 | <version version="0.1" date="January 12th, 2007"> |
36 | <ni>OpenID simple registration extension implementation</ni> | 49 | <ni>OpenID simple registration extension implementation</ni> |
37 | <ni>OpenID extensions framework</ni> | 50 | <ni>OpenID extensions framework</ni> |
38 | <ni>Canonicalization bugfix</ni> | 51 | <ni>Canonicalization bugfix</ni> |
39 | <ni>Slightly improved interoperability with buggy implementations</ni> | 52 | <ni>Slightly improved interoperability with buggy implementations</ni> |
40 | </version> | 53 | </version> |
41 | <version version="0.0" date="July 25th, 2005"> | 54 | <version version="0.0" date="July 25th, 2005"> |
42 | <ni>Initial release</ni> | 55 | <ni>Initial release</ni> |
43 | </version> | 56 | </version> |
44 | </news> | 57 | </news> |