summaryrefslogtreecommitdiffstats
path: root/fastjar/CHANGES
diff options
context:
space:
mode:
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-09 03:08:23 +0000
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-09 03:08:23 +0000
commit7ce26751b948af5be89a7da5882b19703c48f7fe (patch)
tree87ea917f50267296afe6acf62ccf01cba566fa09 /fastjar/CHANGES
parent68a758b6de03182f0683314be57cae52979cd6c5 (diff)
downloadppe42-gcc-7ce26751b948af5be89a7da5882b19703c48f7fe.tar.gz
ppe42-gcc-7ce26751b948af5be89a7da5882b19703c48f7fe.zip
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
* fastjar: Imported. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/CHANGES')
-rw-r--r--fastjar/CHANGES38
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
OpenPOWER on IntegriCloud