summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-05-20 07:58:59 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-05-20 07:58:59 (GMT)
commit26065c3f47381c6ebe56ea114015b3c2b1c2a615 (patch)
tree7e327ecb91a65598ad1ecb091936bdeaa28a18bf /NEWS
parent87e560ed8aa776a864c105f0ab064d45aca76cbd (diff)
downloadlz4-26065c3f47381c6ebe56ea114015b3c2b1c2a615.zip
lz4-26065c3f47381c6ebe56ea114015b3c2b1c2a615.tar.gz
lz4-26065c3f47381c6ebe56ea114015b3c2b1c2a615.tar.bz2
Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6d872fe..8cb5129 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
r130:
+Fixed : incompatibility sparse mode vs console, reported by Yongwoon Cho (#105)
+Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)
r129:
Added : LZ4_compress_fast(), LZ4_compress_fast_continue()