summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-06-13 21:45:48 (GMT)
committerYann Collet <cyan@fb.com>2017-06-13 21:45:48 (GMT)
commita6fd0f9d0ba4dd3db5ffd221a6b3384296a8deed (patch)
tree4205d982bd918da70e29e8a1d9875b6b6b0e19bc /NEWS
parentbfc18066053a26b5acc9eb286bfe6b2a87b14318 (diff)
downloadlz4-a6fd0f9d0ba4dd3db5ffd221a6b3384296a8deed.zip
lz4-a6fd0f9d0ba4dd3db5ffd221a6b3384296a8deed.tar.gz
lz4-a6fd0f9d0ba4dd3db5ffd221a6b3384296a8deed.tar.bz2
-g compilation flag not by default for lz4 cli
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ab95149..f6df47c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,13 +3,12 @@ cli : fix : do not modify /dev/null permissions, reported by @Maokaman1
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
+API : lz4frame : negative compression levels trigger fast acceleration, request by Lawrence Chan
API : fix : expose obsolete decoding functions, reported by Chen Yufei
build : dragonFlyBSD, OpenBSD, NetBSD supported
build : LZ4_MEMORY_USAGE can be modified at compile time, through external define
doc : lz4 api manual, by Przemyslaw Skibinski
-
v1.7.5
lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)