blob: 3d6b0c0cb3a7dee2fbc87b5bb89b991e0157bbd8 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Release notes for CLI 1.4</title>
<author email="dev@commons.apache.org">Commons Documentation Team</author>
</properties>
<body>
<section name="Release notes">
<p>These are the release notes for Commons CLI 1.4.</p>
<source>
INTRODUCTION:
This document contains the release notes for this version of the Commons CLI
package. Commons CLI provides a simple API for working with the command line
arguments and options.
Commons CLI 1.4 is a feature release and binary compatible with the
previous versions, except for the OptionValidator class that is no longer public
(change introduced in v1.2). Commons CLI 1.4 at least requires Java 5.0.
More information can be found on the project site at
http://commons.apache.org/cli.
NEW FEATURES
============
o CLI-269: Introduce CommandLine.Builder
o CLI-267: Add an addRequiredOption method to Options.
Thanks to Ricardo Ribeiro.
BUG FIXES
=========
o CLI-265: Optional argument picking up next regular option as its argument.
Thanks to Martin Sandiford.
o CLI-266: HelpFormatter.setOptionComparator(null) doesn't display the values
in inserted order. Thanks to Ravi Teja.
</source>
</section>
</body>
</document>