From: Paul Eggert Date: Wed, 1 Dec 2010 19:02:04 +0000 (-0800) Subject: * NEWS: The "gzip -f foo.gz" change occurred in 1.3.13, not 1.3.12 X-Git-Tag: v1.5~52 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=73e5576c3702e229770f6e2722995a1796773500;p=debian%2Fgzip * NEWS: The "gzip -f foo.gz" change occurred in 1.3.13, not 1.3.12 --- 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'.