better dynamic memory adaptation when using CLI

This commit is contained in:
Yann Collet
2016-06-04 00:09:02 +02:00
parent f4f5affdf7
commit 0d31160b4e
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -1,10 +1,12 @@
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 : Frame checksum support
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
New : Support for skippable frames
v0.6.1
New : zlib wrapper API, thanks to Przemyslaw Skibinski