diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2015-05-12 18:08:24 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2015-05-12 18:08:24 +0300 |
commit | 17b29d4f0ae0f780fbd69e15a398dc478d8492f8 (patch) | |
tree | 3a21b63d64178d41473d76dba8d2c8c775ab85da /NEWS | |
parent | xz: Document that threaded decompression hasn't been implemented yet. (diff) | |
download | xz-17b29d4f0ae0f780fbd69e15a398dc478d8492f8.tar.xz |
Fix NEWS about threading in 5.2.0.
Thanks to Andy Hochhaus.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -66,8 +66,9 @@ XZ Utils Release Notes is non-trivial, so as of writing it is unknown if it will be backported to the v5.0 branch. - - Multi-threaded decompression can be enabled with the + - Multi-threaded compression can be enabled with the --threads (-T) option. + [Fixed: This originally said "decompression".] - New command line options in xz: --single-stream, --block-size=SIZE, --block-list=SIZES, |