diff options
author | Yann Collet <cyan@fb.com> | 2016-12-15 22:13:36 +0100 |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2016-12-15 22:13:36 +0100 |
commit | 913b98fd6fe814ee4c719a90a0642497c9d3d0dc (patch) | |
tree | 5181f1ddb41525b9bf33858b9a4297756f46e776 /NEWS | |
parent | fec57e49eaee4bf2926c9c2a4071d8f109e3ba71 (diff) | |
download | lz4-913b98fd6fe814ee4c719a90a0642497c9d3d0dc.tar.gz lz4-913b98fd6fe814ee4c719a90a0642497c9d3d0dc.tar.bz2 lz4-913b98fd6fe814ee4c719a90a0642497c9d3d0dc.zip |
fix `make` concurrency build (#277)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ v1.7.5 cli : fix minor notification when using -r recursive mode lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z) doc : markdown version of man page, by Takayuki Matsuoka (#279) +build : Makefile : fix concurrency lib+exe build (#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) |