diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2010-12-14 10:21:49 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2010-12-14 10:22:04 -0800 |
commit | 8f40ed634c9e6696a6bf05a4924dd6f8b7c834f6 (patch) | |
tree | 0cae4dc894a8e1e1981650af413b45da86a446da /NEWS | |
parent | dcb3f60d0af77ec06d58e4fa18c8ee2b80d10cc6 (diff) | |
download | coreutils-8f40ed634c9e6696a6bf05a4924dd6f8b7c834f6.tar.xz |
sort: document --compress reaper fixes
* NEWS: Document the --compress reaper fixes installed yesterday.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |