[limb-svn] r5477 - 3.x/limb/cli
svn at limb-project.com
svn at limb-project.com
Mon Apr 2 15:08:42 MSD 2007
Author: pachanga
Date: 2007-04-02 15:08:42 +0400 (Mon, 02 Apr 2007)
New Revision: 5477
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5477
Modified:
3.x/limb/cli/CHANGELOG
Log:
-- CHANGELOG fixes
Modified: 3.x/limb/cli/CHANGELOG
===================================================================
--- 3.x/limb/cli/CHANGELOG 2007-04-02 11:04:11 UTC (rev 5476)
+++ 3.x/limb/cli/CHANGELOG 2007-04-02 11:08:42 UTC (rev 5477)
@@ -1,13 +1,14 @@
-0.2.0alpha - 2 April 2008 (-r:5454)
+0.2.0-alpha - 2 April 2008 (r5476)
==================================================
-!! Major BC break
-
--- added general Limb3 cli scripts runner using single entry point - "limb" script shipped with CORE or CLI package (LMBF-4)
--- calling htmlspecialchars for proper encoding of html symbols in changelog, description and summary during package creation
+-- 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),
-- other changes and refactorings
-0.1.1alpha - 14 December 2006 (-r:5027)
+0.1.1-alpha - 14 December 2006 (r5027)
==================================================
-- tests are more isolated
@@ -17,4 +18,4 @@
0.1.0alpha - 14 December 2006
==================================================
-- Initial release of this package.
\ No newline at end of file
+- Initial release of this package.
More information about the limb-svn
mailing list