Skip to content

Commit d089714

Browse files
committed
Updated the changelog for CLI 1.x
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@661307 13f79535-47bb-0310-9956-ffa450edef68
1 parent f836d0e commit d089714

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

xdocs/changes.xml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,29 @@
2121
<title>Commons CLI Release Notes</title>
2222
</properties>
2323
<body>
24-
<release version="1.1" date="2007-07-08"
25-
description="This is a maintenance release containing bug fixes. ">
24+
25+
<release version="1.2" date="in SVN" description="This is a maintenance release containing bug fixes.">
26+
<action type="update" dev="bayard" issue="CLI-155">
27+
The ordering of options can be defined in help messages.
28+
</action>
29+
<action type="fix" dev="bayard" issue="CLI-151" due-to="Dan Armbrust">
30+
The line wrapping in HelpFormatter now works properly.
31+
</action>
32+
<action type="fix" dev="bayard" issue="CLI-149">
33+
The message of MissingOptionException has been improved.
34+
</action>
35+
<action type="fix" dev="bayard" issue="CLI-141" due-to="Henning Schmiedehausen, Bjorn Townsend">
36+
Option.toString() now reports arguments properly.
37+
</action>
38+
<action type="update" dev="bayard" issue="CLI-142" due-to="Henning Schmiedehausen">
39+
The Parser class has been changed to be more easily extendable.
40+
</action>
41+
<action type="update" dev="bayard" issue="CLI-140">
42+
The following classes are now serializable: Option, OptionGroup, CommandLine and Options.
43+
</action>
44+
</release>
45+
46+
<release version="1.1" date="2007-07-08" description="This is a maintenance release containing bug fixes.">
2647

2748
<action type="fix" issue="CLI-2">Wrong usage summary. </action>
2849
<action type="fix" issue="CLI-5">Dependecy on commons-lang-2.0 but commons-lang-1.0 is obtained. </action>

0 commit comments

Comments
 (0)