summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2007-11-22 11:25:24 +0200
committerJim Meyering <meyering@redhat.com>2007-11-24 15:08:43 +0100
commit5c11250915f1521fa65502c1e4765ddd41c96edc (patch)
treef0d9e3ce43d591d2d9e7450f6a3b1f47d4cf8bfa /ChangeLog
parentcbc06bb6390c1ad4a227723078ecd7f7689251cc (diff)
downloadcoreutils-5c11250915f1521fa65502c1e4765ddd41c96edc.tar.xz
setuidgid: accept numeric UID, and new option -g GID,GID1,GID2,...
* src/setuidgid.c: Add functionality for the new test above.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3caaaa36f..1810cb171 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-11-24 Jim Meyering <meyering@redhat.com>
+ setuidgid: accept numeric UID, and new option -g GID,GID1,GID2,...
+ * src/setuidgid.c: Add functionality for the new test above.
+
"cp -p" tries to preserve GID even if preserving the UID fails.
* NEWS: Mention this new feature.
* src/copy.c (set_owner): Try to preserve just the GID,