updated doc

This commit is contained in:
Yann Collet 2016-07-08 19:18:30 +02:00
parent bd10607063
commit d4e103a04e

2
NEWS
View File

@ -1,10 +1,12 @@
v0.7.3 v0.7.3
New : compression format specification
New : `--` separator, stating that all following arguments are file names. Suggested by Chip Turner. New : `--` separator, stating that all following arguments are file names. Suggested by Chip Turner.
New : `ZSTD_getDecompressedSize()` New : `ZSTD_getDecompressedSize()`
New : OpenBSD target, by Juan Francisco Cantero Hurtado New : OpenBSD target, by Juan Francisco Cantero Hurtado
New : `examples` directory New : `examples` directory
fixed : dictBuilder using HC levels, reported by Bartosz Taudul fixed : dictBuilder using HC levels, reported by Bartosz Taudul
fixed : legacy support from ZSTD_decompress_usingDDict(), reported by Felix Handte 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 : removed "mem.h" and "error_public.h" dependencies from "zstd.h" (experimental section)
modified : legacy functions no longer need magic number modified : legacy functions no longer need magic number