summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-03 20:04:20 +0000
committerJim Meyering <jim@meyering.net>2003-03-03 20:04:20 +0000
commit224794bba62ff9309f02b7ef9732eb26f818d7a6 (patch)
tree56535c4d30725d0a2ff90058ced0dc728485dfa4 /ChangeLog
parent4756c070ade13249e673db518e79e93f04ddcdae (diff)
downloadcoreutils-224794bba62ff9309f02b7ef9732eb26f818d7a6.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c0ae9ce66..c197c52ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* Version 4.5.9.
+ * src/remove.c (remove_cwd_entries): Include the full filename of
+ the offending file, not just the basename.
+
* tests/misc/tty-eof: Set $ME properly.
* Makefile.maint (THIS_VERSION_REGEXP, PREV_VERSION_REGEXP):
@@ -13,9 +16,8 @@
user. Reported by Ivo Timmermans via Michael Stone.
This fixes Debian bug# 178471.
- FIXME
- * tests/rm/Makefile.am (TESTS): Add hard-3.
- * tests/rm/hard-3: New test, for the above-fixed bug.
+ * tests/rm/Makefile.am (TESTS): Add fail-2eperm.
+ * tests/rm/fail-2eperm: New test, for the above-fixed bug.
Based on a report from Ivo Timmermans.
2003-03-02 Jim Meyering <jim@meyering.net>