]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated NEWS 829/head
authorYann Collet <cyan@fb.com>
Fri, 1 Sep 2017 18:58:37 +0000 (11:58 -0700)
committerYann Collet <cyan@fb.com>
Fri, 1 Sep 2017 18:58:37 +0000 (11:58 -0700)
fix for 32-bits decoder

NEWS

diff --git a/NEWS b/NEWS
index 3ee7d0c32248e50b83f27705743baed727395244..c659e1f4741da78e58fdc57cc7c824daf43331c1 100644 (file)
--- 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)