summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-16 19:38:25 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-16 19:38:25 (GMT)
commite7fb4d151d104764e5e8f988c679fdff8807683e (patch)
treeb3872a58e62e237639d947c70d7ca1e844795169 /NEWS
parent2a02455fdfb7250ef629a3ffde5258e95df06e7b (diff)
downloadlz4-e7fb4d151d104764e5e8f988c679fdff8807683e.zip
lz4-e7fb4d151d104764e5e8f988c679fdff8807683e.tar.gz
lz4-e7fb4d151d104764e5e8f988c679fdff8807683e.tar.bz2
lz4 utility supports "pass-through" mode
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6da779c..e721ca6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,21 @@
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)
+Fixed : Restored lz4hc compression ratio (was slightly lower since r124)
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
+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