]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: rearrange a recent bug entry to an improvement in NEWS
authorPádraig Brady <P@draigBrady.com>
Thu, 9 Mar 2017 06:59:42 +0000 (22:59 -0800)
committerPádraig Brady <P@draigBrady.com>
Thu, 9 Mar 2017 06:59:42 +0000 (22:59 -0800)
* NEWS: The stat,tail change was an improvement, not a bug fix.
* cfg.mk [old_NEWS_hash]: update with `make update-NEWS-hash`.

NEWS
cfg.mk

diff --git a/NEWS b/NEWS
index db7a78966b3d4d310dd190dc3b86070b6afa298f..409dbe0bd44145cdba244d7993a43e7505664dbd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,10 +23,6 @@ GNU coreutils NEWS                                    -*- outline -*-
   158909489063877810457 and 222087527029934481871.
   [bug introduced in coreutils-8.20]
 
-  stat and tail now know about the "rdt" file system, which is an interface
-  to Resource Director Technology.  stat -f --format=%T now reports the
-  file system type, and tail -f uses inotify.
-
   tail no longer prints redundant file headers with interleaved inotify events,
   which could be triggered especially when tail was suspended and resumed.
   [bug introduced with inotify support added in coreutils-7.5]
@@ -58,6 +54,10 @@ GNU coreutils NEWS                                    -*- outline -*-
   set the minimum returned value, but is updated to support the
   nested level syntax allowed in this variable.
 
+  stat and tail now know about the "rdt" file system, which is an interface
+  to Resource Director Technology.  stat -f --format=%T now reports the
+  file system type, and tail -f uses inotify.
+
   stty now validates arguments before interacting with the device,
   ensuring there are no side effects to specifying an invalid option.
 
diff --git a/cfg.mk b/cfg.mk
index 7e0795abcf4f11d04b74e3e5ac4fde6d66b373cd..fde426465ee10f5b492f034e146c8eb2b5704ad7 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -48,7 +48,7 @@ export VERBOSE = yes
 # 4914152 9e
 export XZ_OPT = -8e
 
-old_NEWS_hash = a78a5278f1a32d221eded802ba7cd5bb
+old_NEWS_hash = fbfecedc8eaff3d296b43a9f1db2a269
 
 # Add an exemption for sc_makefile_at_at_check.
 _makefile_at_at_check_exceptions = ' && !/^cu_install_prog/ && !/dynamic-dep/'