summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2018-05-02 23:52:33 (GMT)
committerYann Collet <cyan@fb.com>2018-05-02 23:52:33 (GMT)
commit1e130d23e3b5f86e30e5dd7d3c1fc6d93d63e53f (patch)
treeb7ea0a752e2e96b28b30060b804a0c3ca8f7a7a5
parent79af95a5b39c3ac7372a07f0be6864741b206269 (diff)
downloadlz4-1e130d23e3b5f86e30e5dd7d3c1fc6d93d63e53f.zip
lz4-1e130d23e3b5f86e30e5dd7d3c1fc6d93d63e53f.tar.gz
lz4-1e130d23e3b5f86e30e5dd7d3c1fc6d93d63e53f.tar.bz2
updated NEWS in preparation for v1.8.2
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 90cafc6..0139e61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
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
-perf: improved decompression binary size and speed, by Alexey Tourbin (@svpv)
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 measure _destSize() variants, by @felixhandte
+fullbench : can bench _destSize() variants, by @felixhandte
doc : clarified block format parsing restrictions, by Alexey Tourbin (@svpv)
v1.8.1