summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-06 16:03:20 +0000
committerJim Meyering <jim@meyering.net>2006-05-06 16:03:20 +0000
commite0beb8aab527726047981c8657beb5aa426a3131 (patch)
tree3abcc10ead5f8ddf9136254fe53fdc90df72553d /NEWS
parent23e6a454b40faccb59101a0b7326da4b458b4b4f (diff)
downloadcoreutils-e0beb8aab527726047981c8657beb5aa426a3131.tar.xz
mention the shred-segfault fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1f74fb809..d7031ec3e 100644
--- 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,