[limb-svn] r6087 - 3.x/branches/2007.3/limb/cli
svn at limb-project.com
svn at limb-project.com
Fri Jul 6 17:03:35 MSD 2007
Author: pachanga
Date: 2007-07-06 17:03:35 +0400 (Fri, 06 Jul 2007)
New Revision: 6087
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6087
Modified:
3.x/branches/2007.3/limb/cli/CHANGELOG
3.x/branches/2007.3/limb/cli/VERSION
Log:
-- preparing to 0.2.1 beta release
Modified: 3.x/branches/2007.3/limb/cli/CHANGELOG
===================================================================
--- 3.x/branches/2007.3/limb/cli/CHANGELOG 2007-07-06 12:52:16 UTC (rev 6086)
+++ 3.x/branches/2007.3/limb/cli/CHANGELOG 2007-07-06 13:03:35 UTC (rev 6087)
@@ -1,21 +1,19 @@
-0.2.0-alpha - 2 April 2008 (r5476)
+0.2.1-beta - 6 July 2007 (r6086)
==================================================
+-- adding phpdoc header to modules
+0.2.0-alpha - 2 April 2008 (r5476)
+==================================================
-- added general Limb3 CLI scripts runner using single entry point - "limb" script shipped with CORE or CLI package (LMBF-4)
--- lmbCliInput now can be constructed using short options description format, e.g:
-$cli = new lmbCliInput('i|input=;b;foo=;c=');
-is equal to:
-$cli = new lmbCliInput(new lmbCliOption('i', 'input', lmbCliOption :: VALUE_REQ),
+-- lmbCliInput now can be constructed using short options description format, e.g:
+ new lmbCliInput('i|input=;b;foo=;c=') == new lmbCliInput(new lmbCliOption('i', 'input', lmbCliOption :: VALUE_REQ)
-- other changes and refactorings
0.1.1-alpha - 14 December 2006 (r5027)
==================================================
-
-- tests are more isolated
-- initial PhpDocs added
-
0.1.0alpha - 14 December 2006
==================================================
-
-- Initial release of this package.
+-- Initial release of this package.
Modified: 3.x/branches/2007.3/limb/cli/VERSION
===================================================================
--- 3.x/branches/2007.3/limb/cli/VERSION 2007-07-06 12:52:16 UTC (rev 6086)
+++ 3.x/branches/2007.3/limb/cli/VERSION 2007-07-06 13:03:35 UTC (rev 6087)
@@ -1 +1 @@
-cli-0.2.0-alpha
+cli-0.2.1-beta
More information about the limb-svn
mailing list