Skip to content

Commit 49994a4

Browse files
committed
Sorted
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@552194 13f79535-47bb-0310-9956-ffa450edef68
1 parent c580475 commit 49994a4

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

xdocs/changes.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@
2424
<release version="1.1" date="2007-?-?"
2525
description="This is a maintenance release containing bug fixes. ">
2626

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>
3528
<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>
3929
<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>
4531
<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>
4736
<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>
4947
<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>
5050
<action type="fix" issue="CLI-131">Options class returns options in random order. </action>
5151
<action type="fix" issue="CLI-132">MissingOptionException should contain a useful error message. </action>
5252
<action type="fix" issue="CLI-133">NullPointerException in Util.stripLeadingHyphens when passed a null argument. </action>

0 commit comments

Comments
 (0)