OSDN Git Service

20005-05-24 Janis Johnson <janis187@us.ibm.com>
[pf3gnuchains/gcc-fork.git] / fastjar / CHANGES
1 0.92            08/24/2000      Improved support for other Unix platforms.
2                                 Now works on Solaris, AIX, True 64, and HP-UX.
3                                 Hopefully resolved all big endian problems.
4                                 Fixed bug in update which caused it to skip
5                                 openning update file
6
7 0.90            12/06/1999      Fixed recursive archival bug.
8
9 0.86            10/12/1999      Applied patch to fix leading "./" problem.
10
11 0.85            5/10/1999       The -t and -x flags now work.  Hooray!  Those
12                                 took quite a long time to get working. 
13                                 Handling extraction/listing added quite a bit
14                                 of code, 500-1000 lines. ouch!
15
16 0.75            4/27/1999       Added support for -C flag, allowing you to
17                                 change directories before adding files.  See
18                                 fastjar's usage screen for more info.  Also
19                                 improved the total compression display, and
20                                 added install/uninstall targets to the
21                                 Makefile.
22
23 0.71            4/27/1999       Added -V flag to print version info.  Added
24                                 better error messages, and added configure
25                                 script for better portability.
26
27 0.70            4/25/1999       Added compression.  Only deflation is supported
28                                 at this time (only one jar supports) and is
29                                 enabled by default.  use the -0 flag to disable
30                                 compression.
31
32 0.60            4/21/1999       Added support for manifest files (-m, -M).
33                                 Fixed bug with mod time/date in central header.
34
35 0.50.1          4/20/1999       Added patch from John Bley. (Fixes bug with
36                                 not properly closing the file)
37
38 0.50            4/20/1999       First public release