mirror of
https://github.com/facebook/zstd.git
synced 2025-11-25 23:43:06 +03:00
updated NEWS
This commit is contained in:
8
NEWS
8
NEWS
@@ -1,11 +1,15 @@
|
|||||||
v1.1.3
|
v1.1.3
|
||||||
|
cli : new : experimental target `make zstdmt`, with multi-threading support
|
||||||
cli : new : advanced commands for detailed parameters, by Przemyslaw Skibinski
|
cli : new : advanced commands for detailed parameters, by Przemyslaw Skibinski
|
||||||
cli : fix zstdless on Mac OS-X, by Andrew Janke
|
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
|
dictBuilder : improved dictionary generation quality, thanks to Nick Terrell
|
||||||
API : fix : all symbols properly exposed in libzstd, by Nick Terrell
|
API : new : lib/compress/ZSTDMT_compress.h multithreading API (experimental)
|
||||||
API : fix : ZSTD_initCStream_usingCDict() properly writes dictID into frame header, by Gregory Szorc (#511)
|
|
||||||
API : new : ZSTD_create?Dict_byReference(), requested by Bartosz Taudul
|
API : new : ZSTD_create?Dict_byReference(), requested by Bartosz Taudul
|
||||||
API : new : ZDICT_finalizeDictionary()
|
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
|
v1.1.2
|
||||||
API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames without init
|
API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames without init
|
||||||
|
|||||||
Reference in New Issue
Block a user