From: Jim Meyering Date: Tue, 14 Jan 2003 16:23:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4384e7af5f12738ea935dabffb36d7b495cd665;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 7792aeda61..c969068e11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ -2003-01-13 Jim Meyering +2003-01-14 Jim Meyering * Version 4.5.5. + * src/ls.c (gobble_file): Fix a bug introduced in 4.5.4 that made it + so that ls --color would no longer highlight the names of files with + the execute bit set when not specified on the command line. + Patch by Michael Stone. Reported by Stephen Depooter as + Debian bug 175135. + + * tests/ls-2/tests (color-exe): New test, for the above fix. + +2003-01-13 Jim Meyering + * tests/shred/exact: Also test for just fixed bug with --zero. * src/shred.c (long_opts): --zero does not require an argument.