diff options
author | Yann Collet <cyan@fb.com> | 2019-04-19 18:54:01 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2019-04-19 18:59:49 (GMT) |
commit | 7a4e3b1fac5cd9d4ec7c8d0091329ba107ec2131 (patch) | |
tree | cdb8f8a611faeb00f8ea3af92a096aa4c7c6941f /NEWS | |
parent | 40e82df003ee49e08b9128acbd368b26b051191e (diff) | |
download | lz4-7a4e3b1fac5cd9d4ec7c8d0091329ba107ec2131.zip lz4-7a4e3b1fac5cd9d4ec7c8d0091329ba107ec2131.tar.gz lz4-7a4e3b1fac5cd9d4ec7c8d0091329ba107ec2131.tar.bz2 |
bumped version number
to v1.9.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +v1.9.1 +fix : decompression functions were reading beyond input size (introduced in v1.9.0, reported by @ppodolsky and @danlark1) +api : fix : lz4frame initializers compatibility with c++, reported by @degski +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 |