From: Yann Collet Date: Fri, 8 Jul 2016 17:18:30 +0000 (+0200) Subject: updated doc X-Git-Tag: v0.7.3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e103a04e9efc0073cc6e7d318928e16c74eb4d;p=thirdparty%2Fzstd.git updated doc --- diff --git a/NEWS b/NEWS index 06c94ce9c..6a27ae2cf 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ v0.7.3 +New : compression format specification New : `--` separator, stating that all following arguments are file names. Suggested by Chip Turner. New : `ZSTD_getDecompressedSize()` New : OpenBSD target, by Juan Francisco Cantero Hurtado New : `examples` directory fixed : dictBuilder using HC levels, reported by Bartosz Taudul fixed : legacy support from ZSTD_decompress_usingDDict(), reported by Felix Handte +fixed : multi-blocks decoding with intermediate uncompressed blocks, reported by Greg Slazinski modified : removed "mem.h" and "error_public.h" dependencies from "zstd.h" (experimental section) modified : legacy functions no longer need magic number