]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
mention the shred-segfault fix
authorJim Meyering <jim@meyering.net>
Sat, 6 May 2006 16:03:20 +0000 (16:03 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 6 May 2006 16:03:20 +0000 (16:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1f74fb809570ed735c0e546707236c6ae6f6b1db..d7031ec3e7462167ddb9d0ad3da3072d7d7fa467 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -146,6 +146,8 @@ GNU coreutils NEWS                                    -*- outline -*-
   rm -r's cycle detection code can no longer be tricked into reporting
   a false positive (introduced in fileutils-4.1.9).
 
+  shred --remove FILE no longer segfaults on Gentoo systems
+
   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,