From: sen Date: Wed, 12 May 2021 20:46:05 +0000 (-0400) Subject: Update CHANGELOG to include patch from fix (#2642) X-Git-Tag: v1.5.0^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a51e342ed17dc01c9c8bbc7e9b25963640ddec64;p=thirdparty%2Fzstd.git Update CHANGELOG to include patch from fix (#2642) --- diff --git a/CHANGELOG b/CHANGELOG index d8a726ad1..26ba425ae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -22,6 +22,7 @@ bug: Fix large dictionary non-determinism (#2607, @terrelln) bug: Fix non-determinism test failures on Linux i686 (#2606, @terrelln) bug: Fix various dedicated dictionary search bugs (#2540 #2586, @senhuang42 @felixhandte) bug: Ensure `ZSTD_estimateCCtxSize*() `monotonically increases with compression level (#2538, @senhuang42) +bug: Fix --patch-from mode parameter bound bug with small files (#2637, @occivink) bug: Fix UBSAN error in decompression (#2625, @terrelln) bug: Fix superblock compression divide by zero bug (#2592, @senhuang42) bug: Make the number of physical CPU cores detection more robust (#2517, @PaulBone)