[limb-svn] r6082 - 3.x/branches/2007.3/limb/toolkit

svn at limb-project.com svn at limb-project.com
Fri Jul 6 16:24:32 MSD 2007


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

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

Modified: 3.x/branches/2007.3/limb/toolkit/CHANGELOG
===================================================================
--- 3.x/branches/2007.3/limb/toolkit/CHANGELOG	2007-07-06 12:19:56 UTC (rev 6081)
+++ 3.x/branches/2007.3/limb/toolkit/CHANGELOG	2007-07-06 12:24:32 UTC (rev 6082)
@@ -1,22 +1,22 @@
+0.2.1-beta - 6 July 2007 (r6081)
+==================================================
+-- toolkit was not restored properly in tests
+-- adding phpdoc header to modules
+
 0.2.0-alpha - 2 April 2007 (r5454)
 ==================================================
-
 -- lmbToolkit now returns the same instance object from all static methods like save(), setup(), instance(), restore() etc.
 -- lmbAbstractTools now holds an instance of lmbToolkit.
 -- lmbToolkit now supports set/get interface. lmbToolkit now acts like a regular Registry allowing developer to store any variables in it. lmbToolkit :: save() and :: restore() works for stored variables the same way as for tools.
 -- lmbToolkit :: setRaw() and getRaw() methods added. Tools must this methods if they want to save they variables in toolkit.
 -- lmbToolkit can forvard generic getters like get('var') to specific getters in tools like getVar() if they exist.
 
-
 0.1.1-alpha - 16 February 2007 (r5042)
 ==================================================
-
 -- obsolete lmbToolkit :: autoload(...) removed
 -- .init.php including limb/core package support added
 -- initial PhpDocs
 
-
 0.1.0-alpha - 14 December 2006
 ==================================================
-
-- Initial release of this package.
\ No newline at end of file
+-- Initial release of this package.
\ No newline at end of file

Modified: 3.x/branches/2007.3/limb/toolkit/VERSION
===================================================================
--- 3.x/branches/2007.3/limb/toolkit/VERSION	2007-07-06 12:19:56 UTC (rev 6081)
+++ 3.x/branches/2007.3/limb/toolkit/VERSION	2007-07-06 12:24:32 UTC (rev 6082)
@@ -1 +1 @@
-toolkit-0.2.0-alpha
+toolkit-0.2.1-beta



More information about the limb-svn mailing list