summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 143c95754..cfc50c8e8 100644
--- a/NEWS
+++ b/NEWS
@@ -114,6 +114,9 @@ GNU coreutils NEWS -*- outline -*-
rm -r no longer fails to remove an inaccessible and empty directory
+ rm -r's cycle detection code can no longer be tricked into reporting
+ a false positive.
+
sort would fail for large inputs (~50MB) on systems with a buggy
mkstemp function. sort and tac now use the replacement mkstemp
function, and hence are no longer subject to limitations (of 26 or 32,