summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).