summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-12-14 10:21:49 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2010-12-14 10:22:04 -0800
commit8f40ed634c9e6696a6bf05a4924dd6f8b7c834f6 (patch)
tree0cae4dc894a8e1e1981650af413b45da86a446da /NEWS
parentdcb3f60d0af77ec06d58e4fa18c8ee2b80d10cc6 (diff)
downloadcoreutils-8f40ed634c9e6696a6bf05a4924dd6f8b7c834f6.tar.xz
sort: document --compress reaper fixes
* NEWS: Document the --compress reaper fixes installed yesterday.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b0a11b110..e98b815bc 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,8 @@ GNU coreutils NEWS -*- outline -*-
sort with at least two threads no longer segfaults due to use of pointers
into the stack of an expired thread. [bug introduced in coreutils-8.6]
+ sort --compress no longer mishandles subprocesses' exit statuses.
+
** New features
split accepts the --number option to generate a specific number of files.