From: Yann Collet Date: Sat, 16 Jul 2016 18:04:47 +0000 (+0200) Subject: updated NEWS X-Git-Tag: v0.8.0^2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b8b575c0bbbe362bfcfdd68311e6aa90cbf4ce6;p=thirdparty%2Fzstd.git updated NEWS --- diff --git a/NEWS b/NEWS index 8c2808e0e..04e649362 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ v0.7.4 -Added : new examples +Added : homebrew for Mac +Added : more examples Fixed : segfault when using small dictionaries, reported by Felix Handte -Modified : default compression level for CLI is 3 - +Modified : default compression level for CLI is now 3 +Updated : specification, to v0.1.1 v0.7.3 New : compression format specification diff --git a/examples/dictionary_compression.c b/examples/dictionary_compression.c index fc176a3db..c4dc1b90d 100644 --- a/examples/dictionary_compression.c +++ b/examples/dictionary_compression.c @@ -1,5 +1,5 @@ /* - Dictionary decompression + Dictionary compression Educational program using zstd library Copyright (C) Yann Collet 2016