summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-07-05 12:05:55 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-07-05 12:05:55 (GMT)
commit070b33518a69c3f7905b0c5cd2fa9ffb50273848 (patch)
treed4e00009a2c3c21dda6ae7d08fa24dc8077b5dca /NEWS
parentfd51d0567b640541e5d4290488bf4ed02c6d6990 (diff)
downloadlz4-070b33518a69c3f7905b0c5cd2fa9ffb50273848.zip
lz4-070b33518a69c3f7905b0c5cd2fa9ffb50273848.tar.gz
lz4-070b33518a69c3f7905b0c5cd2fa9ffb50273848.tar.bz2
Fix : OS-X : library install name, thanks to Clemens Lang
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2adeab3..a6fb4df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+r120:
+Fix : OS-X : library install name, thanks to Clemens Lang
+
r119:
Fix : Issue 134 : extended malicious address space overflow in 32-bits mode for some specific configurations
@@ -6,7 +9,7 @@ New : LZ4 Streaming API (Fast version), special thanks to Takayuki Matsuoka
New : datagen : parametrable synthetic data generator for tests
Improved : fuzzer, support more test cases, more parameters, ability to jump to specific test
fix : support ppc64le platform (issue 131)
-fix : Issue 52 (malicious address space overflow in 32-bits mode when using custom format)
+fix : Issue 52 (malicious address space overflow in 32-bits mode when using large custom format)
fix : Makefile : minor issue 130 : header files permissions
r117: