From: Jim Meyering Date: Sat, 11 Mar 2006 20:40:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~630 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7384af348278cfeeba206a452f0546cdefc83715;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 2d2f63327d..d0494d0a90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -2006-03-10 Jim Meyering +2006-03-11 Eric Blake * Version 6.0-cvs. + * src/pwd.c (robust_getcwd): Prepend only one slash, not two. + +2006-03-10 Jim Meyering + 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.