summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-20 20:01:18 +0000
committerJim Meyering <jim@meyering.net>2003-01-20 20:01:18 +0000
commit307a4ecdb5c6db7d8b85457b8362c52d8e839bbe (patch)
treede57d21b0ca9e7a07c44467863cba79a240e2822 /NEWS
parent829a063ea65061834b43e4d7fd99da5a05e5d46e (diff)
downloadcoreutils-307a4ecdb5c6db7d8b85457b8362c52d8e839bbe.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 63cca41e2..1df070501 100644
--- a/NEWS
+++ b/NEWS
@@ -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.