From: Jim Meyering Date: Mon, 10 Nov 2014 19:22:33 +0000 (-0800) Subject: maint: move new NEWS entry into block for upcoming release X-Git-Tag: v1.7~36 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9fe5357f3fa27a44fd47715181674d29093cbf5c;p=debian%2Fgzip maint: move new NEWS entry into block for upcoming release * NEWS: Move the latest NEWS entry from the block for gzip-1.6 into the block for the upcoming release. --- diff --git a/NEWS b/NEWS index 643987c..4358f4d 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ GNU gzip NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] +** Bug fixes + + gzip -k -v no longer reports that files are replaced. + [bug present since the beginning] + * Noteworthy changes in release 1.6 (2013-06-09) [stable] @@ -20,9 +25,6 @@ GNU gzip NEWS -*- outline -*- on some platforms when compiled with optimization. [bug introduced in gzip-1.3.6] - gzip -k -v no longer reports that files are replaced. - [bug present since the beginning] - zgrep no longer malfunctions with a multi-digit context option like -15. Now, it passes that option to grep (equivalent to -C15) just as it does for single-digit options. [bug introduced in gzip-1.3.12]