* Version 2.1.8 (stable) - API 2.1.8 (stable) - 2012-01-28


Updated the version of PHP licence from 2.0.2 to 3.0.1.
 

* Version 1.0 (stable) - API 1.0 (stable) - 2001-08-23


This is the initial independent release of the Auth_HTTP package.
   

* Version 2.0 (stable) - API 2.0 (stable) - 2003-10-16


Starting with this release, the code will not be placed in
Auth_HTTP/Auth_HTTP.php anymore. Instead Auth/HTTP.php is used, which
conforms to the PEAR standards.
In order to make use of the new version, you will need to change your
scripts to include the file at the new location! The old version in
Auth_HTTP/Auth_HTTP.php will not be removed when upgrading.
Other changes:
* If it is possible, the session ID will be chosen based on the user's authentication credentials. (Patch by: Marko Karppinen)
* Cleaned up internal variable usage. (Patch by: Brad Bulger)
   

* Version 2.1.0 (beta) - API 2.1.0 (beta) - 2004-05-30


- Added _sessionName which fixes a major issue with realm sharing.
- Added sessionSharing option to use unique session id.
  Currently, this option is set to true by default to maintain
  backward compatibility.
- Added setOption and getOption to set/get option value.
- Starting with this release, HTTP Digest Authentication (RFC2617) is
  experimentally supported. The code for HTTP Digest Authentication is 
  originally developed by Tom Pike.
   

* Version 2.1.1 (beta) - API 2.1.1 (beta) - 2004-07-12


- Fixed a bug #1634 (URI parameter was handled incorrectry.)
   

* Version 2.1.3rc1 (beta) - API 2.1.3rc1 (beta) - 2004-08-22


- Fixed a bug #2061 (importglobalvariable() was removed in Auth 1.3.0r2.)
- now Auth_HTTP requires Auth >= 1.3.0r2.
   

* Version 2.1.4 (stable) - API 2.1.4 (stable) - 2005-01-02


- Fixed a bug #2380: constructor couldn't handle non-array option.
- The first stable release with HTTP Digest Authenthication support.
   

* Version 2.1.5 (stable) - API 2.1.5 (stable) - 2005-04-02


- Fixed a bug #3630 getAuthData failes due to session rename.
   

* Version 2.1.6RC1 (beta) - API 2.1.6RC1 (beta) - 2005-04-11


- Fixed bug #4047.
- Fixed backward compatibility with PHP 4.x
- Added PHP_AUTH_DIGEST support.
   

* Version 2.1.7 (stable) - API 2.1.7 (stable) - 2012-01-26


QA release
Bug #7536 Package PEAR never included
Doc Bug #7655 Suggested Adjustments to Documentation
Bug #7784 Auth::start() changes session id
Bug #16742 Please move tests/ to docs/
   

* Version 2.1.8 (stable) - API 2.1.8 (stable) - 2012-01-29


Updated the version of PHP licence from 2.0.2 to 3.0.1.
   

