summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2014-05-23 00:20:43 +0100
committerPádraig Brady <P@draigBrady.com>2014-05-23 00:20:43 +0100
commit56c9a43ac2721f63053dc1d2d9820640cc2fb53a (patch)
tree05b59e39e5e0900a24ecea24b4b2e0ecceabaa62 /NEWS
parent695a0b5502a623e5a9a6d149500c4898102d2dd8 (diff)
downloadcoreutils-56c9a43ac2721f63053dc1d2d9820640cc2fb53a.tar.xz
stat,tail: improve support for LogFS and ConfigFS
* src/stat.c (human_fstype): Add new file system ID definitions. * NEWS: Mention the improvement.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ced356c8e..9679b4684 100644
--- a/NEWS
+++ b/NEWS
@@ -110,9 +110,9 @@ GNU coreutils NEWS -*- outline -*-
split avoids unnecessary input buffering, immediately writing input to output
which is significant with --filter or when writing to fifos or stdout etc.
- stat and tail work better with HFS+ and HFSX. stat -f --format=%T now reports
- the file system type, and tail -f now uses inotify for files, rather than the
- default of issuing a warning and reverting to polling.
+ stat and tail work better with HFS+, HFSX, LogFS and ConfigFS. stat -f
+ --format=%T now reports the file system type, and tail -f now uses inotify,
+ rather than the default of issuing a warning and reverting to polling.
* Noteworthy changes in release 8.22 (2013-12-13) [stable]