]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
rm now rejects attempts to remove /, ./, and ../.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Sep 2006 02:50:41 +0000 (02:50 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Sep 2006 02:50:41 +0000 (02:50 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0409cb4bafa0656768a58ae04a125d5f97475afd..d9ca4f85f7da39bbb15a1e2a5c0a50fff1191726 100644 (file)
--- 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.