summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-03-16 00:20:22 (GMT)
committerYann Collet <cyan@fb.com>2017-03-16 00:26:50 (GMT)
commita33bf89c62b1573a604144adaa797d94d97cb990 (patch)
treecc1c0607fce35468929ac28fb14d9a290de23002 /NEWS
parente945a27f9c7081349fdcd292ea870bc240f667fd (diff)
downloadlz4-a33bf89c62b1573a604144adaa797d94d97cb990.zip
lz4-a33bf89c62b1573a604144adaa797d94d97cb990.tar.gz
lz4-a33bf89c62b1573a604144adaa797d94d97cb990.tar.bz2
fix #332 : do not modify /dev/null permissions
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d348dd1..61e13d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
v1.7.6
+cli : fix : do not modify /dev/null permissions, reported by @Maokaman1
API : added LZ4_compressHC_destSize(), by Oleg (@remittor)
+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