summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-11-13 23:54:55 (GMT)
committerYann Collet <cyan@fb.com>2017-11-13 23:54:55 (GMT)
commitb48839b41c10fd4246e7b9849b115785c69fe837 (patch)
treed1c022ffb0c9082791f8b8136b144394c9504649
parentdac26084a902657f9b530b09c3a21e000249109b (diff)
downloadlz4-b48839b41c10fd4246e7b9849b115785c69fe837.zip
lz4-b48839b41c10fd4246e7b9849b115785c69fe837.tar.gz
lz4-b48839b41c10fd4246e7b9849b115785c69fe837.tar.bz2
updated NEWS
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ff20e7e..89398b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
v1.8.1
+perf : faster and stronger ultra modes (level 11 and 12)
+perf : slightly faster compression and decompression speed
+perf : fix bad degenerative case, reported by @c-morgenstern
fix : decompression failed when using a combination of extDict + low memory address (#397), reported and fixed by Julian Scheid (@jscheid)
-install: fix : correct man page directory (#387), reported by Stuart Cardall (@itoffshore)
+cli : support for dictionary compression (`-D`), by Felix Handte @felixhandte
build : `make` and `make test` compatible with `-jX`, reported by @mwgamera
+build : can control LZ4LIB_VISIBILITY macro, by @mikir
+install: fix man page directory (#387), reported by Stuart Cardall (@itoffshore)
v1.8.0
cli : fix : do not modify /dev/null permissions, reported by @Maokaman1