]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 28 Sep 2002 07:55:25 +0000 (07:55 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Sep 2002 07:55:25 +0000 (07:55 +0000)
ChangeLog

index 89aafe7ca32c5aff5e2d4e328c7773234d1bcd59..10b1fb102ad3e674878583291102f92de78084d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-09-28  Jim Meyering  <meyering@lucent.com>
 
+       * Version 4.5.2.
+
        Fix things so `mkdir -p' can create very deep directories, e.g.,
        mkdir -p $(perl -e 'print "a/" x 40000') now works.
        * src/mkdir.c (main): For --parents (-p), call make_path with the
@@ -20,8 +22,6 @@
 
 2002-09-22  Jim Meyering  <meyering@lucent.com>
 
-       * Version 4.5.2.
-
        * src/rmdir.c: Include "dirname.h", for declaration of
        strip_trailing_slashes.