summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-09-09 08:58:42 +0000
committerJim Meyering <jim@meyering.net>2000-09-09 08:58:42 +0000
commitfdd7f15c6ebdb507eecb558bdeac96e79acb6787 (patch)
tree338b55213f803581c79e6005486ce0c244b3ffc3 /old
parent88fec8763a2ffe4f5a89e5deb1abda14bba1b94b (diff)
downloadcoreutils-fdd7f15c6ebdb507eecb558bdeac96e79acb6787.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index cd5b7b632..b583cd036 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.