summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-16 16:52:14 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-16 16:52:14 (GMT)
commit3a6832497ba02607dd4ede3a3fd30911e06f037e (patch)
treed55c6755528e5e2c462120aebcebcc0590bf7c44 /NEWS
parent93849d14bc21df8c45e82477a0c48287e375246b (diff)
downloadlz4-3a6832497ba02607dd4ede3a3fd30911e06f037e.zip
lz4-3a6832497ba02607dd4ede3a3fd30911e06f037e.tar.gz
lz4-3a6832497ba02607dd4ede3a3fd30911e06f037e.tar.bz2
skippable frames support
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 89aa0e6..6da779c 100644
--- a/NEWS
+++ b/NEWS
@@ -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