diff options
author | Jim Meyering <meyering@redhat.com> | 2009-10-08 09:05:08 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-10-08 09:07:12 +0200 |
commit | 8e323907160db1cb3f9425204013597c81384492 (patch) | |
tree | d8eddef92f0209fec7e6f53ed05cb645cd070847 /NEWS | |
parent | b95be30e3fc4831391355f89a959d0c503bed5fb (diff) | |
download | coreutils-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |