]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 18 Nov 2000 13:51:56 +0000 (13:51 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Nov 2000 13:51:56 +0000 (13:51 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index d1c1f81e1927f3d52649b57b68b69b3752c82ed3..39ecc8b2155bd6bbdcc72543a0c7d727698b7b23 100644 (file)
@@ -1,6 +1,9 @@
 2000-11-18  Jim Meyering  <meyering@lucent.com>
 
-       * Version 4.0.32.
+       * Version 4.0.33.
+
+       * src/mkdir.c (main): When failing to create a directory, give only
+       one diagnostic, not two.  Reported by Volker Borchert.
 
        * src/mkdir.c (main): With --parents, remove any trailing slashes
        from the argument to the final mkdir call.  Required for NetBSD.
index 8d21465007b75b414ae9a3594ea845662ffd997a..56d7afc3bd9ab354b96a3ede5609bbf3ff3344ea 100644 (file)
@@ -1,4 +1,7 @@
 Changes in release 4.01:
+[4.0.33]
+* mkdir now gives one diagnostic (rather than two) for certain failures
+* mkdir portability fix for NetBSD
 [4.0.32]
 * touch now interprets a lone numeric argument of 8 or 10 digits as a file name,
   rather than as a date/time in the obsolescent `MMDDhhmm[YY]' format.