From a391e00180cdb56dd76e705a0877da52502177c1 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Sun, 10 Mar 2013 23:18:57 +0000 Subject: [PATCH] mentioning that Ant 1.9.0 requires Java 1.5, fixing a typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1454955 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 3e3d5614f..8aa9b2f3b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -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. - * filter caused a NullPointerExcpetion when input + * filter caused a NullPointerException when input was empty. Bugzilla Report 53626.