summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-12-26 16:09:48 +0100
committerJim Meyering <meyering@redhat.com>2011-12-26 16:37:55 +0100
commitb1230020dc5c5acc9f9ab16c3c397c0aecb5977b (patch)
tree65ad09903d18cb83fce697b91aac32a10f5e46f3 /NEWS
parentb2a6fb0ac925831f8b96f54e10633f24b7b33f12 (diff)
downloadcoreutils-b1230020dc5c5acc9f9ab16c3c397c0aecb5977b.tar.xz
stat,tail: recognize new FS type: pipefs
* src/stat.c (human_fstype) [S_MAGIC_PIPEFS]: New case. * NEWS (Bug fixes): Mention this.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9b96f8049..9a2f31ca1 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,8 @@ GNU coreutils NEWS -*- outline -*-
and NcFsd file systems. This did not affect Unix/Linux-based kernels.
[bug introduced in coreutils-8.0, when rm began using fts]
+ stat -f now recognizes the FhGFS and PipeFS file system types.
+
tac no longer fails to handle two or more non-seekable inputs
[bug introduced in coreutils-5.3.0]