summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-04-21 10:09:41 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-04-21 10:09:41 +0100
commit7573a4579ebf36ddf0c2ee61ed4414a57c9f44de (patch)
tree8ef15abde94deedc920fd500556e7a2e6a911cee /NEWS
parentbd31e3434f0d676817177395126e4afd2c928f19 (diff)
parent9b8c797c1e262d2fc61783f421eb338b0a08c0a6 (diff)
downloadautomake-7573a4579ebf36ddf0c2ee61ed4414a57c9f44de.tar.gz
Merge branch 'minor'
* minor: doc: fix encoding error with UTF-8 characters NEWS: a typofix, and better word wrapping parallel-tests: avoid possible implicit "make all" in test-suite.log rule
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 924b9c271..204dd7fbb 100644
--- a/NEWS
+++ b/NEWS
@@ -140,9 +140,9 @@ New in 1.15:
* Automake-generated testsuites:
- - The default test-driver used by the Automake-generates testsuites now
- append the result and exit status of each "plain" test to the associated
- log file (automake bug#118149).
+ - The default test-driver used by the Automake-generates testsuites
+ now append the result and exit status of each "plain" test to the
+ associated log file (automake bug#11814).
- The perl implementation of the TAP testsuite driver is no longer
installed in the Automake's scripts directory, and is instead just
@@ -151,6 +151,10 @@ New in 1.15:
implementation of the TAP driver (that is documented in the manual)
is more portable and has feature parity with the perl implementation.
+ - The rule generating 'test-suite.log' no longer risk incurring in an
+ extra useless "make all" recursive invocation in some corner cases
+ (automake bug#16302).
+
* Bug fixes:
- The user can now extend the special .PRECIOUS target, the same way