diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-16 13:40:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-16 13:40:37 +0000 |
commit | eb24d1f55c28c8d8d290a0ae60c696f20385fdc3 (patch) | |
tree | 6a49d9767f6e9aca5c6396050b2505732d7f845e /old/fileutils | |
parent | 608b34758439c89a2e0e1007565bf23abc901502 (diff) | |
download | coreutils-eb24d1f55c28c8d8d290a0ae60c696f20385fdc3.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index eee82fcae..b37c6f479 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,8 @@ Changes in release 4.01: [4.0.34] +* fix a bug (introduced in 4.0z) that made `chown 123:456 file' act like + `chown 123:123 file'. Other uses with a numeric group ID would make + chown improperly fail. * the chown and chgrp programs preserve set-uid and set-gid bits, even on systems for which the chown function call resets those bits. * `ls -L dangling-symlink' now fails (per POSIX) rather than printing the |