From: Jim Meyering Date: Thu, 9 Nov 2000 08:28:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_32~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=611fadd9e8694fdb1e1c88306160e6dfb8c9aaa5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 3002e0e03d..7e13553054 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,7 @@ Changes in release 4.01: +[4.0.32] +* mkdir no longer sets the permissions of the final directory component + if it already exists (this bug, too, was introduced recently) [4.0.31] * mkdir: fix a bug introduced in 4.0.30 whereby `mkdir existing-dir' would succeed. Now it fails, as it should (and used to).