]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Fix NEWS about threading in 5.2.0.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 12 May 2015 15:08:24 +0000 (18:08 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 12 May 2015 15:08:24 +0000 (18:08 +0300)
Thanks to Andy Hochhaus.

NEWS

diff --git a/NEWS b/NEWS
index 376abea893e61ab9833fe412ac8119426b742a7e..d15e69b6c49843d9e9f95972808bdb49b7c46a6f 100644 (file)
--- 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,