You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2013/03/11 00:18:57 UTC

svn commit: r1454955 - /ant/core/trunk/WHATSNEW

Author: antoine
Date: Sun Mar 10 23:18:57 2013
New Revision: 1454955

URL: http://svn.apache.org/r1454955
Log:
mentioning that Ant 1.9.0 requires Java 1.5, fixing a typo

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1454955&r1=1454954&r2=1454955&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Sun Mar 10 23:18:57 2013
@@ -19,7 +19,9 @@ Changes from Ant 1.8.4 TO Ant 1.9.0
 Changes that could break older environments:
 -------------------------------------------
 
- * FixCRLF used to treat the EOL value ASIS to convert to the system property 
+ * Ant now requires at least Java 1.5 to compile and to run
+
+ * FixCRLF used to treat the EOL value ASIS to convert to the system property
    line.separator. Specified was that ASIS would leave the EOL characters alone,
    the task now really leaves the EOL characters alone. This also implies that
    EOL ASIS will not insert a newline even if fixlast is set to true.
@@ -73,7 +75,7 @@ Fixed bugs:
    handledirsep="true".
    Bugzilla Report 53399.
 
- * <expandproperties> filter caused a NullPointerExcpetion when input
+ * <expandproperties> filter caused a NullPointerException when input
    was empty.
    Bugzilla Report 53626.