summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2018-05-07 21:38:45 (GMT)
committerGitHub <noreply@github.com>2018-05-07 21:38:45 (GMT)
commitb3692db46d2b23a7c0af2d5e69988c94f126e10a (patch)
treed9aa14d72978e78a1ca2f1aee99511ce2d04293c /NEWS
parentdfed9fa1d77f0434306d377c4da1f7191d3ba08a (diff)
parentbf6fd938e522150e2a30bee978102769a51f4b3e (diff)
downloadlz4-1.8.2.zip
lz4-1.8.2.tar.gz
lz4-1.8.2.tar.bz2
Merge pull request #531 from lz4/devv1.8.2
Preparing v1.8.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f9c503f..0139e61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+v1.8.2
+perf: *much* faster dictionary compression on small files, by @felixhandte
+perf: improved decompression speed and binary size, by Alexey Tourbin (@svpv)
+perf: slightly faster HC compression and decompression speed
+perf: very small compression ratio improvement
+fix : compression compatible with low memory addresses (< 0xFFFF)
+fix : decompression segfault when provided with NULL input, by @terrelln
+cli : new command --favor-decSpeed
+cli : benchmark mode more accurate for small inputs
+fullbench : can bench _destSize() variants, by @felixhandte
+doc : clarified block format parsing restrictions, by Alexey Tourbin (@svpv)
+
v1.8.1
perf : faster and stronger ultra modes (levels 10+)
perf : slightly faster compression and decompression speed