* NEWS: The "gzip -f foo.gz" change occurred in 1.3.13, not 1.3.12
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Dec 2010 19:02:04 +0000 (11:02 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Dec 2010 19:02:13 +0000 (11:02 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 08665006ca4d11e3b39313eed201a78700cfb960..18baee48a86c82bf4aa9efb0d33d312d0e015cd2 100644 (file)
--- 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'.