]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 11 Mar 2006 20:40:23 +0000 (20:40 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 11 Mar 2006 20:40:23 +0000 (20:40 +0000)
ChangeLog

index 2d2f63327d585e3d7d3f9909288b83b1884e8817..d0494d0a904cc0dcbee47c28731fcbd786f6ff21 100644 (file)
--- 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.