aboutsummaryrefslogtreecommitdiff
path: root/fastjar/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'fastjar/NEWS')
-rw-r--r--fastjar/NEWS14
1 files changed, 0 insertions, 14 deletions
diff --git a/fastjar/NEWS b/fastjar/NEWS
deleted file mode 100644
index 70ee499..0000000
--- a/fastjar/NEWS
+++ /dev/null
@@ -1,14 +0,0 @@
-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.