From 1f16f2987969f5da63b64efaf0c19f2859ea4480 Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Tue, 1 Sep 2020 12:00:39 +0200 Subject: [PATCH] update lzbench version to v1.8.1 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 68a00e5f..80389d07 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +v1.8.1 +- fixed linking issues with glza (multiple definition of ###) +- update BriefLZ to 1.3.0 (thanks to @jibsen) +- update libslz to 1.2.0 (thanks to Willy Tarreau) +- update zstd to 1.4.5 (thanks to @jinfeihan57) + v1.8 - fixed gcc-9 and clang-9 compilation issues - default linking for Linux is dynamic and static for Windows (can be changed with `make BUILD_STATIC=0/1`)