Pass-Through mode support (using -df), for compatibility with gzip

This commit is contained in:
Yann Collet
2016-05-23 19:46:47 +02:00
parent 32990b5dae
commit de95f96462
4 changed files with 46 additions and 10 deletions
+4
View File
@@ -1,3 +1,7 @@
v0.6.2
New : Support for Sparse File-systems (do not use space for zero-filled sectors)
New : Support pass-through mode, when using `-df`
v0.6.1
New : zlib wrapper API, thanks to Przemyslaw Skibinski
New : Ability to compile compressor / decompressor separately