From 06f7849ef712cf346fdbe64438c7e2082e9c28cc Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 20 May 2010 23:51:18 +0200 Subject: [PATCH] Run through horde-pear-release.php to remove None.php references. --- framework/SessionHandler/package.xml | 107 +++++++++++++++++++++-------------- 1 file changed, 64 insertions(+), 43 deletions(-) diff --git a/framework/SessionHandler/package.xml b/framework/SessionHandler/package.xml index c80d864ba..8bba04179 100644 --- a/framework/SessionHandler/package.xml +++ b/framework/SessionHandler/package.xml @@ -1,14 +1,10 @@ - + SessionHandler pear.horde.org Horde Session Handler API Horde_SessionHandler:: defines an API for implementing custom - session handlers for PHP. - + session handlers for PHP. Chuck Hagenbuch chuck @@ -27,7 +23,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> slusarz@horde.org yes - 2009-02-23 + 2010-05-20 + 0.1.0 0.1.0 @@ -37,17 +34,18 @@ http://pear.php.net/dtd/package-2.0.xsd"> beta LGPL - * 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. - * Initial Horde 4 package. + +* 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. +* Initial Horde 4 package. - + @@ -57,7 +55,6 @@ http://pear.php.net/dtd/package-2.0.xsd"> - @@ -100,38 +97,31 @@ http://pear.php.net/dtd/package-2.0.xsd"> - - - - - - - - - - + + + + + + + + + - 2006-05-08 - - 0.0.3 - 0.0.3 + 0.0.1 + 0.0.1 alpha alpha + 2003-07-03 LGPL - * 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 + +Initial release as a PEAR package @@ -145,23 +135,54 @@ http://pear.php.net/dtd/package-2.0.xsd"> 2004-01-01 LGPL - * Renamed memcached.php to memcache.php for consistency with other drivers and applications. + +* 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). + 2006-05-08 + - 0.0.1 - 0.0.1 + 0.0.3 + 0.0.3 alpha alpha - 2003-07-03 LGPL - Initial release as a PEAR package + +* 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 + + + + + 0.1.0 + 0.1.0 + + + beta + beta + + 2010-05-20 + LGPL + +* 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. + * Initial Horde 4 package. -- 2.11.0