summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-24 10:03:51 +0000
committerJim Meyering <jim@meyering.net>2005-10-24 10:03:51 +0000
commit946e7dc9300fa9833db8310932bfe1af69e1f5ff (patch)
tree3a44cb562a2dced3d1ad7372d370f7648f82ae1f /lib/ChangeLog
parent5b427ce7c37a517695b30a415c14dace633da6b4 (diff)
downloadcoreutils-946e7dc9300fa9833db8310932bfe1af69e1f5ff.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index d575bb2ae..f41ae26c6 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,15 @@
+2005-10-24 Jim Meyering <jim@meyering.net>
+
+ A command like `mkdir -p nonexistent/.' would create the
+ directory but exit nonzero with a diagnostic. This could also be
+ triggered with a non-`.' component, e.g., in a race with another
+ process running the same `mkdir -p nonexistent/sub' command.
+
+ * mkdir-p.c (make_dir_parents): Handle the case of an
+ existing final component.
+ Reported by Matthias Andree here:
+ http://savannah.gnu.org/bugs/?func=detailitem&item_id=14848
+
2005-10-23 Jim Meyering <jim@meyering.net>
* sha512.h: Remove no-longer-relevant comment.