summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0409cb4ba..d9ca4f85f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ GNU coreutils NEWS -*- outline -*-
* Major changes in release 6.2-cvs (2006-??-??) [unstable]
+** Changes in behavior
+
+ rm now rejects attempts to remove the root directory, e.g., `rm -fr /'
+ now fails without removing anything. Likewise for file names ending
+ in `./' and `../'.
+
** Infrastructure changes
Coreutils now uses gnulib via the gnulib-tool script.