Author: ebourg
Date: Wed May 27 11:26:01 2009
New Revision: 779115
URL: http://svn.apache.org/viewvc?rev=779115&view=rev
Log:
Added CLI 1.0 in the release history
Modified:
commons/proper/cli/trunk/xdocs/changes.xml
Modified: commons/proper/cli/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/changes.xml?rev=779115&r1=779114&r2=779115&view=diff
==============================================================================
--- commons/proper/cli/trunk/xdocs/changes.xml (original)
+++ commons/proper/cli/trunk/xdocs/changes.xml Wed May 27 11:26:01 2009
@@ -105,7 +105,6 @@
</release>
<release version="1.1" date="2007-07-08" description="This is a
maintenance release containing bug fixes.">
-
<action type="fix" issue="CLI-2">Wrong usage summary. </action>
<action type="fix" issue="CLI-5">Dependecy on commons-lang-2.0 but
commons-lang-1.0 is obtained. </action>
<action type="fix" issue="CLI-8">Line separator as first char for
helpformatter (footer) throws exception. </action>
@@ -134,8 +133,9 @@
<action type="fix" issue="CLI-133">NullPointerException in
Util.stripLeadingHyphens when passed a null argument. </action>
<action type="fix" issue="CLI-134">1.1 is not backwards compatible
because it adds methods to the CommandLineParser interface. </action>
<action type="fix" issue="CLI-135">Backwards compatibility between 1.1
and 1.0 broken due to Option.addValue removal. </action>
+ </release>
- </release>
+ <release version="1.0" date="2002-11-06" description="Initial release"/>
</body>
</document>