summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2010-10-24 14:02:12 +0100
committerPádraig Brady <P@draigBrady.com>2010-10-25 15:41:53 +0100
commitc84ddbaa333fc502394941320d3abef2db6889f0 (patch)
tree9527232eb2c854b1670303fc3265b28e819567ae /NEWS
parent7d93a082b6e3ece0b120a5150d2020c7fa11b2f5 (diff)
downloadcoreutils-c84ddbaa333fc502394941320d3abef2db6889f0.tar.xz
tail: support rechecking currently missing remote dirs
src/tail.c (main): As an optimization, don't bother checking for stdin or remote files, when ---disable-inotify is specified. To improve the fix in commit 61b77891, set the disable_inotify flag when we fall back to polling, so that we recheck remote files. NEWS: Mention the fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f28c243d7..7dbbf1f2c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ GNU coreutils NEWS -*- outline -*-
* Noteworthy changes in release ?.? (????-??-??) [?]
+** Bug fixes
+
+ tail -F once again notices changes in a currently unavailable
+ remote directory [bug introduced in coreutils-7.5]
+
* Noteworthy changes in release 8.6 (2010-10-15) [stable]