]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
mention today's rm -r fix.
authorJim Meyering <jim@meyering.net>
Fri, 10 Mar 2006 21:31:53 +0000 (21:31 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 10 Mar 2006 21:31:53 +0000 (21:31 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 143c9575416109487baa8d338b00c7dc2e16b9bb..cfc50c8e88562ac0e623fd46317b563655fe7f53 100644 (file)
--- 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,