]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
NEWS: mention recent improvements in rm
authorJim Meyering <meyering@redhat.com>
Thu, 3 Sep 2009 14:11:58 +0000 (16:11 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 5 Sep 2009 14:28:46 +0000 (16:28 +0200)
NEWS

diff --git a/NEWS b/NEWS
index cb01227860a22bc891b9e0d3be6a15d680f15aa7..c0d7517826daec77336baa419ba1b01e29054182 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,15 @@ GNU coreutils NEWS                                    -*- outline -*-
   because ls must stat every file in order to obtain a guaranteed-valid
   inode number.  [bug introduced in coreutils-6.0]
 
+** Improved robustness
+
+  rm has been rewritten to use gnulib's fts
+  This makes it significantly faster (400-500%) in some pathological
+  cases, and slightly slower (20%) in at least one pathological case.
+  Unrelated to its use of fts, rm -r is now slightly more standards-
+  conformant when operating on write-protected relative file names
+  longer than 8KiB.
+
 ** New features
 
   cp --reflink accepts a new "auto" parameter which falls back to