summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-06-14 18:36:25 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-06-14 18:36:25 +0000
commit9c0241d8e228c36366fcba40d091399d10f4ca02 (patch)
tree335dbef7601d0368f6ef4783479db7564dcd9d41 /ChangeLog
parent7cc0d42200db3b208540494410acd97bb95752ab (diff)
downloadcoreutils-9c0241d8e228c36366fcba40d091399d10f4ca02.tar.xz
Adjust to new make_dir_parents convention.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d334fc47..a4613110b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-06-14 Jim Meyering <jim@meyering.net>
+2005-06-14 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ * src/install.c (main): Adjust to new make_dir_parents convention.
+ * src/mkdir.c (main): Likewise.
+
+2005-06-14 Jim Meyering <jim@meyering.net>
+
* tests/mkdir/p-3: Ensure mkdir succeeds if the following argument
is an absolute directory name.