summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-12-27 09:43:07 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-12-27 09:43:07 (GMT)
commitefaa9b7bc72a037bddee530b8dcaefa53c9c999d (patch)
tree2ae32cac8cd397e2d3604d8172d18c61761496fa /NEWS
parentb22e2bed5e44f2cdacb11cf01d4a15a00bcb76ca (diff)
parent19c0f21b000ababf11cb38e0d6154742f5e1cd83 (diff)
downloadlz4-efaa9b7bc72a037bddee530b8dcaefa53c9c999d.zip
lz4-efaa9b7bc72a037bddee530b8dcaefa53c9c999d.tar.gz
lz4-efaa9b7bc72a037bddee530b8dcaefa53c9c999d.tar.bz2
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev
# Conflicts: # lib/Makefile
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 292cd27..d149128 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,10 @@
v1.7.5
-cli : fix minor notification when using -r recursive mode
+lz4hc : new high compression mode : levels 10-12 compress more and slower, by @inikep.
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)
v1.7.4.2
fix : Makefile : release build compatible with PIE and customized compilation directives provided through environment variables (#274, reported by Antoine Martin)