11$Id$
22
33 Commons CLI Package
4- Version 1.0
4+ Version 1.1
55 Release Notes
66
77
@@ -10,17 +10,40 @@ INTRODUCTION:
1010This document contains the release notes for this version of the Commons
1111CLI package. Commons CLI provides a simple API for working with the command line arguments and options.
1212
13- This is the first release of the CLI component, therefore all features are new,
14- there are no bug-fixes, nothing is deprecated and there are no changes.
13+ This is a bugfix release of CLI.
1514
1615For more information, read the documentation on the project site at
1716http://jakarta.apache.org/commons/cli/
1817
1918NEW FEATURES:
2019
20+ CLI-78 - Setting description of a Option.
21+
2122BUG FIXES:
2223
2324DEPRECATIONS:
2425
2526CHANGES:
2627
28+ CLI-2 - Wrong usage summary.
29+ CLI-5 - Dependecy on commons-lang-2.0 but commons-lang-1.0 is obtained.
30+ CLI-8 - Line separator as first char for helpformatter (footer) throws exception.
31+ CLI-13 - CommandLine.getOptionValue() behaves contrary to docs.
32+ CLI-21 - clone method in Option should use super.clone().
33+ CLI-23 - Passing properties in Parser does not work for options with a single argument.
34+ CLI-26 - Only long options without short option seems to be noticed.
35+ CLI-28 - Infinite Loop in Command-Line processing.
36+ CLI-29 - Options should not be able to be added more than once.
37+ CLI-35 - HelpFormatter doesn't sort options properly.
38+ CLI-38 - HelpFormatter doesn't function correctly for options with only LongOpt.
39+ CLI-44 - Document enhancement.
40+ CLI-45 - Documentation errors.
41+ CLI-51 - Parameter value "-something" misinterpreted as a parameter.
42+ CLI-56 - clone() method doesn't fully clone contents.
43+ CLI-59 - No Javadoc for HelpFormatter!.
44+ CLI-65 - Parser breaks up command line parms into single characters.
45+ CLI-67 - Missing arguments in HelpFormatter.renderOptions(..).
46+ CLI-69 - Error parsing option arguments.
47+ CLI-71 - A weakness of parser.
48+ CLI-129 - CLI_1_BRANCH build.xml doesn't work.
49+ CLI-130 - Remove the Commons Lang dependency.
0 commit comments