summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-12-22 17:02:09 (GMT)
committerYann Collet <cyan@fb.com>2016-12-22 17:02:09 (GMT)
commit19c0f21b000ababf11cb38e0d6154742f5e1cd83 (patch)
tree07257e454c97b2ee3b5e99c4e29ffe3caec80414 /NEWS
parentb41f9bb132e8207999e89d01925e202da98b7649 (diff)
downloadlz4-19c0f21b000ababf11cb38e0d6154742f5e1cd83.zip
lz4-19c0f21b000ababf11cb38e0d6154742f5e1cd83.tar.gz
lz4-19c0f21b000ababf11cb38e0d6154742f5e1cd83.tar.bz2
updated Makefile : lz4 no longer recompiled when already up-to-date
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bb77e04..d149128 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @be
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 lib+exe concurrency (#277)
+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)