maint: move new NEWS entry into block for upcoming release
authorJim Meyering <meyering@fb.com>
Mon, 10 Nov 2014 19:22:33 +0000 (11:22 -0800)
committerJim Meyering <meyering@fb.com>
Mon, 10 Nov 2014 19:22:33 +0000 (11:22 -0800)
* NEWS: Move the latest NEWS entry from the block for gzip-1.6
into the block for the upcoming release.

NEWS

diff --git a/NEWS b/NEWS
index 643987c6e6fd255983d01abaf96ce14da818bf6c..4358f4d10dd1961bf792bf9cea211f672cdf83cf 100644 (file)
--- 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]