diff options
author | Alexandre Petit-Bianco <apbianco@cygnus.com> | 2000-12-09 03:08:23 +0000 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2000-12-08 19:08:23 -0800 |
commit | bd8757b313518d151d28fff18f4d7958b5cb7ba3 (patch) | |
tree | 87ea917f50267296afe6acf62ccf01cba566fa09 /fastjar/CHANGES | |
parent | 81522a1f8693a519afc801ca60cb390320791e5f (diff) | |
download | gcc-bd8757b313518d151d28fff18f4d7958b5cb7ba3.tar.gz |
fastjar: Imported.
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
* fastjar: Imported.
From-SVN: r38145
Diffstat (limited to 'fastjar/CHANGES')
-rw-r--r-- | fastjar/CHANGES | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/fastjar/CHANGES b/fastjar/CHANGES new file mode 100644 index 00000000000..057aa611051 --- /dev/null +++ b/fastjar/CHANGES @@ -0,0 +1,38 @@ +0.92 08/24/2000 Improved support for other Unix platforms. + Now works on Solaris, AIX, True 64, and HP-UX. + Hopefully resolved all big endian problems. + Fixed bug in update which caused it to skip + openning update file + +0.90 12/06/1999 Fixed recursive archival bug. + +0.86 10/12/1999 Applied patch to fix leading "./" problem. + +0.85 5/10/1999 The -t and -x flags now work. Hooray! Those + took quite a long time to get working. + Handling extraction/listing added quite a bit + of code, 500-1000 lines. ouch! + +0.75 4/27/1999 Added support for -C flag, allowing you to + change directories before adding files. See + fastjar's usage screen for more info. Also + improved the total compression display, and + added install/uninstall targets to the + Makefile. + +0.71 4/27/1999 Added -V flag to print version info. Added + better error messages, and added configure + script for better portability. + +0.70 4/25/1999 Added compression. Only deflation is supported + at this time (only one jar supports) and is + enabled by default. use the -0 flag to disable + compression. + +0.60 4/21/1999 Added support for manifest files (-m, -M). + Fixed bug with mod time/date in central header. + +0.50.1 4/20/1999 Added patch from John Bley. (Fixes bug with + not properly closing the file) + +0.50 4/20/1999 First public release |