summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyan4973 <yann.collet.73@gmail.com>2014-06-26 09:36:13 (GMT)
committerCyan4973 <yann.collet.73@gmail.com>2014-06-26 09:36:13 (GMT)
commit0665c503564a284b3ee71f955bb58bd19563e906 (patch)
tree7f5d1b8c6650aeda1105c4bebac9d9709c68b5e0
parent9d8e1f58a03dbeb926017f5e7c957bc998df16b8 (diff)
parent93e589caad5503326bec3a4085ec797940eed94d (diff)
downloadlz4-0665c503564a284b3ee71f955bb58bd19563e906.zip
lz4-0665c503564a284b3ee71f955bb58bd19563e906.tar.gz
lz4-0665c503564a284b3ee71f955bb58bd19563e906.tar.bz2
Merge pull request #8 from Cyan4973/devr118
updated NEWS
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d850cda..5e5dbe1 100644
--- 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 !