diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-19 08:15:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-19 08:15:28 +0000 |
commit | 620d2e40cc375a7432e379dd4c65ee029ae8210c (patch) | |
tree | 0a77edb3d93830a3ae0bf0c5ef33847ddef8cda3 | |
parent | b01894ce34c4078c4140d0c0a4ee409398ea1121 (diff) | |
download | coreutils-620d2e40cc375a7432e379dd4c65ee029ae8210c.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,11 @@ +2003-03-19 Jim Meyering <jim@meyering.net> + + * 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 <jim@meyering.net> * src/fmt.c [struct Word] (paren, period, punct, final): Change the @@ -7,8 +15,6 @@ 2003-03-16 Jim Meyering <jim@meyering.net> - * 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. |