You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/01/27 22:35:35 UTC

svn commit: r1439188 - /commons/proper/cli/trunk/src/changes/changes.xml

Author: tn
Date: Sun Jan 27 21:35:35 2013
New Revision: 1439188

URL: http://svn.apache.org/viewvc?rev=1439188&view=rev
Log:
Complete changes.xml with resolved issues for 1.3 from JIRA.

Modified:
    commons/proper/cli/trunk/src/changes/changes.xml

Modified: commons/proper/cli/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/changes/changes.xml?rev=1439188&r1=1439187&r2=1439188&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/changes/changes.xml (original)
+++ commons/proper/cli/trunk/src/changes/changes.xml Sun Jan 27 21:35:35 2013
@@ -23,6 +23,63 @@
   <body>
     
     <release version="1.3" date="in SVN">
+      <action type="fix" dev="ebourg" issue="CLI-202">
+        Default options will now work correctly with required options that are missing.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-203">
+        Default options will now work correctly together with option groups.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-209" due-to="Thomas Herre">
+        The javadoc of OptionBuilder now states that the class is not thread-safe.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-169" due-to="J. Lewis Muir">
+        HelpFormatter now supports setting the displayed separator of long options.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-197" due-to="Anders Larsson">
+        Improve description of parameter "stopAtNonOption" in method
+        CommandLine.parse(Options, String[], boolean).
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-204">
+        Passing default values for not defined options to a parser will now trigger
+        a ParseException instead of a NullPointerException.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-205">
+        HelpFormatter.setArgName(String) now correctly sets the argument name.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-201">
+        Default properties provided as input to the Parser.parse() methods are now
+        correctly processed.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-215" due-to="Manuel Müller">
+        CommandLine.getParsedOptionValue() now returns a String object if no
+        option type has been explicitly set.
+      </action>
+      <action type="fix" dev="ggregory" issue="CLI-200" due-to="Gerard Weatherby">
+        Fixed typo in javadoc of class CommandLine.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-220" due-to="Joe Casadonte">
+        Corrected javadoc for return type of MissingOptionException.getMissingOptions().
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-212" due-to="Per Cederberg">
+        HelpFormatter now prints command-line options in the same order as they
+        have been added.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-186" due-to="Kristoff Kiefer">
+        Standard help text now shows mandatory arguments also for the first option.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-207" due-to="Uri Moszkowicz">
+        HelpFormatter does not strip anymore leading whitespace in the footer text.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-185" due-to="Einar M R Rosenvinge">
+        Strip quotes contained in argument values only if there is exactly one at the
+        beginning and one at the end.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-184">
+        Negative numerical arguments take precedence over numerical options.
+      </action>
+      <action type="fix" dev="ebourg" issue="CLI-193" due-to="Travis McLeskey">
+        Fix possible StringIndexOutOfBoundsException in HelpFormatter.
+      </action>
       <action type="add" dev="ebourg" issue="CLI-181">
         A new parser is available: DefaultParser. It combines the features of the GnuParser and the PosixParser.
         It also provides additional features like partial matching for the long options, and long options without