summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-03-23 03:48:51 +0000
committerDmitry V. Levin <ldv@altlinux.org>2017-03-23 03:48:51 +0000
commitb1daffc4e5653f05fa6a7eb40d0751c300837636 (patch)
treec201e77fa3d006d18b4ddee3e277b044f6a1e78d /NEWS
parenteff6166eb84a7aca764cf310bc9eef23d003c354 (diff)
downloadlz4-b1daffc4e5653f05fa6a7eb40d0751c300837636.tar.gz
lz4-b1daffc4e5653f05fa6a7eb40d0751c300837636.tar.bz2
lz4-b1daffc4e5653f05fa6a7eb40d0751c300837636.zip
cli: add GNU separator -- specifying that all following arguments are files
This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 742217f..4fb8fdd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
v1.7.6
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 : fix : expose obsolete decoding functions, reported by Chen Yufei
build : dragonFlyBSD, OpenBSD, NetBSD supported