summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-12-03 15:50:46 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-12-03 15:50:46 (GMT)
commit8ac549f10a3bb36575621f7d969bde22a8aa7de1 (patch)
treeb0c94420464d5244c3c583d1b646602c598cf56a /NEWS
parent7a863abfc2da21cf69fc2db2ad92e9f8e2c72004 (diff)
downloadlz4-8ac549f10a3bb36575621f7d969bde22a8aa7de1.zip
lz4-8ac549f10a3bb36575621f7d969bde22a8aa7de1.tar.gz
lz4-8ac549f10a3bb36575621f7d969bde22a8aa7de1.tar.bz2
lz4.c : corrected issue 98 within LZ4_compress_limitedOutput()
Makefile : can specify version number git-svn-id: https://lz4.googlecode.com/svn/trunk@109 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 01945ea..20c1949 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+r109 :
+lz4.c : corrected issue 98 (LZ4_compress_limitedOutput())
+Makefile : can specify version number from makefile
+
r108 :
lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB (thanks Roman Strashkin for reporting)