Skip to content

Commit a38eaf0

Browse files
committed
Bugs fixed in CLI 1.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/cli-1.0.x@542156 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0fde738 commit a38eaf0

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

xdocs/changes.xml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one or more
4+
contributor license agreements. See the NOTICE file distributed with
5+
this work for additional information regarding copyright ownership.
6+
The ASF licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
18+
19+
<document>
20+
<properties>
21+
<title>Commons CLI Release Notes</title>
22+
</properties>
23+
<body>
24+
<release version="1.1" date="2007-?-?"
25+
description="This is a maintenance release containing bug fixes. ">
26+
27+
<action type="fix" issue="CLI-51">Parameter value "-something" misinterpreted as a parameter. </action>
28+
<action type="fix" issue="CLI-129">CLI_1_BRANCH build.xml doesn't work. </action>
29+
<action type="fix" issue="CLI-59">No Javadoc for HelpFormatter!. </action>
30+
<action type="fix" issue="CLI-29">Options should not be able to be added more than once. </action>
31+
<action type="fix" issue="CLI-28">Infinite Loop in Command-Line processing. </action>
32+
<action type="fix" issue="CLI-45">Documentation errors. </action>
33+
<action type="fix" issue="CLI-71">A weakness of parser. </action>
34+
<action type="fix" issue="CLI-13">CommandLine.getOptionValue() behaves contrary to docs. </action>
35+
<action type="fix" issue="CLI-5">Dependecy on commons-lang-2.0 but commons-lang-1.0 is obtained. </action>
36+
<action type="fix" issue="CLI-44">Document enhancement. </action>
37+
<action type="fix" issue="CLI-69">Error parsing option arguments. </action>
38+
<action type="fix" issue="CLI-38">HelpFormatter doesn't function correctly for options with only LongOpt. </action>
39+
<action type="fix" issue="CLI-8">Line separator as first char for helpformatter (footer) throws exception. </action>
40+
<action type="fix" issue="CLI-67">Missing arguments in HelpFormatter.renderOptions(..). </action>
41+
<action type="fix" issue="CLI-26">Only long options without short option seems to be noticed. </action>
42+
<action type="fix" issue="CLI-65">Parser breaks up command line parms into single characters. </action>
43+
<action type="fix" issue="CLI-23">Passing properties in Parser does not work for options with a single argument. </action>
44+
<action type="fix" issue="CLI-2">Wrong usage summary. </action>
45+
<action type="fix" issue="CLI-21">clone method in Option should use super.clone(). </action>
46+
<action type="fix" issue="CLI-56">clone() method doesn't fully clone contents. </action>
47+
<action type="fix" issue="CLI-35">HelpFormatter doesn't sort options properly. </action>
48+
<action type="fix" issue="CLI-130">Remove the Commons Lang dependency. </action>
49+
<action type="add" issue="CLI-78">Setting description of a Option. </action>
50+
51+
</release>
52+
53+
</body>
54+
</document>

0 commit comments

Comments
 (0)