]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
push version and NEWS to v1.1.4
authorYann Collet <cyan@fb.com>
Tue, 14 Feb 2017 02:32:12 +0000 (18:32 -0800)
committerYann Collet <cyan@fb.com>
Tue, 14 Feb 2017 02:32:44 +0000 (18:32 -0800)
NEWS
lib/zstd.h

diff --git a/NEWS b/NEWS
index 24860c9570c0ecd64e1362446333bbb5509a7603..09f1d010d2e58fb4d3f88c65204358a6fd742de3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+v1.1.4
+cli : new : advanced comnmand --priority=rt, by Przemyslaw Skibinski
+cli : fix : write on sparse-enabled file systems in 32-bits mode, by @ds77
+API : new : ZSTD_getFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize(), by Sean Purcell
+API : change : ZSTD_compress*() with srcSize==0 create an empty-frame of known size, by Sean Purcell
+doc : new : educational decoder, by Sean Purcell
+
 v1.1.3
 cli : zstd can decompress .gz files (can be disabled with `make zstd-nogz` or `make HAVE_ZLIB=0`)
 cli : new : experimental target `make zstdmt`, with multi-threading support
index e2f752ddcb4fe84696e3b213eebbb5f2d6836d39..a71867837b557e2ff40e099340d4b569474fc0e2 100644 (file)
@@ -56,7 +56,7 @@ extern "C" {
 /*------   Version   ------*/
 #define ZSTD_VERSION_MAJOR    1
 #define ZSTD_VERSION_MINOR    1
-#define ZSTD_VERSION_RELEASE  3
+#define ZSTD_VERSION_RELEASE  4
 
 #define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE
 #define ZSTD_QUOTE(str) #str