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:38 +0300 |
commit | 68cd35acafbdcdf4e8ea8b5bb843c736939d6f8b (patch) | |
tree | dd1acfb9454276f8b73b39d64f0a08c5b4750d1e /NEWS | |
parent | xz: Document that threaded decompression hasn't been implemented yet. (diff) | |
download | xz-68cd35acafbdcdf4e8ea8b5bb843c736939d6f8b.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, |