]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added --list command contrib by @paulcruz74
authorYann Collet <cyan@fb.com>
Wed, 21 Jun 2017 22:58:36 +0000 (15:58 -0700)
committerYann Collet <cyan@fb.com>
Wed, 21 Jun 2017 22:58:36 +0000 (15:58 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 3f9b4b22036c9acbdb9b2bd5939610676932ad2d..db9df96346feedffc80ef9ec26ab80b03f9a11df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
 v1.3.0
-cli : changed : `-t *` does no longer stop after a decompression error
+cli : new : `--list` command, by Paul Cruz
+cli : changed : `-t *` continue processing list after a decompression error
 API : added : ZSTD_versionString()
 API exp : new advanced API : ZSTD_compress_generic(), ZSTD_CCtx_setParameter()
 API exp : new : API for static or external allocation : ZSTD_initStatic?Ctx()
 API exp : added : ZSTD_decompressBegin_usingDDict(), requested by Guy Riddle (#700)
-API exp : changed : strongest strategy renamed ZSTD_btultra
+API exp : changed : strongest strategy renamed ZSTD_btultra, fastest strategy ZSTD_fast set to 1
 API exp : clarified presentation of memory estimation / measurement functions.
 new : contrib/seekable_format, demo and API, by Sean Purcell
 changed : contrib/linux-kernel, updated version and license, by Nick Terrell