You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2009/05/27 13:44:49 UTC

svn commit: r779118 - /commons/proper/cli/trunk/xdocs/changes.xml

Author: ebourg
Date: Wed May 27 11:44:49 2009
New Revision: 779118

URL: http://svn.apache.org/viewvc?rev=779118&view=rev
Log:
Removed a change invisible to the users

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=779118&r1=779117&r2=779118&view=diff
==============================================================================
--- commons/proper/cli/trunk/xdocs/changes.xml (original)
+++ commons/proper/cli/trunk/xdocs/changes.xml Wed May 27 11:44:49 2009
@@ -29,11 +29,8 @@
     </release>
 
     <release version="1.2" date="2009-03-19" description="This is a maintenance release containing bug fixes.">
-      <action type="fix" dev="oheger" issue="CLI-175">
-        Test class BugCLI162Test fails under Windows
-      </action>
       <action type="fix" dev="joehni" issue="CLI-177">
-        OptionBuilder is not reseted in case of an IAE at create.
+        OptionBuilder is now reseted if an IllegalArgumentException occurs in create().
       </action>
       <action type="remove" dev="bayard">
         Ant build system removed.