From: Jim Meyering Date: Tue, 31 Oct 2000 19:29:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_30~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96380f703c91549c8c341556c3f5455441cd8eb3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5e24fcabf2..4368f52602 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index f2d0d82599..dd4989b355 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