summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-12-01 11:02:04 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2010-12-01 11:02:13 -0800
commit73e5576c3702e229770f6e2722995a1796773500 (patch)
tree2d73646fe2b5e4e7ad34a943b63bb11dbfcafe21
parent4962e55522a41562a00e8a881ce7b2427564a6dd (diff)
downloadgzip-73e5576c3702e229770f6e2722995a1796773500.tar.gz
* NEWS: The "gzip -f foo.gz" change occurred in 1.3.13, not 1.3.12
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0866500..18baee4 100644
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,8 @@ GNU gzip NEWS -*- outline -*-
* Noteworthy changes in release 1.3.13 (2009-09-30) [stable]
+** 'gzip -f foo.gz' now creates a file foo.gz.gz instead of complaining.
+
** Bug fixes
gzip -d no longer fails with "-" as 2nd or subsequent argument
@@ -65,8 +67,6 @@ Major changes in Gzip 1.3.12 (2007-04-13)
* znew now uses $TMPDIR (default /tmp) instead of always using /tmp.
-* 'gzip -f foo.gz' now creates a file foo.gz.gz instead of complaining.
-
* It is now documented that gzip ignores case when examining file name
extensions; for example, 'gzip test.Gz' (without -f) fails because
the file name ends in '.Gz'.