summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8aeab1b..aea9cd1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,24 @@
+r128:
+New : lz4cli sparse file support
+New : command -m, to compress multiple files in a single command
+Fixed : Restored lz4hc compression ratio (was slightly lower since r124)
+New : lz4 cli supports long commands
+New : lz4frame & lz4cli frame content size support
+New : lz4frame supports skippable frames
+Changed:Default "make install" directory is /usr/local
+New : lz4 cli supports "pass-through" mode
+New : g++ compatibility tests
+New : datagen can generate sparse files
+New : scan-build tests
+Fixed : Fuzzer + frametest compatibility with NetBSD (issue #48)
+Added : Visual project directory
+Updated:Man page & Specification
+
+r127:
+N/A : added a file on SVN
+
r126:
-New : lz4frame API is now integrated into liblz4
+New : lz4frame API is now integrated into liblz4
Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
Fixed : older compiler don't like nameless unions, reported by Cheyi Lin