Author: bayard Date: Wed Jul 4 18:35:30 2007 New Revision: 553359 URL: http://svn.apache.org/viewvc?view=rev&rev=553359 Log: Adding newly dealt with issues
Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/RELEASE-NOTES.txt Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/jakarta/commons/proper/cli/branches/cli-1.0.x/RELEASE-NOTES.txt?view=diff&rev=553359&r1=553358&r2=553359 ============================================================================== --- jakarta/commons/proper/cli/branches/cli-1.0.x/RELEASE-NOTES.txt (original) +++ jakarta/commons/proper/cli/branches/cli-1.0.x/RELEASE-NOTES.txt Wed Jul 4 18:35:30 2007 @@ -54,3 +54,8 @@ CLI-71 - A weakness of parser. CLI-129 - CLI_1_BRANCH build.xml doesn't work. CLI-130 - Remove the Commons Lang dependency. + CLI-131 - Options class returns options in random order. + CLI-132 - MissingOptionException should contain a useful error message. + CLI-133 - NullPointerException in Util.stripLeadingHyphens when passed a null argument. + CLI-134 - 1.1 is not backwards compatible because it adds methods to the CommandLineParser interface. + CLI-135 - Backwards compatibility between 1.1 and 1.0 broken due to Option.addValue removal. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]