From 9ded4758e115f2784b7ccaf3a0d22943e9683144 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 21 Sep 2013 12:28:55 +0000 Subject: [PATCH] forgot to update WHATSNEW git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1525226 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index b7b1e56f4..6314ee10b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -8,6 +8,12 @@ Changes that could break older environments: Fixed bugs: ----------- + * swallowed the status code of nested tasks. + Bugzilla Report 55539. + + * a race condition could make tasks of parallel builds to + interfere with each other. + Bugzilla Report 54393. Other changes: -------------- @@ -17,13 +23,6 @@ Other changes: * tar entries with long link names are now handled the same way as entries with long names. - * swallowed the status code of nested tasks. - Bugzilla Report 55539. - - * a race condition could make tasks of parallel builds to - interfere with each other. - Bugzilla Report 54393. - Changes from Ant 1.9.1 TO Ant 1.9.2 ===================================