summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-08 09:05:08 +0200
committerJim Meyering <meyering@redhat.com>2009-10-08 09:07:12 +0200
commit8e323907160db1cb3f9425204013597c81384492 (patch)
treed8eddef92f0209fec7e6f53ed05cb645cd070847 /NEWS
parentb95be30e3fc4831391355f89a959d0c503bed5fb (diff)
downloadcoreutils-8e323907160db1cb3f9425204013597c81384492.tar.xz
stat: recognize CIFS and HFS file system types
* src/stat.c (human_fstype) [CIFS, HFS]: Add new file system types. Prompted by a report from Stuart Kemp. Normalize the form of a few hexadecimal magic numbers. Alphabetize on S_MAGIC_ case names. * src/Makefile.am (fs-magic-compare, fs-def, fs-magic): New rules, to automate comparison of our list with that in the Linux statfs man page. * NEWS (Bug fixes): Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ff5e9a204..cca3328d5 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
+ stat -f recognizes more file system types: CIFS, HFS
+
** New features
md5sum --check now also accepts openssl-style checksums.