From 122b6aa657c8da6fe5e5820bc02a353d80db0765 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 27 Jan 2017 03:22:37 -0800 Subject: [PATCH] updated NEWS --- NEWS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 46bdb25a2..6e8249426 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,15 @@ v1.1.3 +cli : new : experimental target `make zstdmt`, with multi-threading support cli : new : advanced commands for detailed parameters, by Przemyslaw Skibinski cli : fix zstdless on Mac OS-X, by Andrew Janke +cli : fix #232 "compress non-files" dictBuilder : improved dictionary generation quality, thanks to Nick Terrell -API : fix : all symbols properly exposed in libzstd, by Nick Terrell -API : fix : ZSTD_initCStream_usingCDict() properly writes dictID into frame header, by Gregory Szorc (#511) +API : new : lib/compress/ZSTDMT_compress.h multithreading API (experimental) API : new : ZSTD_create?Dict_byReference(), requested by Bartosz Taudul API : new : ZDICT_finalizeDictionary() +API : fix : ZSTD_initCStream_usingCDict() properly writes dictID into frame header, by Gregory Szorc (#511) +API : fix : all symbols properly exposed in libzstd, by Nick Terrell +build : support for Solaris target, by Przemyslaw Skibinski v1.1.2 API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames without init