diff options
author | Yann Collet <cyan@fb.com> | 2019-04-23 00:45:24 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2019-04-23 00:45:24 (GMT) |
commit | 1e700b6f85bbc9e7052190f2f686041367321766 (patch) | |
tree | 7370cb33e374a27b551bbc0767a5a273e442778f /NEWS | |
parent | 15af05ffce8c4dfd441b9e42545d923321ce4dd8 (diff) | |
download | lz4-1e700b6f85bbc9e7052190f2f686041367321766.zip lz4-1e700b6f85bbc9e7052190f2f686041367321766.tar.gz lz4-1e700b6f85bbc9e7052190f2f686041367321766.tar.bz2 |
updated NEWS for v1.9.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ v1.9.1 -fix : decompression functions were reading beyond input size (introduced in v1.9.0, reported by @ppodolsky and @danlark1) +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 |