From: Yann Collet Date: Fri, 28 Apr 2017 15:54:13 +0000 (-0700) Subject: minor release note update X-Git-Tag: v1.2.0^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd68e194d84c09ff2b86f9068a26d0247fee821;p=thirdparty%2Fzstd.git minor release note update --- diff --git a/NEWS b/NEWS index 4f9bd2eff..2a9921e8e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ v1.2.0 cli : changed : Multithreading enabled by default (use target zstd-nomt or HAVE_THREAD=0 to disable) cli : new : command -T0 means "detect and use nb of cores", by Sean Purcell cli : new : zstdmt symlink hardwired to `zstd -T0` +cli : new : command --threads=# (#671) cli : new : experimental target `zstd4`, with support for lz4 format, by Sean Purcell cli : fix : does not output compressed data on console cli : fix : ignore symbolic links unless --force specified,