summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2019-04-23 17:18:40 (GMT)
committerGitHub <noreply@github.com>2019-04-23 17:18:40 (GMT)
commit398e36c756a3067de8e2b35dd380baef040dfe0d (patch)
treefe7d22f46d7345bf1316a91c2eedad4765f997f1 /NEWS
parent131896ab9d4fc9b8c606616327ed223d5d86472b (diff)
parentf665291e6cb651cb084bf9450a071ae0fd494782 (diff)
downloadlz4-398e36c756a3067de8e2b35dd380baef040dfe0d.zip
lz4-398e36c756a3067de8e2b35dd380baef040dfe0d.tar.gz
lz4-398e36c756a3067de8e2b35dd380baef040dfe0d.tar.bz2
Merge pull request #692 from lz4/devv1.9.1
v1.9.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2d85607..860f15b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+v1.9.1
+fix : decompression functions were reading a few bytes beyond input size (introduced in v1.9.0, reported by @ppodolsky and @danlark1)
+api : fix : lz4frame initializers compatibility with c++, reported by @degski
+cli : added command --list, based on a patch by @gabrielstedman
+build: improved Windows build, by @JPeterMugaas
+build: AIX, by Norman Green
+
v1.9.0
perf: large decompression speed improvement on x86/x64 (up to +20%) by @djwatson
api : changed : _destSize() compression variants are promoted to stable API