From 17b29d4f0ae0f780fbd69e15a398dc478d8492f8 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 12 May 2015 18:08:24 +0300 Subject: [PATCH] Fix NEWS about threading in 5.2.0. Thanks to Andy Hochhaus. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 376abea8..d15e69b6 100644 --- a/NEWS +++ b/NEWS @@ -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,