]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Updated NEWS with @inikep's work
authorYann Collet <yann.collet.73@gmail.com>
Mon, 30 May 2016 12:05:44 +0000 (14:05 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Mon, 30 May 2016 12:05:44 +0000 (14:05 +0200)
NEWS

diff --git a/NEWS b/NEWS
index c100700aad4e5be85f4116a3216349f76bc49f5b..db8f9bad61d23ddceffb2179760a38514db69504 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 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 pass-through mode, when using `-df`
+New : Support for custom malloc/free functions
 
 v0.6.1
 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`
 
 v0.4.0
-Command line utility compatible with high compression levels 
+Command line utility compatible with high compression levels
 Removed zstdhc => merged into zstd
 Added : ZBUFF API (see zstd_buffered.h)
 Rolling buffer support
@@ -93,7 +95,7 @@ v0.2.2
 Fix : Visual Studio 2013 & 2015 release compilation, by Christophe Chevalier
 
 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
 **Breaking format change**
@@ -112,4 +114,3 @@ detects write-flush errors
 git@github.com:Cyan4973/zstd.git
 v0.1.0
 first release
-