diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2014-11-22 23:46:15 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2014-11-22 23:46:15 (GMT) |
commit | b3b207c4db9378f3eb3518c0778ff03a9b5cdbb3 (patch) | |
tree | ea45c82b0f50dba17dd2bafa2b42de57a77ab8b4 /NEWS | |
parent | 73554386ed8c9b08940411c0e62bbdca3216f8cd (diff) | |
download | lz4-b3b207c4db9378f3eb3518c0778ff03a9b5cdbb3.zip lz4-b3b207c4db9378f3eb3518c0778ff03a9b5cdbb3.tar.gz lz4-b3b207c4db9378f3eb3518c0778ff03a9b5cdbb3.tar.bz2 |
New endian & alignment code
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,12 @@ +r125: +Changed : endian and alignment code +Fixed : some alignment warnings under clang + r124: -Fix : LZ4F_compressBound() using NULL preferencesPtr -Updated : xxHash, to r37 +New : LZ4 HC streaming mode +Fixed : LZ4F_compressBound() using null preferencesPtr +Updated : xxHash to r38 +Updated library number, to 1.4.0 r123: Added : experimental lz4frame API, thanks to Takayuki Matsuoka and Christopher Jackson for testings |