From: Yann Collet Date: Thu, 21 Jan 2016 12:33:05 +0000 (+0100) Subject: updated NEWS X-Git-Tag: v0.4.7^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=223f6337f8e64e69eecb55f4300d37a23ff7eda0;p=thirdparty%2Fzstd.git updated NEWS --- diff --git a/NEWS b/NEWS index 9f3f8ce50..8aaf02d99 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +v0.4.7 +Improved : small compression speed improvement in HC mode +Changed : `zstd_decompress.c` has ZSTD_LEGACY_SUPPORT to 0 by default +fix : bt search bug + v0.4.6 fix : fast compression mode on Windows New : cmake configuration file, thanks to Artyom Dymchenko diff --git a/images/CSpeed.png b/images/CSpeed.png index fe54752ef..5ba0561e6 100644 Binary files a/images/CSpeed.png and b/images/CSpeed.png differ diff --git a/images/DSpeed.png b/images/DSpeed.png index 4db6437b0..1cd471399 100644 Binary files a/images/DSpeed.png and b/images/DSpeed.png differ