[limb-svn] r6084 - 3.x/branches/2007.3/limb/config

svn at limb-project.com svn at limb-project.com
Fri Jul 6 16:40:26 MSD 2007


Author: pachanga
Date: 2007-07-06 16:40:26 +0400 (Fri, 06 Jul 2007)
New Revision: 6084
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6084

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

Modified: 3.x/branches/2007.3/limb/config/CHANGELOG
===================================================================
--- 3.x/branches/2007.3/limb/config/CHANGELOG	2007-07-06 12:33:36 UTC (rev 6083)
+++ 3.x/branches/2007.3/limb/config/CHANGELOG	2007-07-06 12:40:26 UTC (rev 6084)
@@ -1,6 +1,13 @@
+0.3.1-beta - 6 July 2007 (r6083)
+==================================================
+-- minor fixes due to FS packages refactoring
+-- adding phpdoc header to modules
+-- lmbIni now extends lmbDataspace with all nice goodies added(implements ArrayAccess, Iterator)
+-- cache dir is a required argument for lmbCachedIni, isolating from LIMB_VAR_DIR(LMBF-6)
+-- lmbConfTools returns non cached lmbIni if LIMB_VAR_DIR is not defined
+
 0.3.0-alpha - 2 April 2007 (r5454)
 ==================================================
-
 -- lmbConfTools :: getConf($name) is now a single gateway for getting all sorts of conf objects in Limb3. The type of config object is determined by $name extension, if extension is omitted '.conf.php' is assumed
 -- lmbConfTools :: setConf($name, $conf) added, this one is useful for testing
 -- lmbFakeIni added, this is one is used for testing. It accepts all settings passed with string in constructor.
@@ -8,7 +15,6 @@
 
 0.2.0-alpha - 16 February 2007 (r5028)
 ==================================================
-
 -- lmbCachedIni uses serialize(..) instead of var_export(..) for cached data. This method is much faster.
 -- lmbConf now supports files overriding, i.e "foo.conf.php" is overridden with "foo.conf.override.php"
 -- $conf in lmbConf is filled with empty array by default
@@ -18,5 +24,4 @@
 
 0.1.0-alpha - 14 December 2006
 ==================================================
-
 -- Initial release of this package.
\ No newline at end of file

Modified: 3.x/branches/2007.3/limb/config/VERSION
===================================================================
--- 3.x/branches/2007.3/limb/config/VERSION	2007-07-06 12:33:36 UTC (rev 6083)
+++ 3.x/branches/2007.3/limb/config/VERSION	2007-07-06 12:40:26 UTC (rev 6084)
@@ -1 +1 @@
-config-0.3.0-alpha
+config-0.3.1-beta



More information about the limb-svn mailing list