*** Version 1.0.5 (stable) - API 1.0.0 (stable) - 2012-04-10


* [jan] Fix SQL driver with PostgreSQL.
* [jan] Fix reading sessions with the External driver.
* [jan] Add test suite.
 

*** Version 0.0.1 (alpha) - API 0.0.1 (alpha) - 2003-07-03


Initial release as a PEAR package
   

*** Version 0.0.2 (alpha) - API 0.0.2 (alpha) - 2004-01-01


* Renamed memcached.php to memcache.php for consistency with other drivers and
applications.
* Add support for separate read and write DB servers for the sql driver.
* Add support for locking in the memcache driver (Bug #2913).
   

*** Version 0.0.3 (alpha) - API 0.0.3 (alpha) - 2006-05-08


* Fixed garbage collection checking for SQL backends.
* Memcache driver no longer uses value in session.gc_maxlifetime as the
lifetime value.
* Add memcache caching support to all other backends.
* Only write to backend if session data has changed
* Locking in memcache driver implemented via memcache itself
* Support LDAPv3 in the LDAP backend (Bug #5864)
* Converted to package.xml 2.0 for pear.horde.org
   

*** Version 1.0.0alpha1 (alpha) - API 1.0.0 (alpha) - 2011-03-08


* First alpha release for Horde 4.
* Added 'File' driver.
* Abstracted storage-specific code into 'Storage' drivers.
* Removed LDAP driver
* Abstracted memcache persistent-backend code into 'Stack' driver.
* Renamed 'none' driver to 'Builtin'.
* Now throws Horde_SessionHandler_Exception.
* Split driver code into abstract class.
* Use horde/Db to access SQL databases.
* Do not rely on Horde::logMessage().
* Removed Horde-specific session counting script.
   

*** Version 1.0.0beta1 (beta) - API 1.0.0 (beta) - 2011-03-16


* Workaround PHP < 5.2.6 (broken stream handling) (Bug #9644).
   

*** Version 1.0.0RC1 (beta) - API 1.0.0 (beta) - 2011-03-22


* First release candidate for Horde 4.
   

*** Version 1.0.0RC2 (beta) - API 1.0.0 (beta) - 2011-03-29


* Second release candidate for Horde 4.
   

*** Version 1.0.0 (stable) - API 1.0.0 (stable) - 2011-04-06


* First stable release for Horde 4.
   

*** Version 1.0.1 (stable) - API 1.0.0 (stable) - 2011-09-20


* [mms] Call garbage collection before grabbing list of active sessions.
* [mms] Fix obtaining session information from more than one session.
   

*** Version 1.0.2 (stable) - API 1.0.0 (stable) - 2011-10-11


* [jan] Use portable queries in SQL session handler (Bug #10574).
   

*** Version 1.0.3 (stable) - API 1.0.0 (stable) - 2012-01-31


* [jan] Fix transaction error when reconnecting to database during session
writing (Bug #10906).
   

*** Version 1.0.4 (stable) - API 1.0.0 (stable) - 2012-02-22


* [jan] Don't start transaction more than once in SQL driver (Bug #10978).
   

*** Version 1.0.5 (stable) - API 1.0.0 (stable) - 2012-04-10


* [jan] Fix SQL driver with PostgreSQL.
* [jan] Fix reading sessions with the External driver.
* [jan] Add test suite.
   

