]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated NEWS
authorYann Collet <yann.collet.73@gmail.com>
Sat, 2 Jul 2016 20:03:08 +0000 (22:03 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Sat, 2 Jul 2016 20:03:08 +0000 (22:03 +0200)
NEWS

diff --git a/NEWS b/NEWS
index acef9f9efe1f24e99a1499aefb6aa462b0797602..f1a8eff84827c6a9ca0cf29fed2075cfb0ed6887 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 v0.7.2
 fixed : ZSTD_decompressBlock() using multiple consecutive blocks. Reported by Greg Slazinski
+fixed : potential segfault on very large files (many gigabytes). Reported by Chip Turner.
+fixed : CLI displays system error message when destination file cannot be created (#231). Reported by Chip Turner.
 
 v0.7.1
 fixed : ZBUFF_compressEnd() called multiple times with too small `dst` buffer, reported by Christophe Chevalier