1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-01-20 20:01:18 +00:00
parent 829a063ea6
commit 307a4ecdb5

7
NEWS
View File

@@ -1,8 +1,11 @@
[4.5.5]
* ls has a new option --dereference-command-line-symlink-to-dir, which
corresponds to the default behavior when none of -d, -l -F, -H, -L has
been specified.
* ls dangling-symlink now prints `dangling-symlink'.
Before, it would fail with `no such file or directory'
* ls -s symlink and ls -i symlink now print attributes of `symlink', rather
than attributes of their referents
* ls -s symlink-to-non-dir and ls -i symlink-to-non-dir now print attributes
of `symlink', rather than attributes of their referents
* 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.