summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-04-16 00:30:31 (GMT)
committerYann Collet <cyan@fb.com>2019-04-16 00:30:31 (GMT)
commitfc3176f6aa6b8034e0a27598c23bdda559b5cf9c (patch)
treedd17db72ce5d38e4d1cc65e4a298b11d2d96c817
parenta067441f562d2c211c3a5675b9d4057218e2af09 (diff)
downloadlz4-fc3176f6aa6b8034e0a27598c23bdda559b5cf9c.zip
lz4-fc3176f6aa6b8034e0a27598c23bdda559b5cf9c.tar.gz
lz4-fc3176f6aa6b8034e0a27598c23bdda559b5cf9c.tar.bz2
updated NEWS for v1.9.0
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 57a75cf..6313142 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+v1.9.0
+perf: large decompression speed improvement on x86/x64 (~+20%) by @djwatson
+api : changed : _destSize() compression variants are promoted to stable API
+api : new : LZ4_initStream(HC), replacing LZ4_resetStream(HC)
+api : changed : LZ4_resetStream(HC) as recommended reset function, for better performance on small data
+cli : support custom block sizes, by @blezsan
+build: source code can be amalgamated, by Bing Xu
+build: added meson build, by @lzutao
+build: new build macros : LZ4_DISTANCE_MAX, LZ4_FAST_DEC_LOOP
+install: MidnightBSD, by @laffer1
+install: Windows 10 msys2, by @vtorri
+
v1.8.3
perf: minor decompression speed improvement (~+2%) with gcc
fix : corruption in v1.8.2 at level 9 for files > 64KB under rare conditions (#560)