Author: bodewig
Date: Sat Sep 21 12:28:55 2013
New Revision: 1525226
URL: http://svn.apache.org/r1525226
Log:
forgot to update WHATSNEW
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1525226&r1=1525225&r2=1525226&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Sat Sep 21 12:28:55 2013
@@ -8,6 +8,12 @@ Changes that could break older environme
Fixed bugs:
-----------
+ * <parallel> swallowed the status code of nested <fail> tasks.
+ Bugzilla Report 55539.
+
+ * a race condition could make <fixcrlf> 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.
- * <parallel> swallowed the status code of nested <fail> tasks.
- Bugzilla Report 55539.
-
- * a race condition could make <fixcrlf> tasks of parallel builds to
- interfere with each other.
- Bugzilla Report 54393.
-
Changes from Ant 1.9.1 TO Ant 1.9.2
===================================