summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-08-18 21:47:11 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-08-18 21:47:11 +0200
commit8c4d0f0650486315359a63b2b6a832dcf4986147 (patch)
treed2c3e007b112b7f9de8e34cbb2eb2412765adf6f /NEWS
parent1ebdc2c1b9a75420dd7518116a1e70b1ad6d93fc (diff)
parent91a7653997ca147b3242688f056c89840b789a09 (diff)
downloadautomake-8c4d0f0650486315359a63b2b6a832dcf4986147.tar.gz
Merge branch 'maint'
* maint: * THANKS (Daniel Richard G.): Update e-mail address. java: avoid compilation errors when CLASSPATH is empty parallel-tests: no more spurious successes for FreeBSD make hacking: we now require autoconf 2.68
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 35b223aab..50e702bc4 100644
--- a/NEWS
+++ b/NEWS
@@ -64,7 +64,9 @@ Bugs fixed in 1.11a:
* Bugs introduced by 1.11:
- The `parallel-tests' test driver works around a GNU make 3.80 bug with
- trailing white space in the test list (`TESTS = foo $(EMPTY)').
+ trailing white space in the test list (`TESTS = foo $(EMPTY)'), and
+ does not report spurious successes when used with concurrent FreeBSD
+ make (e.g., "make check -j3").
- The `silent-rules' option now also silences all compile rules if dependency
tracking is disabled. Also, when `silent-rules' is not used, the output from