summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-12-16 01:13:19 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-12-16 01:13:19 (GMT)
commit95cc6cef6444b202a93ba414b7a9996eb2c72ca3 (patch)
tree3a2a7c48aa32847b5e132ba815609b427bdfbb7f /NEWS
parent7a8cd6996072f53f83ded52a325a4c4a4aed5a35 (diff)
downloadlz4-95cc6cef6444b202a93ba414b7a9996eb2c72ca3.zip
lz4-95cc6cef6444b202a93ba414b7a9996eb2c72ca3.tar.gz
lz4-95cc6cef6444b202a93ba414b7a9996eb2c72ca3.tar.bz2
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 67f63a4..21c54dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
r126:
New : lz4frame API is now integrated into liblz4
-Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
+Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
+Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
r125:
Changed : endian and alignment code