summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-10 20:22:37 (GMT)
committerYann Collet <cyan@fb.com>2016-11-10 20:22:37 (GMT)
commit5e13a6ec469e25c7dd425c7da4518b4ad2a8862d (patch)
treebad0c3dbd9e75a91a58d05d0545ce2d9eb8b5f61 /NEWS
parentf9c9bb364f2347624a9045282f32b88f66f037fc (diff)
downloadlz4-5e13a6ec469e25c7dd425c7da4518b4ad2a8862d.zip
lz4-5e13a6ec469e25c7dd425c7da4518b4ad2a8862d.tar.gz
lz4-5e13a6ec469e25c7dd425c7da4518b4ad2a8862d.tar.bz2
improved man on compression level
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3257fd5..ebf8e1c 100644
--- a/NEWS
+++ b/NEWS
@@ -9,11 +9,14 @@ Improved cmake build script, by Evan Nemerson
New liblz4-dll project, by Przemyslaw Skibinki
Makefile: Generates object files (*.o) for faster (re)compilation on low power systems
cli : new : --rm command
-cli : new : file attributes are preserved, by Przemyslaw Skibinki
+cli : new : preserved file attributes, by Przemyslaw Skibinki
cli : fix : crash on some invalid inputs
cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report #243
cli : bench : new : -r recursive mode
+lz4cat : can cat multiple files in a single command line (#184)
+Added : doc/lz4_manual.html, by Przemyslaw Skibinski
+Added : dictionary compression example, by Nick Terrell
Added : Debianization, by Evgeniy Polyakov
r131