]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 29 Sep 2001 06:49:35 +0000 (06:49 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 29 Sep 2001 06:49:35 +0000 (06:49 +0000)
old/fileutils/ChangeLog

index 7f8013d0db4b966becaf814af31627484bded2b9..3f4e94d2573b9bb010ceb04bc982f7cb2878bd91 100644 (file)
@@ -1,7 +1,13 @@
-2001-09-28  Jim Meyering  <meyering@lucent.com>
+2001-09-29  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.1.1.
 
+       * mkinstalldirs: Update from master.
+
+       * Makefile.maint (wget-update): Add mkinstalldirs.
+
+2001-09-28  Jim Meyering  <meyering@lucent.com>
+
        This mv command should fail (likewise for cp), rather than
        silently clobbering one of the source files.
          rm -rf a b c; mkdir a b c; touch a/f b/f; mv a/f b/f c