summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-13 10:19:23 +0000
committerJim Meyering <jim@meyering.net>2005-06-13 10:19:23 +0000
commitfd49083b38f2cf18837682c87de1e4e273cdf331 (patch)
tree589728a05172c5b91ac5cd8aced6a9852fdd57f5 /NEWS
parent736dfd391dbcdba2340ded3066a186ec6c7be1b4 (diff)
downloadcoreutils-fd49083b38f2cf18837682c87de1e4e273cdf331.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 43a3bcf68..1dc2073fd 100644
--- a/NEWS
+++ b/NEWS
@@ -122,6 +122,10 @@ GNU coreutils NEWS -*- outline -*-
"mkdir -m =+x dir" no longer ignores the umask when evaluating "+x",
and similarly for mkfifo and mknod.
+ "mkdir -p /tmp/a/b dir" no longer attempts to create the `.'-relative
+ directory, dir (in /tmp/a), when, after creating /tmp/a/b, it is unable
+ to return to its initial working directory.
+
"pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.
** Improved portability