|
24 | 24 | <release version="1.1" date="2007-?-?" |
25 | 25 | description="This is a maintenance release containing bug fixes. "> |
26 | 26 |
|
27 | | - <action type="fix" issue="CLI-51">Parameter value "-something" misinterpreted as a parameter. </action> |
28 | | - <action type="fix" issue="CLI-129">CLI_1_BRANCH build.xml doesn't work. </action> |
29 | | - <action type="fix" issue="CLI-59">No Javadoc for HelpFormatter!. </action> |
30 | | - <action type="fix" issue="CLI-29">Options should not be able to be added more than once. </action> |
31 | | - <action type="fix" issue="CLI-28">Infinite Loop in Command-Line processing. </action> |
32 | | - <action type="fix" issue="CLI-45">Documentation errors. </action> |
33 | | - <action type="fix" issue="CLI-71">A weakness of parser. </action> |
34 | | - <action type="fix" issue="CLI-13">CommandLine.getOptionValue() behaves contrary to docs. </action> |
| 27 | + <action type="fix" issue="CLI-2">Wrong usage summary. </action> |
35 | 28 | <action type="fix" issue="CLI-5">Dependecy on commons-lang-2.0 but commons-lang-1.0 is obtained. </action> |
36 | | - <action type="fix" issue="CLI-44">Document enhancement. </action> |
37 | | - <action type="fix" issue="CLI-69">Error parsing option arguments. </action> |
38 | | - <action type="fix" issue="CLI-38">HelpFormatter doesn't function correctly for options with only LongOpt. </action> |
39 | 29 | <action type="fix" issue="CLI-8">Line separator as first char for helpformatter (footer) throws exception. </action> |
40 | | - <action type="fix" issue="CLI-67">Missing arguments in HelpFormatter.renderOptions(..). </action> |
41 | | - <action type="fix" issue="CLI-26">Only long options without short option seems to be noticed. </action> |
42 | | - <action type="fix" issue="CLI-65">Parser breaks up command line parms into single characters. </action> |
43 | | - <action type="fix" issue="CLI-23">Passing properties in Parser does not work for options with a single argument. </action> |
44 | | - <action type="fix" issue="CLI-2">Wrong usage summary. </action> |
| 30 | + <action type="fix" issue="CLI-13">CommandLine.getOptionValue() behaves contrary to docs. </action> |
45 | 31 | <action type="fix" issue="CLI-21">clone method in Option should use super.clone(). </action> |
46 | | - <action type="fix" issue="CLI-56">clone() method doesn't fully clone contents. </action> |
| 32 | + <action type="fix" issue="CLI-23">Passing properties in Parser does not work for options with a single argument. </action> |
| 33 | + <action type="fix" issue="CLI-26">Only long options without short option seems to be noticed. </action> |
| 34 | + <action type="fix" issue="CLI-28">Infinite Loop in Command-Line processing. </action> |
| 35 | + <action type="fix" issue="CLI-29">Options should not be able to be added more than once. </action> |
47 | 36 | <action type="fix" issue="CLI-35">HelpFormatter doesn't sort options properly. </action> |
48 | | - <action type="fix" issue="CLI-130">Remove the Commons Lang dependency. </action> |
| 37 | + <action type="fix" issue="CLI-38">HelpFormatter doesn't function correctly for options with only LongOpt. </action> |
| 38 | + <action type="fix" issue="CLI-44">Document enhancement. </action> |
| 39 | + <action type="fix" issue="CLI-45">Documentation errors. </action> |
| 40 | + <action type="fix" issue="CLI-51">Parameter value "-something" misinterpreted as a parameter. </action> |
| 41 | + <action type="fix" issue="CLI-56">clone() method doesn't fully clone contents. </action> |
| 42 | + <action type="fix" issue="CLI-59">No Javadoc for HelpFormatter!. </action> |
| 43 | + <action type="fix" issue="CLI-65">Parser breaks up command line parms into single characters. </action> |
| 44 | + <action type="fix" issue="CLI-67">Missing arguments in HelpFormatter.renderOptions(..). </action> |
| 45 | + <action type="fix" issue="CLI-69">Error parsing option arguments. </action> |
| 46 | + <action type="fix" issue="CLI-71">A weakness of parser. </action> |
49 | 47 | <action type="add" issue="CLI-78">Setting description of a Option. </action> |
| 48 | + <action type="fix" issue="CLI-129">CLI_1_BRANCH build.xml doesn't work. </action> |
| 49 | + <action type="fix" issue="CLI-130">Remove the Commons Lang dependency. </action> |
50 | 50 | <action type="fix" issue="CLI-131">Options class returns options in random order. </action> |
51 | 51 | <action type="fix" issue="CLI-132">MissingOptionException should contain a useful error message. </action> |
52 | 52 | <action type="fix" issue="CLI-133">NullPointerException in Util.stripLeadingHyphens when passed a null argument. </action> |
|
0 commit comments