[limb-svn] r6097 - 3.x/branches/2007.3/limb/session

svn at limb-project.com svn at limb-project.com
Fri Jul 6 18:03:59 MSD 2007


Author: pachanga
Date: 2007-07-06 18:03:59 +0400 (Fri, 06 Jul 2007)
New Revision: 6097
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6097

Modified:
   3.x/branches/2007.3/limb/session/CHANGELOG
   3.x/branches/2007.3/limb/session/VERSION
Log:
-- preparing to 0.3.1 alpha release

Modified: 3.x/branches/2007.3/limb/session/CHANGELOG
===================================================================
--- 3.x/branches/2007.3/limb/session/CHANGELOG	2007-07-06 14:00:47 UTC (rev 6096)
+++ 3.x/branches/2007.3/limb/session/CHANGELOG	2007-07-06 14:03:59 UTC (rev 6097)
@@ -1,6 +1,10 @@
+0.3.1-alpha - 6 July 2007 (r6096)
+==================================================
+-- better tests isolation in case when there's no compatible db test dump
+-- adding phpdoc header to modules
+
 0.3.0-alpha - 13 March 2007 (r5232)
 ==================================================
-
 -- calling htmlspecialchars for proper encoding of html symbols in changelog, description and summary during package creation
 -- lmbSession :: start($storage = null) is now an instance method and it optionally accepts $storage in order to install it
 -- lmbSessionStorage :: storageInstall() => install()
@@ -8,7 +12,6 @@
 
 0.2.0-alpha - 16 February 2007 (r5070)
 ==================================================
-
 -- tests are more isolated
 -- lmbSession does not accept session storage driver in constructor anymore.
 -- lmbSessionDbStorage accepts db connection and session max life time in constructor now.
@@ -16,8 +19,6 @@
 -- static lmbSession :: start() added, it simply calls session_start()
 -- initial PhpDocs
 
-
 0.1.0-alpha - 14 December 2006 (r4537)
 ==================================================
-
 -- Initial release of this package.

Modified: 3.x/branches/2007.3/limb/session/VERSION
===================================================================
--- 3.x/branches/2007.3/limb/session/VERSION	2007-07-06 14:00:47 UTC (rev 6096)
+++ 3.x/branches/2007.3/limb/session/VERSION	2007-07-06 14:03:59 UTC (rev 6097)
@@ -1 +1 @@
-session-0.3.0-alpha
+session-0.3.1-alpha



More information about the limb-svn mailing list