]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 14 Jan 2003 16:23:03 +0000 (16:23 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 14 Jan 2003 16:23:03 +0000 (16:23 +0000)
ChangeLog

index 7792aeda61ef2e2ba4a6c28c71bd1570e6c37ffd..c969068e113e2086ed3c6f079b699c87b5f17ee4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
-2003-01-13  Jim Meyering  <jim@meyering.net>
+2003-01-14  Jim Meyering  <jim@meyering.net>
 
        * 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  <jim@meyering.net>
+
        * tests/shred/exact: Also test for just fixed bug with --zero.
 
        * src/shred.c (long_opts): --zero does not require an argument.