summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-19 08:15:28 +0000
committerJim Meyering <jim@meyering.net>2003-03-19 08:15:28 +0000
commit620d2e40cc375a7432e379dd4c65ee029ae8210c (patch)
tree0a77edb3d93830a3ae0bf0c5ef33847ddef8cda3
parentb01894ce34c4078c4140d0c0a4ee409398ea1121 (diff)
downloadcoreutils-620d2e40cc375a7432e379dd4c65ee029ae8210c.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bbf4df61..7a579e0cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.