From: Jim Meyering Date: Sat, 9 Sep 2000 08:58:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0z~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fdd7f15c6ebdb507eecb558bdeac96e79acb6787;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index cd5b7b632d..b583cd0362 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,7 @@ Changes in release 4.01: [4.0z] +* `cp -p' once again preserves `special' permission bits (this bug was + introduced in 4.0y) * mv's --force (-f) option now controls solely whether mv prompts (per POSIX) * `cp -f' now first attempts to open an existing destination file, and only if that fails does it resort to unlinking the file and retrying the open.