Skip to content

Commit 3089721

Browse files
committed
Better descriptions
1 parent 5306831 commit 3089721

1 file changed

Lines changed: 8 additions & 15 deletions

File tree

src/changes/changes.xml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<title>Apache Commons CLI Release Notes</title>
2323
</properties>
2424
<body>
25-
<release version="1.7.1" date="YYYY-MM-DD" description="New features and bug fixes">
25+
<release version="1.7.1" date="YYYY-MM-DD" description="This release contains new features and bug fixes and requires Java 8 or above.">
2626
</release>
27-
<release version="1.7.0" date="2024-04-13" description="New features and bug fixes">
27+
<release version="1.7.0" date="2024-04-13" description="This release contains new features and bug fixes and requires Java 8 or above.">
2828
<!-- FIX -->
2929
<action type="fix" issue="CLI-312" dev="ggregory" due-to="Claude Warren, Gary Gregory">Inconsistent behavior in key/value pairs (Java property style).</action>
3030
<action type="fix" dev="ggregory" due-to="Gary Gregory">Avoid NullPointerException in Util.stripLeadingAndTrailingQuotes(String).</action>
@@ -46,7 +46,7 @@
4646
<action type="update" dev="ggregory" due-to="Elric, Gary Gregory">Update the tests to JUnit 5 #238.</action>
4747
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump tests commons-io:commons-io from 2.16.0 to 2.16.1 #258.</action>
4848
</release>
49-
<release version="1.6.0" date="2023-10-23" description="New features and bug fixes">
49+
<release version="1.6.0" date="2023-10-23" description="This release contains new features and bug fixes and requires Java 8 or above.">
5050
<!-- FIX -->
5151
<action type="update" dev="ggregory" due-to="Gary Gregory">
5252
Fix SpotBugs Error: Medium: Method intentionally throws RuntimeException. [org.apache.commons.cli.Option] At Option.java:[lines 417-423] THROWS_METHOD_THROWS_RUNTIMEEXCEPTION
@@ -139,7 +139,7 @@
139139
Update JUnit 4 to 5 vintage.
140140
</action>
141141
</release>
142-
<release version="1.5.0" date="2021-10-23" description="New features and bug fixes (Java 7 or above).">
142+
<release version="1.5.0" date="2021-10-23" description="This release contains new features and bug fixes and requires Java 7 or above.">
143143
<!-- FIX -->
144144
<action type="fix" dev="ggregory" due-to="Gary Gregory">
145145
Fix NPE in DefaultParser.isLongOption(String).
@@ -243,8 +243,7 @@
243243
Bump maven-javadoc-plugin from 3.3.1 to 3.3.2, #91.
244244
</action>
245245
</release>
246-
247-
<release version="1.4" date="2017-03-09" description="New features and bug fixes">
246+
<release version="1.4" date="2017-03-09" description="This release contains new features and bug fixes and requires Java 5 or above.">
248247
<action type="add" dev="rfscholte" issue="CLI-269">
249248
Introduce CommandLine.Builder
250249
</action>
@@ -258,14 +257,12 @@
258257
HelpFormatter.setOptionComparator(null) doesn't display the values in inserted order
259258
</action>
260259
</release>
261-
262-
<release version="1.3.1" date="2015-06-17" description="Bug fix release for 1.3">
260+
<release version="1.3.1" date="2015-06-17" description="This release contains bug fixes and requires Java 5 or above.">
263261
<action type="fix" dev="britter" issue="CLI-252" due-to="Simon Harrer">
264262
LongOpt falsely detected as ambiguous
265263
</action>
266264
</release>
267-
268-
<release version="1.3" date="2015-05-09" description="This is a feature and maintenance bug fix release.">
265+
<release version="1.3" date="2015-05-09" description="This release contains new features and bug fixes and requires Java 5 or above..">
269266
<action type="fix" dev="djones" issue="CLI-248">
270267
Fixed broken Javadoc links on Introduction page.
271268
</action>
@@ -374,8 +371,7 @@
374371
PosixParser now supports partial long options (--ver instead of --version).
375372
</action>
376373
</release>
377-
378-
<release version="1.2" date="2009-03-19" description="This is a maintenance release containing bug fixes.">
374+
<release version="1.2" date="2009-03-19" description="This release contains new features and bug fixes and requires Java 5 or above.">
379375
<action type="fix" dev="joehni" issue="CLI-177">
380376
OptionBuilder is now reseted if an IllegalArgumentException occurs in create().
381377
</action>
@@ -447,7 +443,6 @@
447443
OptionValidator is no longer public, its methods were all private.
448444
</action>
449445
</release>
450-
451446
<release version="1.1" date="2007-07-08" description="This is a maintenance release containing bug fixes.">
452447
<action type="fix" issue="CLI-2">Wrong usage summary. </action>
453448
<action type="fix" issue="CLI-5">Dependecy on commons-lang-2.0 but commons-lang-1.0 is obtained. </action>
@@ -478,8 +473,6 @@
478473
<action type="fix" issue="CLI-134">1.1 is not backwards compatible because it adds methods to the CommandLineParser interface. </action>
479474
<action type="fix" issue="CLI-135">Backwards compatibility between 1.1 and 1.0 broken due to Option.addValue removal. </action>
480475
</release>
481-
482476
<release version="1.0" date="2002-11-06" description="Initial release"/>
483-
484477
</body>
485478
</document>

0 commit comments

Comments
 (0)