From: Yann Collet Date: Mon, 27 Jun 2016 08:03:10 +0000 (+0200) Subject: updated version to v0.7.2 X-Git-Tag: v0.7.2^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529d9c7deed9b950188345ddc3546a115cfd9c5d;p=thirdparty%2Fzstd.git updated version to v0.7.2 --- diff --git a/NEWS b/NEWS index a980e80e0..acef9f9ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +v0.7.2 +fixed : ZSTD_decompressBlock() using multiple consecutive blocks. Reported by Greg Slazinski + v0.7.1 fixed : ZBUFF_compressEnd() called multiple times with too small `dst` buffer, reported by Christophe Chevalier fixed : dictBuilder fails if first sample is too small, reported by Руслан Ковалёв diff --git a/lib/common/zstd.h b/lib/common/zstd.h index d6a1cceea..cf907b072 100644 --- a/lib/common/zstd.h +++ b/lib/common/zstd.h @@ -61,7 +61,7 @@ extern "C" { ***************************************/ #define ZSTD_VERSION_MAJOR 0 #define ZSTD_VERSION_MINOR 7 -#define ZSTD_VERSION_RELEASE 1 +#define ZSTD_VERSION_RELEASE 2 #define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE #define ZSTD_QUOTE(str) #str