diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-09 13:48:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-09 13:48:03 +0000 |
commit | 040db4c3fe27e44248cbeccd78350275137c1beb (patch) | |
tree | 271dc5d507537350c34eddbf34dcd16940b9c1eb | |
parent | 34ef74b11c17da0354f3ec7c0bbd88bfddd8662c (diff) | |
download | coreutils-040db4c3fe27e44248cbeccd78350275137c1beb.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 4f5900a7a..eee82fcae 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,7 @@ Changes in release 4.01: [4.0.34] +* 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 link name * dd no longer honors the just-added `B' suffix on skip= and seek= arguments. |