1Release 2.0.0
2===============================================================================
3This is an overhaul of the package to use Java5 generics.  This is not
4a drop-in replacement for any version 1.x.x releases - the interfaces have
5changed.
6
7Release 1.0.3
8===============================================================================
9Bugs Fixed:
10Bug 1038722 - setOptions() and setArgs() in BasicCmdLineHandler throw
11              NullPointerExceptions when passed null as the parameter.
12Bug 759800  - make StringParam.UNSPECIFIED_LENGTH public.
13
14Other Changes:
15    Added 'jar' target to the build.xml so that 'ant jar' will generate a
16    jcmdline.jar file to the ./build directory for use by other projects that
17    need to build from source.
18
19    Deprecated the StringParam.setMaxLength() method in favor of setMaxValLen(),
20    which is more in keeping with the naming of other methods in the class.
21
22Release 1.0.2
23===============================================================================
24Bugs Fixed:
25
26Bug 759797 - BasicCmdLineHandler parameters passed as Collection cause
27             ClassCastException.
28
29Release 1.0.1
30===============================================================================
31This is the initial release of the jcmdline package.
32