From: Jim Meyering Date: Wed, 19 Mar 2003 08:15:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.11~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=620d2e40cc375a7432e379dd4c65ee029ae8210c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 7bbf4df619..7a579e0cd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-03-19 Jim Meyering + + * Version 4.5.11. + + * tests/mv/part-symlink: Unset CDPATH. Otherwise, having the + CDPATH shell variable set could cause this test to fail. + Reported by Karl Berry. + 2003-03-18 Jim Meyering * src/fmt.c [struct Word] (paren, period, punct, final): Change the @@ -7,8 +15,6 @@ 2003-03-16 Jim Meyering - * Version 4.5.11. - * src/remove.c (rm): Put two local variables in static storage, so they can't be clobbered by the potential longjmp.