diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-14 16:23:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-14 16:23:03 +0000 |
commit | c4384e7af5f12738ea935dabffb36d7b495cd665 (patch) | |
tree | c58ab2955bdf863ac93a6d3500e6160cbdcd0f07 /ChangeLog | |
parent | 642bc1acfb41bc0c4d6d9e286b8975336c211659 (diff) | |
download | coreutils-c4384e7af5f12738ea935dabffb36d7b495cd665.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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. |