summaryrefslogtreecommitdiff
path: root/fastjar/NEWS
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/NEWS
parent68a758b6de03182f0683314be57cae52979cd6c5 (diff)
downloadgcc-7ce26751b948af5be89a7da5882b19703c48f7fe.tar.gz
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/NEWS')
-rw-r--r--fastjar/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/fastjar/NEWS b/fastjar/NEWS
new file mode 100644
index 00000000000..70ee4990fb2
--- /dev/null
+++ b/fastjar/NEWS
@@ -0,0 +1,14 @@
+Noteworthy changes in fastjar, 11/2000
+--------------------------------------
+
+Fastjar as been imported from sourceforge.net/projects/fastjar with
+Brian Burns' permission so that it can be used as a replacement to the
+zip utility in order to create the libgcj.zip archive. Several missing
+distribution files were created, most notably Makefile.am.
+
+Two new options were added: `-E' to prevent fastjar from reading the
+content of a directory when specifying one (and instead relying on the
+provided list of files to populate the archive with regard to the
+directory entry) and `-@' to let fastjar read the name of the files to
+add to the archive from the standard input. This last option is
+supported only when creating or augmenting an archive.