summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-03-11 20:40:23 +0000
committerJim Meyering <jim@meyering.net>2006-03-11 20:40:23 +0000
commit7384af348278cfeeba206a452f0546cdefc83715 (patch)
tree20e7e54f6894e5f361dcc14554c97cf06965c60c
parent28bffbc6fe4630b442a747e5a43934459d9e9668 (diff)
downloadcoreutils-7384af348278cfeeba206a452f0546cdefc83715.tar.xz
*** empty log message ***
-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.