]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated version to v0.7.2
authorYann Collet <yann.collet.73@gmail.com>
Mon, 27 Jun 2016 08:03:10 +0000 (10:03 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Mon, 27 Jun 2016 08:03:10 +0000 (10:03 +0200)
NEWS
lib/common/zstd.h

diff --git a/NEWS b/NEWS
index a980e80e0d821caf6cd6510cc1bb858946d0ec08..acef9f9efe1f24e99a1499aefb6aa462b0797602 100644 (file)
--- 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 Руслан Ковалёв
index d6a1cceea199a1e15fb6a098165111be38135531..cf907b0726710a48810abe13ea720368be73d1b8 100644 (file)
@@ -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