diff options
author | Yann Collet <cyan@fb.com> | 2017-03-16 00:20:22 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2017-03-16 00:26:50 (GMT) |
commit | a33bf89c62b1573a604144adaa797d94d97cb990 (patch) | |
tree | cc1c0607fce35468929ac28fb14d9a290de23002 /NEWS | |
parent | e945a27f9c7081349fdcd292ea870bc240f667fd (diff) | |
download | lz4-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |