summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-09-07 19:48:24 (GMT)
committerYann Collet <cyan@fb.com>2017-09-07 19:48:24 (GMT)
commitb500c5282e61027b797d3fd39e7d4ab1ab084adf (patch)
tree8b5863e77c771eff0edc53838b3e9e79b3c72072 /NEWS
parent00418f76115e3c435b4cb0e41b30fba8e8e3adee (diff)
downloadlz4-b500c5282e61027b797d3fd39e7d4ab1ab084adf.zip
lz4-b500c5282e61027b797d3fd39e7d4ab1ab084adf.tar.gz
lz4-b500c5282e61027b797d3fd39e7d4ab1ab084adf.tar.bz2
fix #397 : decompression failed when using a combination of extDict + low memory address
Reported and fixed by @jscheid Note : we are missing a test case to include it in the CI
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 57338f7..ff20e7e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
v1.8.1
+fix : decompression failed when using a combination of extDict + low memory address (#397), reported and fixed by Julian Scheid (@jscheid)
install: fix : correct man page directory (#387), reported by Stuart Cardall (@itoffshore)
build : `make` and `make test` compatible with `-jX`, reported by @mwgamera