diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2017-03-23 03:48:51 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2017-03-23 03:48:51 +0000 |
commit | b1daffc4e5653f05fa6a7eb40d0751c300837636 (patch) | |
tree | c201e77fa3d006d18b4ddee3e277b044f6a1e78d /NEWS | |
parent | eff6166eb84a7aca764cf310bc9eef23d003c354 (diff) | |
download | lz4-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |