diff options
author | Yann Collet <cyan@fb.com> | 2017-01-03 02:59:27 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2017-01-03 02:59:27 (GMT) |
commit | 05e27ade68e8b0db8f0965d218199b024e6fb217 (patch) | |
tree | 821ca251ba007e47fcb17e3e38e2acd7984ad7c1 | |
parent | 8c4de60d0f871f8e81986b2c61b70e1bcb8b97fd (diff) | |
download | lz4-05e27ade68e8b0db8f0965d218199b024e6fb217.zip lz4-05e27ade68e8b0db8f0965d218199b024e6fb217.tar.gz lz4-05e27ade68e8b0db8f0965d218199b024e6fb217.tar.bz2 |
updated NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ v1.7.5 -lz4hc : new high compression mode : levels 10-12 compress more and slower, by @inikep. +lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z) cli : fix minor notification when using -r recursive mode API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (#290, #280) doc : markdown version of man page, by Takayuki Matsuoka (#279) build : Makefile : fix make -jX lib+exe concurrency (#277) +build : cmake : improvements by Michał Górny (#296) v1.7.4.2 fix : Makefile : release build compatible with PIE and customized compilation directives provided through environment variables (#274, reported by Antoine Martin) |