Updated NEWS with @inikep's work

This commit is contained in:
Yann Collet 2016-05-30 14:05:44 +02:00
parent ab2ee08042
commit dd97e241a8

7
NEWS
View File

@ -1,6 +1,8 @@
v0.6.2 v0.6.2
New : Support for directory compression, using `-r`, thanks to Przemyslaw Skibinski
New : Support for Sparse File-systems (do not use space for zero-filled sectors) New : Support for Sparse File-systems (do not use space for zero-filled sectors)
New : Support pass-through mode, when using `-df` New : Support pass-through mode, when using `-df`
New : Support for custom malloc/free functions
v0.6.1 v0.6.1
New : zlib wrapper API, thanks to Przemyslaw Skibinski New : zlib wrapper API, thanks to Przemyslaw Skibinski
@ -63,7 +65,7 @@ Fixed : ZSTD_LEGACY_SUPPORT=0 build mode (reported by Luben)
removed `zstd.c` removed `zstd.c`
v0.4.0 v0.4.0
Command line utility compatible with high compression levels Command line utility compatible with high compression levels
Removed zstdhc => merged into zstd Removed zstdhc => merged into zstd
Added : ZBUFF API (see zstd_buffered.h) Added : ZBUFF API (see zstd_buffered.h)
Rolling buffer support Rolling buffer support
@ -93,7 +95,7 @@ v0.2.2
Fix : Visual Studio 2013 & 2015 release compilation, by Christophe Chevalier Fix : Visual Studio 2013 & 2015 release compilation, by Christophe Chevalier
v0.2.1 v0.2.1
Fix : Read errors, advanced fuzzer tests, by Hanno Böck Fix : Read errors, advanced fuzzer tests, by Hanno Böck
v0.2.0 v0.2.0
**Breaking format change** **Breaking format change**
@ -112,4 +114,3 @@ detects write-flush errors
git@github.com:Cyan4973/zstd.git git@github.com:Cyan4973/zstd.git
v0.1.0 v0.1.0
first release first release