*** Version 0.2.2 (alpha) - API 0.2.0 (alpha) - 2010-12-29


* Fixed #18162.  Added optional Cache_Lite dependency for new storage support
 

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


* Fixed #18161.  Removed incorrect code coverage directory inclusion from package.xml
   

*** Version 0.2.0 (alpha) - API 0.2.0 (alpha) - 2010-12-28


* Added storage interface for consumers, including Cache_Lite driver
* Fixed #17701 (Strict Standards Notice)
* Fixed #17653 (HTTP_OAuth_Consumer_Request converts + to %20)
* Fixed #17567 (Changes to support OAuth Session 1.0 Draft 1)
* Added additional error constants and maps in HTTP_OAuth_Provider_Response
   

*** Version 0.1.18 (alpha) - API 0.1.1 (alpha) - 2010-07-20


* Removed the automatic adding of a Content-Type header for consumer requests
   

*** Version 0.1.17 (alpha) - API 0.1.1 (alpha) - 2010-06-30


* Fixed another bug with '+' to '%20'. This time HTTP_Request2's usage of http_build_query() makes spaces into '+' not '%20'
   

*** Version 0.1.16 (alpha) - API 0.1.1 (alpha) - 2010-06-24


* Fixed url encoding issue.  "+" should be "%20"
   

*** Version 0.1.15 (alpha) - API 0.1.1 (alpha) - 2010-06-22


* Fixed urldecoding issue in provider code
   

*** Version 0.1.14 (alpha) - API 0.1.1 (alpha) - 2010-05-25


* Including query string variables in incoming requests to providers
   

*** Version 0.1.10 (alpha) - API 0.1.1 (alpha) - 2010-04-24


Updated digg example
   

*** Version 0.1.8 (alpha) - API 0.1.1 (alpha) - 2010-02-16


Getting headers in HTTP_OAuth_Provider_Request is now case insensitive.
Made HTTP_OAuth_Consumer::getSecrets() public.
   

*** Version 0.1.7 (alpha) - API 0.1.0 (alpha) - 2010-01-28


* Added check in HTTP_OAuth_Provider_Request::isValidSignature() to check if signature method exists in request
   

*** Version 0.1.6 (alpha) - API 0.1.0 (alpha) - 2009-11-30


* Fixed issue where oauth parameters were in the url's query string
   

*** Version 0.1.5 (alpha) - API 0.1.0 (alpha) - 2009-11-19


* Fixed #16800 Issue with HTTP_OAuth_Provider_Request::getRequestUri()
* Fixed #16782 Issue with HTTP_OAuth_Consumer::sendRequest() not including GET parameters
* Added unit tests for bugs.
   

*** Version 0.1.4 (alpha) - API 0.1.0 (alpha) - 2009-10-12


* Fixed support for accepting HTTP_Request2 objects directly into HTTP_OAuth_Consumer
   

*** Version 0.1.3 (alpha) - API 0.1.0 (alpha) - 2009-09-24


* Added cloning for request objects in HTTP_OAuth_Consumer
* Added support for accepting HTTP_Request2 objects directly into HTTP_OAuth_Consumer
* Corrected check for Content-Type in HTTP_OAuth_Provider
   

*** Version 0.1.2 (alpha) - API 0.1.0 (alpha) - 2009-09-14


* Fixed double encoding issue for consumer POST requests
   

*** Version 0.1.1 (alpha) - API 0.1.0 (alpha) - 2009-09-08


Initial release.
   

*** Version 0.1.0 (alpha) - API 0.1.0 (alpha) - 2009-09-02


Initial release.
   

