From: Jim Meyering Date: Mon, 3 Mar 2003 20:04:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.9~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=224794bba62ff9309f02b7ef9732eb26f818d7a6;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index c0ae9ce667..c197c52caa 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