summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorCyan4973 <yann.collet.73@gmail.com>2014-07-24 11:54:05 (GMT)
committerCyan4973 <yann.collet.73@gmail.com>2014-07-24 11:54:05 (GMT)
commit3f607b55edba5ffd724146e958ab487f97692da5 (patch)
tree18418ed7046efa606a1f2ee0bbc016572dca7d0c /NEWS
parent28fd251bc7b42e5cde15f9a2d78fc53b3b575558 (diff)
parentf9e16d2ffb651ec27bf4729538433378eeb2acd7 (diff)
downloadlz4-r120.zip
lz4-r120.tar.gz
lz4-r120.tar.bz2
Merge pull request #13 from Cyan4973/devr120
Dev
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ff2cd53..abb0e6f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,22 @@
+r120:
+Modified : Streaming API, using strong types
+Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka
+Fix : OS-X : library install name, thanks to Clemens Lang
+Updated : Makefile : synchronize library version number with lz4.h, thanks to Takayuki Matsuoka
+Updated : Makefile : stricter compilation flags
+Added : pkg-config, thanks to Zbigniew Jędrzejewski-Szmek (issue 135)
+Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
+Updated : xxHash to r35
+
r119:
-Fix : overflow address, 32-bits mode (issue 134)
+Fix : Issue 134 : extended malicious address space overflow in 32-bits mode for some specific configurations
r118:
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: