From: Yann Collet Date: Fri, 27 Jan 2017 11:22:37 +0000 (-0800) Subject: updated NEWS X-Git-Tag: v1.1.3^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122b6aa657c8da6fe5e5820bc02a353d80db0765;p=thirdparty%2Fzstd.git updated NEWS --- 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