summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.