diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-03-16 16:52:14 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-03-16 16:52:14 (GMT) |
commit | 3a6832497ba02607dd4ede3a3fd30911e06f037e (patch) | |
tree | d55c6755528e5e2c462120aebcebcc0590bf7c44 /NEWS | |
parent | 93849d14bc21df8c45e82477a0c48287e375246b (diff) | |
download | lz4-3a6832497ba02607dd4ede3a3fd30911e06f037e.zip lz4-3a6832497ba02607dd4ede3a3fd30911e06f037e.tar.gz lz4-3a6832497ba02607dd4ede3a3fd30911e06f037e.tar.bz2 |
skippable frames support
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ 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 : lz4frame supports skippable frames +Changed:Default "make install" directory is /usr/local New : g++ compatibility tests New : datagen can generate sparse files New : scan-build tests |