summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2007-11-10 01:07:37 +0200
committerJim Meyering <meyering@redhat.com>2007-11-24 15:06:43 +0100
commitcbc06bb6390c1ad4a227723078ecd7f7689251cc (patch)
treee15224e4c5e1cdbb6817b2ae74e22587b6882099 /NEWS
parentad8fbe0dd2c77fe41457311f91bfcf49b0bf7616 (diff)
downloadcoreutils-cbc06bb6390c1ad4a227723078ecd7f7689251cc.tar.xz
"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, when initial fchown/lchown fails. * src/cp.c (re_protect): Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 14fb3cd8b..03e16a5d1 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,9 @@ GNU coreutils NEWS -*- outline -*-
Add SELinux support (FIXME: add details here)
+ cp -p tries to preserve the GID of a file even if preserving the UID
+ is not possible.
+
uniq accepts a new option: --zero-terminated (-z). As with the sort
option of the same name, this makes uniq consume and produce
NUL-terminated lines rather than newline-terminated lines.