summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d2f63327..d0494d0a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
-2006-03-10 Jim Meyering <jim@meyering.net>
+2006-03-11 Eric Blake <ebb9@byu.net>
* Version 6.0-cvs.
+ * src/pwd.c (robust_getcwd): Prepend only one slash, not two.
+
+2006-03-10 Jim Meyering <jim@meyering.net>
+
Fix a bug whereby a user with write access to a directory being removed
could cause the removal of that directory to fail with an erroneous
diagnostic about a directory cycle. Reported by Vineet Chadha.