diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-03-15 00:34:05 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-03-15 00:34:05 (GMT) |
commit | a18fb4392a9f249528a4071a5583e17668d92872 (patch) | |
tree | 56cf1740e2843b81960bbcdf3adc1c8a768f3583 /NEWS | |
parent | 74a6b14f291c1041a6b36dfb2722268b703c0e96 (diff) | |
parent | 248b761f55b92a34eacbfe2ac5d6f1b94e69d7bf (diff) | |
download | lz4-a18fb4392a9f249528a4071a5583e17668d92872.zip lz4-a18fb4392a9f249528a4071a5583e17668d92872.tar.gz lz4-a18fb4392a9f249528a4071a5583e17668d92872.tar.bz2 |
Merge pull request #58 from Cyan4973/sparseFile
Sparse file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ r128: +New : lz4 cli sparse file support New : command -m, to compress multiple files in a single command Fixed : Restored lz4hc compression ratio (slightly lower since r124) +New : g++ compatibility test +New : datagen can generate sparse files Fixed : Fuzzer + frametest compatibility with NetBSD (issue #48) Added : Visual project directory |