diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-29 22:00:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-29 22:00:20 +0000 |
commit | f679d4d08d9183ed85ffe773b8650070b4c2d40c (patch) | |
tree | 32da53aa5d25aa910699fcc926084838149b9d13 /NEWS | |
parent | c921e46f052f115b9cb0046fb18e893cd9e466e8 (diff) | |
download | coreutils-f679d4d08d9183ed85ffe773b8650070b4c2d40c.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + rm no longer gets a failed assertion under some unusual conditions. + chgrp and chown no longer affect symbolic links by default. Now, they operate on whatever a symbolic points to, instead. To get the old behavior, use --no-dereference (-h). |