summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-24 23:20:01 +0200
committerJim Meyering <meyering@redhat.com>2011-04-25 10:59:15 +0200
commit61de57cd2369914542d44d32b4a2e001f638ada8 (patch)
treef50084d419f5f759bbd04ed90e74424813c432dc /NEWS
parent32eb31999f62605872cfc1c32b85bd9a5fcd198e (diff)
downloadcoreutils-61de57cd2369914542d44d32b4a2e001f638ada8.tar.xz
tail --follow=name no longer implies --retry
* src/tail.c (tail_forever_inotify): Just as without inotify, tail --follow=name now terminates when the last tailed-by-name file is unlinked or moved aside. This bug was introduced on 2009-06-15 via commit ae494d4b, "tail: use inotify if it is available". Reported by Tim Underwood in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/22286 * NEWS (Bug fixes): Mention this. * tests/tail-2/follow-name: Test for this. * tests/Makefile.am (TESTS): Add it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7bc2ef39a..3307e71e9 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ GNU coreutils NEWS -*- outline -*-
* Noteworthy changes in release ?.? (????-??-??) [?]
+** Bug fixes
+
+ tail's --follow=name option no longer implies --retry on systems
+ with inotify support. [bug introduced in coreutils-7.5]
+
** Changes in behavior
cp's extent-based (FIEMAP) copying code is more reliable in the face