*** Version 0.4.0 (alpha) - API 0.4.0 (alpha) - 2014-07-22


* Fix bug #19234: Normalization of identifiers/openID not implemented
correctly
* Fix bug #19235: Class docblock example in OpenID_RelyingParty does not work
* Fix bug #19239: Exceptions indistinguishable (have no code)
* Fix bug #19680: Warning: strpos(): Offset not contained in string
* Fix bug #20329: Discover.php requires curl HTTP adapter
* Fix bug #20331: Undefined offset: 1 in OpenID/Message.php
* Implement request #18662: Unable to configure SSL settings.
 

*** Version 0.0.1 (alpha) - API 0.0.1 (alpha) - 2009-07-04


Initial release
   

*** Version 0.0.2 (alpha) - API 0.0.2 (alpha) - 2009-08-08


* Added POST support for OpenID_RelyingParty::verify()
* Added support for duplicates in openid.signed (Yahoo! bug)
* Styled examples - thanks Danny Trinh!
* Fixed a bug in the discovery example
* More tests
   

*** Version 0.0.3 (alpha) - API 0.0.3 (alpha) - 2009-10-29


* Enabled XRI support
* Fixed a bug with 1.1 nonces not being urldecoded
* Prioritize OpenID 2.0 when both are available
   

*** Version 0.0.4 (alpha) - API 0.0.4 (alpha) - 2009-11-10


* Fixed HTML discovery bug
* Fixed some SQL storage bugs
* Fixed association poisoning bug
* Added Expires header support to discovery caching
* Date package now required
* Fixed handling of openid.claimed_id in delegation situations
   

*** Version 0.0.5 (alpha) - API 0.0.5 (alpha) - 2009-12-15


* Migrated to HTTP_Request2
* Added extension support detection to discovery
   

*** Version 0.0.6 (alpha) - API 0.0.6 (alpha) - 2009-12-16


* Allowed access to discovered information from OpenID_Assertion_Result and
OpenID_Auth_Request
   

*** Version 0.0.7 (alpha) - API 0.0.7 (alpha) - 2010-01-11


* Initial pass at OAuth extension support by Jeff.  Some extension fixes along
the way
   

*** Version 0.0.8 (alpha) - API 0.0.8 (alpha) - 2010-01-29


* Fix for OpenID_Extension::getFromMessageResponse() to allow for '.' in keys
   

*** Version 0.1.0 (alpha) - API 0.1.1 (alpha) - 2010-03-08


* Fixed association deletion bug
   

*** Version 0.1.1 (alpha) - API 0.1.0 (alpha) - 2010-03-08


* Fixed association deletion bug
   

*** Version 0.2.0 (alpha) - API 0.2.0 (alpha) - 2010-06-25


* Fixed #17481.  OpenID_Message wasn't checking input of http formatted
messages before assigning key/values
* fix E_STRICT error: Strict standards: Only variables should be passed by
reference in OpenID/RelyingParty.php on line 226 (cweiske)
* get rid of date dependency. there was also a but that prevented the
expiration time from working (using of $expire instead of $expireTime)
(cweiske)
* get rid of PEAR dependency, we only need the PEAR installer dep (cweiske)
* get rid of PEAR Validate dependency and use filter_var() instead (cweiske)
* Fixed all @link annotations, added README (shupp)
   

*** Version 0.2.1 (alpha) - API 0.2.0 (alpha) - 2010-12-27


* Updates to work with Services_Yadis 0.5 and PHPUnit 3.5
* Fixed bug in OpenID_Store where the driver was instantiated twice
   

*** Version 0.3.0 (alpha) - API 0.3.0 (alpha) - 2010-12-27


* Updates to work with Services_Yadis 0.5 and PHPUnit 3.5
* Fixed bug in OpenID_Store where the driver was instantiated twice
   

*** Version 0.3.1 (alpha) - API 0.3.1 (alpha) - 2011-01-01


* Fixes E_STRICT warnings, per GitHub issue #1
   

*** Version 0.3.2 (alpha) - API 0.3.2 (alpha) - 2011-07-14


* Removed dependency on PEAR and PEAR_Exception
* Disabled E_DEPRECATED notices when generating package.xml file
   

*** Version 0.3.3 (alpha) - API 0.3.3 (alpha) - 2012-04-01


* Fix bug #19234: Normalization of identifiers/openID not implemented
correctly
* Some doc block fixes
   

*** Version 0.4.0 (alpha) - API 0.4.0 (alpha) - 2014-07-22


* Fix bug #19234: Normalization of identifiers/openID not implemented
correctly
* Fix bug #19235: Class docblock example in OpenID_RelyingParty does not work
* Fix bug #19239: Exceptions indistinguishable (have no code)
* Fix bug #19680: Warning: strpos(): Offset not contained in string
* Fix bug #20329: Discover.php requires curl HTTP adapter
* Fix bug #20331: Undefined offset: 1 in OpenID/Message.php
* Implement request #18662: Unable to configure SSL settings.
   

