From: Yann Collet Date: Thu, 31 Aug 2017 00:44:12 +0000 (-0700) Subject: updated NEWS X-Git-Tag: fuzz-corpora2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9023898f1e2f51a2bc31367b11eb382e6e724496;p=thirdparty%2Fzstd.git updated NEWS --- diff --git a/NEWS b/NEWS index 59687532f..ef7dc71b4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +v1.3.2 +fix : a rare compression bug when compression generates very large distances (only possible at --ultra -22) +build: better compatibility with reproducible builds, by Bernhard M. Wiedemann (@bmwiedemann) (#818) +changed : examples license changed to BSD + GPLv2 + v1.3.1 New license : BSD + GPLv2 perf: substantially decreased memory usage in Multi-threading mode, thanks to reports by Tino Reichardt (@mcmilk)