]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 31 Oct 2000 19:29:05 +0000 (19:29 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 31 Oct 2000 19:29:05 +0000 (19:29 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index 5e24fcabf2fd65931e91274cb987502c30987acf..4368f52602245d1499db0e4e629a1241adef38b0 100644 (file)
@@ -10,8 +10,8 @@
        the same code, both with and without -p, to create the final
        component in each file name.  Reported by Bob Proulx.
 
+       Add tests for the above fix.
        * tests/cp/cp-parents: Add some permission tests.
-
        * tests/mkdir/perm: Fix the test so it actually does something.
        Run each test also with mkdir's `-p' option and check permissions
        on the parent directories.
index f2d0d8259900929a92a3b08e80b5812fb794cbb9..dd4989b3553bea1e35ae78a05240104185589630 100644 (file)
@@ -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