summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-08-17 17:55:30 (GMT)
committerYann Collet <cyan@fb.com>2017-08-17 17:55:30 (GMT)
commitc10863b98e1503af90616ae99725ecd120265dfb (patch)
treeb5d6f7e6ac63283abf00011b2d0fcdda56f74621 /NEWS
parent1e92bb0af020095e6f33bdb72e418e5e76cdc082 (diff)
downloadlz4-c10863b98e1503af90616ae99725ecd120265dfb.zip
lz4-c10863b98e1503af90616ae99725ecd120265dfb.tar.gz
lz4-c10863b98e1503af90616ae99725ecd120265dfb.tar.bz2
fix : asan error in dctx, due to increased maximum frame header size, reported by Craig Youngv1.8.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 63d53a6..e63a82f 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ 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
+API : experimental : lz4frame_static : new dictionary compression API
build : fix : static lib installation, by Ido Rosen
build : dragonFlyBSD, OpenBSD, NetBSD supported
build : LZ4_MEMORY_USAGE can be modified at compile time, through external define