From fc3176f6aa6b8034e0a27598c23bdda559b5cf9c Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 15 Apr 2019 17:30:31 -0700 Subject: updated NEWS for v1.9.0 --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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) -- cgit v0.12