summaryrefslogtreecommitdiff
path: root/old/fileutils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-31 19:29:05 +0000
committerJim Meyering <jim@meyering.net>2000-10-31 19:29:05 +0000
commit96380f703c91549c8c341556c3f5455441cd8eb3 (patch)
tree790ace455b038aa2813b380dcf4b69b32a07aa31 /old/fileutils/NEWS
parent40709c446a18b9e660723386d97ceab25d6b5099 (diff)
downloadcoreutils-96380f703c91549c8c341556c3f5455441cd8eb3.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r--old/fileutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index f2d0d8259..dd4989b35 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,7 @@
Changes in release 4.01:
+[4.0.30]
+* mkdir: fix a bug introduced in 4.0.28 whereby parent directories created
+ via `mkdir -p' would have permissions that did not account for the umask
[4.0.29]
* ls.c wouldn't compile on some systems: fix it
* `cp -R --parents dir1/ dir2' failed on NetBSD, due to a portability problem