Updated news

dev
Yann Collet 2016-05-31 10:12:04 +02:00
parent ab43c50224
commit e3f4e6cbda
1 changed files with 5 additions and 3 deletions

8
NEWS
View File

@ -1,8 +1,10 @@
v0.6.2
v0.7.0
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
New : Support pass-through mode (when using `-df`)
New : API : dictionary files from custom content, by Giuseppe Ottaviano
New : API support for custom malloc/free functions
New : controllable Dictionary ID
v0.6.1
New : zlib wrapper API, thanks to Przemyslaw Skibinski