aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2018-09-11 10:15:31 -0700
committerYann Collet <cyan@fb.com>2018-09-11 10:33:39 -0700
commit08d347b5b217b011ff7487130b79480d8cfdaeb8 (patch)
tree0a0c78c393d0732bf85464275f5053ad96ff4eab
parent90865b80aa9ae1f19a47f8742f5bcd38f0e24b0a (diff)
downloadlz4-08d347b5b217b011ff7487130b79480d8cfdaeb8.tar.gz
updated NEWS for v1.8.3 release
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8ee3c92d..13a9a1c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
v1.8.3
-fix : data corruption for files > 64KB at level 9 under specific conditions (#560)
+perf: minor decompression speed improvement (~+2%) with gcc
+fix : corruption in v1.8.2 at level 9 for files > 64KB under rare conditions (#560)
cli : new command --fast, by @jennifermliu
-build : added Haiku target, by @fbrosson
+api : LZ4_decompress_safe_partial() now decodes exactly the nb of bytes requested (feature request #566)
+build : added Haiku target, by @fbrosson, and MidnightBSD, by @laffer1
doc : updated documentation regarding dictionary compression
v1.8.2