From: Yann Collet Date: Tue, 16 Aug 2016 13:10:30 +0000 (+0200) Subject: support for Z_SYNC_FLUSH, by @dak-evanti-ru X-Git-Tag: v0.8.1^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3950eef20ddb98ed8946c3eb20d0f3f3d37986f;p=thirdparty%2Fzstd.git support for Z_SYNC_FLUSH, by @dak-evanti-ru --- diff --git a/NEWS b/NEWS index 20765a3d7..77edad474 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ Changed : --ultra now enables levels beyond 19 Changed : -i# now selects benchmark time in second Fixed : ZSTD_compress* can now compress > 4 GB in a single pass, reported by Nick Terrell Fixed : speed regression on specific patterns (#272) +Fixed : support for Z_SYNC_FLUSH, by Dmitry Krot (#291) v0.8.0 Improved : better speed on clang and gcc -O2, thanks to Eric Biggers