File: NEWS

package info (click to toggle)
libopkele 2.0-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,944 kB
  • ctags: 998
  • sloc: sh: 9,079; cpp: 5,209; makefile: 179; ansic: 68; xml: 57; sql: 55
file content (45 lines) | stat: -rw-r--r-- 1,919 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
2.0 (June 26th, 2008)
  - OpenID 2.0 support
  - Major rewrite of the whole thing
  - Support for XRDS (YADIS and XRI/inames) discovery
  - Sheerly improved html-based discovery (only code using new, 2.0-enabled
  classes benefits from it)
  - Deprecation of the old api
  - Added sample RP and OP implementations
  - Require expat xml stream parser library
  - Require htmltidy library
  - Require tr1/memory (shared_ptr) support - either modern gcc or boost
  library
0.3.2 (November 22nd, 2007)
  - code cleanup for stricter compiler
0.3.1 (November 20th, 2007)
  - more robustness improvements in links discovery
  - removed dependency on pcre c++ bindings, because there are few of them and
  not everyone likes all of them
  - minor build improvements
0.3 (August 9th, 2007)
  - fixed canonicalization procedure to be specs-compliant. Note, that the old
  consumer_t::canonicalize is now called consumer_t::normalize and the
  canonicalize memeber is now virtual to allow caching layer, not static
  - robustness improvement in handling associations expiry
  - minor documentation updates
0.2.1 (June 24th, 2007)
  - open id server invalid signature bugfix
0.2 (June 19th, 2007)
  - A few robustness improvements and optimizations
  - More liberal key/values messages parsing
  - Changed unusable --with-pcre++ configure option to --with-pcrepp
0.1.1 (January 16th, 2007)
  - Fixed a bug in curl errors handling
  - added --disable-ssl-verify-host and --disable-ssl-verify-peer options to
  configure to alter default implementation of consumer's retrieve_links
  behaviour
  - Build fix that eliminates the need to pass --disable-konforka in the
  absence of it.
0.1 (January 12th, 2007)
  - OpenID simple registration extension implementation
  - OpenID extensions framework
  - Canonicalization bugfix
  - Slightly improved interoperability with buggy implementations
0.0 (July 25th, 2005)
  - Initial release