diff options
author | Yann Collet <cyan@fb.com> | 2018-01-12 22:36:10 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2018-01-12 22:36:10 (GMT) |
commit | fb5e98a334d5538f4ffa70f5f51b8286531fe1ae (patch) | |
tree | f3a8edc927b29a0861f3b31976b89ebf2e8e6ae4 /NEWS | |
parent | d89fd51ce8142f8fc30d56c519bc6f555a708dc9 (diff) | |
download | lz4-fb5e98a334d5538f4ffa70f5f51b8286531fe1ae.zip lz4-fb5e98a334d5538f4ffa70f5f51b8286531fe1ae.tar.gz lz4-fb5e98a334d5538f4ffa70f5f51b8286531fe1ae.tar.bz2 |
updated NEWS for v1.8.1v1.8.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,9 +1,12 @@ v1.8.1 -perf : faster and stronger ultra modes (level 11 and 12) +perf : faster and stronger ultra modes (levels 10+) perf : slightly faster compression and decompression speed perf : fix bad degenerative case, reported by @c-morgenstern fix : decompression failed when using a combination of extDict + low memory address (#397), reported and fixed by Julian Scheid (@jscheid) cli : support for dictionary compression (`-D`), by Felix Handte @felixhandte +cli : fix : `lz4 -d --rm` preserves timestamp (#441) +cli : fix : do not modify /dev/null permission as root, by @aliceatlas +api : `_destSize()` variant supported for all compression levels build : `make` and `make test` compatible with `-jX`, reported by @mwgamera build : can control LZ4LIB_VISIBILITY macro, by @mikir install: fix man page directory (#387), reported by Stuart Cardall (@itoffshore) |