diff options
author | Yann Collet <Cyan4973@users.noreply.github.com> | 2017-08-15 23:50:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-15 23:50:04 (GMT) |
commit | af9d72b7f6809ec972787c446d464a8f9be443ba (patch) | |
tree | d8b9e795e00d2558945f0f6bc3aed2b239157353 /NEWS | |
parent | 8593ba8831fb4698731c60391aa0ab89b32e9e19 (diff) | |
parent | 930a6921103c3ae4e62c99f86fd5329ef957900f (diff) | |
download | lz4-af9d72b7f6809ec972787c446d464a8f9be443ba.zip lz4-af9d72b7f6809ec972787c446d464a8f9be443ba.tar.gz lz4-af9d72b7f6809ec972787c446d464a8f9be443ba.tar.bz2 |
Merge pull request #383 from lz4/blockChecksum
Block checksum
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ cli : added GNU separator -- specifying that all following arguments are files API : added LZ4_compress_HC_destSize(), by Oleg (@remittor) API : added LZ4F_resetDecompressionContext() API : lz4frame : negative compression levels trigger fast acceleration, request by Lawrence Chan +API : lz4frame : can control block checksum and dictionary ID API : fix : expose obsolete decoding functions, reported by Chen Yufei build : fix : static lib installation, by Ido Rosen build : dragonFlyBSD, OpenBSD, NetBSD supported |