diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-10 20:42:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-10 20:42:52 +0000 |
commit | c9ed2d4e4b071f445dec2f2ad2d32d38b388e2eb (patch) | |
tree | f56cdb62b5184c1aa34e5a2103abbf01ed63c4fe /NEWS | |
parent | 6b31ccecb83a4c3de179ec2332df565aeb3793f2 (diff) | |
download | coreutils-c9ed2d4e4b071f445dec2f2ad2d32d38b388e2eb.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ GNU coreutils NEWS -*- outline -*- - md5sum --check now accepts the output of the BSD md5sum program, e.g., MD5 (f) = d41d8cd98f00b204e9800998ecf8427e - date -d DATE can now parse a DATE string like May-23-2003 +- chown: `.' is no longer recognized as a separator in the OWNER:GROUP + specifier on POSIX 1003.1-2001 systems. If chown *was not* compiled + on such a system, then it still accepts `.', by default. If chown + was compiled on a POSIX 1003.1-2001 system, then you may enable the + old behavior by setting _POSIX2_VERSION=199209 in your environment. ** Bug fixes - chown --dereference no longer leaks a file descriptor per symlink processed |