summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 89aafe7ca..10b1fb102 100644
--- 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.