summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-29 22:00:20 +0000
committerJim Meyering <jim@meyering.net>2004-05-29 22:00:20 +0000
commitf679d4d08d9183ed85ffe773b8650070b4c2d40c (patch)
tree32da53aa5d25aa910699fcc926084838149b9d13
parentc921e46f052f115b9cb0046fb18e893cd9e466e8 (diff)
downloadcoreutils-f679d4d08d9183ed85ffe773b8650070b4c2d40c.tar.xz
*** empty log message ***
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index deb12879b..1afb1d455 100644
--- a/NEWS
+++ b/NEWS
@@ -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).