diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-17 03:37:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-17 03:37:22 +0000 |
commit | 3c3916975123b0282ea5bd6b7bbcf89b25e75049 (patch) | |
tree | e328c77cb756ca24867072d5f59fc9ae8acb73fc /old | |
parent | 1a68c9ac7534c8971dd40d918d3eea388d745a81 (diff) | |
download | coreutils-3c3916975123b0282ea5bd6b7bbcf89b25e75049.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 175ac35ab..841aa95c1 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,6 @@ Changes in release 3.14: * chgrp no longer aborts when given a group number larger than INT_MAX +* chgrp now fails when run by root with an unrecognized group name * when possible, cp -p preserves owner/group even on symlinks in case they're in a directory that has the sticky-bit set. * cp --recursive --parents SRC DEST works when SRC is an absolute file name. |