Author: roxspring
Date: Wed Jul 6 15:23:49 2005
New Revision: 209528
URL: http://svn.apache.org/viewcvs?rev=209528&view=rev
Log:
Updated release notes inline with the merged commits
Modified:
jakarta/commons/proper/cli/branches/CLI_1_BRANCH/RELEASE-NOTES.txt
Modified: jakarta/commons/proper/cli/branches/CLI_1_BRANCH/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/branches/CLI_1_BRANCH/RELEASE-NOTES.txt?rev=209528&r1=209527&r2=209528&view=diff
==============================================================================
--- jakarta/commons/proper/cli/branches/CLI_1_BRANCH/RELEASE-NOTES.txt
(original)
+++ jakarta/commons/proper/cli/branches/CLI_1_BRANCH/RELEASE-NOTES.txt Wed Jul
6 15:23:49 2005
@@ -1,8 +1,8 @@
$Id$
- Commons CLI Package
- Version 1.0
- Release Notes
+ Commons CLI Package
+ Version 1.1
+ Release Notes
INTRODUCTION:
@@ -18,9 +18,49 @@
NEW FEATURES:
+* Support for boolean/flag options from properties
+
BUG FIXES:
+#35191 - Documentation enhancement
+ Submitted by: Liu yehui
+
+#32525 - Parser breaks up command line parms into single characters
+ Submitted by: David Morris
+
+#31148 - Passing properties in Parser does not work for options with a single
argument
+
+#30371 - readme lists deprecate maven goal and old maven URL
+ Submitted by: Brant Langer Gurganus
+
+#30089 - Documentation fixes
+ Submitted by: Dennis Lundberg
+
+#27635 - Only long options without short option seems to be noticed
+
+#25044 - Error parsing option arguments
+ Submitted by: David Morris
+
+#21215 - Line separator as first char for helpformatter (footer) throws
exception
+
+#19383 - Missing arguments in HelpFormatter.renderOptions(..)
+
+#15648 - Quoted strings as a single argument.
+
+#15046 - MissingArgumentException: no argument for <option> is thrown when the
option's parameter equals to an existing option.
+
+#14786 - Options should not be able to be added more than once
+
DEPRECATIONS:
CHANGES:
+* Updated to Apache License 2.0 and included NOTICE file in distributions
+
+* Updated introduction documentation
+
+* Improved javadocs
+
+* More tests
+
+* Improved help formatter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]