1
0
mirror of https://github.com/facebook/zstd.git synced 2025-09-16 17:46:31 +02:00

updated NEWS for v1.1.3

This commit is contained in:
Yann Collet
2017-02-05 18:09:35 -08:00
parent f6e9c4f1e1
commit 5962e58659

3
NEWS
View File

@@ -1,6 +1,7 @@
v1.1.3
cli : zstd can decompress .gz files. Feature can be turned off by targeting `make zstd-nogz` or setting `make HAVE_ZLIB=0`
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
cli : new : improved dictionary builder "cover" (experimental), by Nick Terrell
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"