diff options
author | tailor <cygnus@janrain.com> | 2008-06-05 23:49:02 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2008-06-05 23:49:02 +0000 |
commit | 107723bc51c437c5110d09cad14bd2dbcf553edc (patch) | |
tree | 161968bf938771dffb9033028632ce34a87d3170 | |
parent | f6e129ffa1910ecb62e0322a61c577ef11afdd80 (diff) | |
download | php-openid-107723bc51c437c5110d09cad14bd2dbcf553edc.zip php-openid-107723bc51c437c5110d09cad14bd2dbcf553edc.tar.gz php-openid-107723bc51c437c5110d09cad14bd2dbcf553edc.tar.bz2 |
[project @ Update CHANGES-2.1.0]
-rw-r--r-- | CHANGES-2.1.0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES-2.1.0 b/CHANGES-2.1.0 index 4704562..37b7c55 100644 --- a/CHANGES-2.1.0 +++ b/CHANGES-2.1.0 @@ -4,8 +4,6 @@ * Alter AX fromOpenIDRequest() to take Auth_OpenID_AuthRequest object instead of Auth_OpenID_Message object so that it matches its counterpart methods in SREG and PAPE extensions. - * NOT NULL constraints were added to SQLStore tables where - appropriate * PAPE (Provider Authentication Policy Extension) module * Updated extension for specification draft 2 * Auth_OpenID_PAPE_Request::fromSuccessResponse returns None if @@ -23,6 +21,8 @@ * Fetchers now only read/request first megabyte of response * Bug Fixes + * NOT NULL constraints were added to SQLStore tables where + appropriate * Yadis discovery now properly falls back to HTML-based discovery if it fails to get an XRDS document * Auth_OpenID_Decoder now behaves correctly when given a protocol |