summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-04 14:15:12 +0000
committerJim Meyering <jim@meyering.net>1994-11-04 14:15:12 +0000
commitcda4ac2e9182b7afcb4c06f7e510d9c5f5a9080e (patch)
tree8caf16019919de82f32c66af0fbb6ab9364dd009 /old
parent8de255ea619e46b2bd25ac227d6837145b1f5366 (diff)
downloadcoreutils-cda4ac2e9182b7afcb4c06f7e510d9c5f5a9080e.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 94fe8fb5e..7c6498dc2 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,8 @@
User-visible changes in release 3.10:
+* mkdir -p now ignores arguments that are existing directories. Before,
+ (contrary to POSIX spec) it would attempt to change ownership and/or
+ protections of existing directories. And it would fail when such a
+ directory was owned by another user.
* Fix bug in cp that made the commands `mkdir dir; touch foo; cp -P foo dir'
incorrectly change the permissions on directory, dir.
* df accepts a new option, --sync, that may ensure it reports more up to