You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/02/06 07:53:40 UTC

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

Author: bayard
Date: Fri Feb  6 06:53:40 2009
New Revision: 741436

URL: http://svn.apache.org/viewvc?rev=741436&view=rev
Log:
Updating with latest changes

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=741436&r1=741435&r2=741436&view=diff
==============================================================================
--- commons/proper/cli/trunk/xdocs/changes.xml (original)
+++ commons/proper/cli/trunk/xdocs/changes.xml Fri Feb  6 06:53:40 2009
@@ -23,6 +23,18 @@
   <body>
 
     <release version="1.2" date="in SVN" description="This is a maintenance release containing bug fixes.">
+      <action type="fix" dev="ebourg" issue="CLI-154">
+        Incomplete usage documentation about Java property option.
+      </action>
+      <action type="fix" dev="bayard" issue="CLI-170">
+        TypeHandler prints messages to stderr.
+      </action>
+      <action type="fix" dev="bayard" issue="CLI-170">
+        TypeHandler prints messages to stderr.
+      </action>
+      <action type="fix" dev="bayard" issue="CLI-162">
+        Infinite loop in the wrapping code of HelpFormatter.
+      </action>
       <action type="fix" dev="sgoeschl">
         Fixing some minor javadoc issues.
       </action>