summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-07 12:23:00 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-07 12:23:00 (GMT)
commit488029ec3b23b1e00a69f1ac3fcdd49d24cb7d3f (patch)
treed696d7ecfc04803408fb3b9a9ef15697c0cbca00 /NEWS
parent046bd3abee5b05f3c08a5b86c6b50c552c8567cc (diff)
downloadlz4-488029ec3b23b1e00a69f1ac3fcdd49d24cb7d3f.zip
lz4-488029ec3b23b1e00a69f1ac3fcdd49d24cb7d3f.tar.gz
lz4-488029ec3b23b1e00a69f1ac3fcdd49d24cb7d3f.tar.bz2
Updated : compress multiple files
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8aeab1b..05ac6b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+r128:
+New : command -m, to compress multiple files in a single command
+Fixed : Restored lz4hc compression ratio (slightly lower since r124)
+Added : Visual project directory
+
r126:
New : lz4frame API is now integrated into liblz4
Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski