From 6b5d38d8502b963c7e0f13889889f8d46fae15a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Wed, 8 Mar 2017 22:59:42 -0800 Subject: [PATCH] doc: rearrange a recent bug entry to an improvement in NEWS * NEWS: The stat,tail change was an improvement, not a bug fix. * cfg.mk [old_NEWS_hash]: update with `make update-NEWS-hash`. --- NEWS | 8 ++++---- cfg.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index db7a78966b..409dbe0bd4 100644 --- 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 7e0795abcf..fde426465e 100644 --- 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/' -- 2.47.2