summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3846d4435..10bd85155 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ GNU coreutils NEWS -*- outline -*-
* Major changes in release 6.0-cvs (????-??-??) [unstable]
+** Improved robustness
+
+ rm's core is now reentrant: rm --recursive (-r) now processes
+ hierarchies without changing the working directory at all.
+
** Changes in behavior
ln now uses different (and we hope clearer) diagnostics when it fails.
@@ -82,6 +87,7 @@ GNU coreutils NEWS -*- outline -*-
dircolors now properly quotes single-quote characters
+
* Major changes in release 5.91 (2005-10-17) [stable candidate]
** Bug fixes