updated NEWS
authorYann Collet <yann.collet.73@gmail.com>
Thu, 26 Jun 2014 09:35:03 +0000 (10:35 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Thu, 26 Jun 2014 09:35:03 +0000 (10:35 +0100)
NEWS

diff --git a/NEWS b/NEWS
index d850cda..5e5dbe1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+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 : Makefile : minor issue 130 : header files permissions
+
 r117:
 Added : man pages for lz4c and lz4cat
 Added : automated tests on Travis, thanks to Takayuki Matsuoka !