summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 54248a23c..4f4b7de0f 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
+ 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).
+
rm no longer required read access to the current directory.
For some types of errors (e.g., read-only file system, I/O error)