From: Yann Collet Date: Fri, 1 Sep 2017 18:58:37 +0000 (-0700) Subject: updated NEWS X-Git-Tag: fuzz-corpora2~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F829%2Fhead;p=thirdparty%2Fzstd.git updated NEWS fix for 32-bits decoder --- diff --git a/NEWS b/NEWS index 3ee7d0c32..c659e1f47 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ v1.3.2 license : changed /examples license to BSD + GPLv2 license : fix a few header files to reflect new license (#825) +fix : 32-bits build can now decode large offsets (levels 21+) 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)