summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-14 08:00:16 +0000
committerJim Meyering <jim@meyering.net>2005-06-14 08:00:16 +0000
commit27a8731d4ebaa19daca4c73242dd7eb0da45180a (patch)
tree34f0904c71e52ae22403542b08365a6cf280753f /ChangeLog
parentd9b86c615615c8cc83e1a73abd1dc6b8dd077f07 (diff)
downloadcoreutils-27a8731d4ebaa19daca4c73242dd7eb0da45180a.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2afaf682d..8af4d3a3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* src/install.c (main): Likewise.
(install_file_in_file_parents): Update make_dir_parents caller.
* tests/mkdir/p-3: New test for today's mkdir.c/mkdir-p.c bug fixes.
+ * tests/mkdir/Makefile.am (TESTS): Add p-3.
2005-06-10 Paul Eggert <eggert@cs.ucla.edu>