From 959fd0f7c0cbd2cfa1ea99db0f6a321211dfa78d Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 24 Feb 2004 09:17:05 +0000 Subject: [PATCH] separate 1.6 changes from 1.7 (cvs head) changes git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276141 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 70aa23b8a..2e4140508 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,4 +1,4 @@ -Changes from Ant 1.6.1 to current CVS version +Changes from current Ant 1.6 CVS version to current CVS version ============================================= Changes that could break older environments: @@ -17,10 +17,6 @@ Fixed bugs: cases; when split file-property, files were only created if writes were performed. -* subant haltonfailure=false did not catch all failures. Bugzilla Report 27007. - -* macrodef @@ escaping was broken. Bugzilla Report 27069. - * replacestring tokenfilter only replaced the first occurrence. * AntLikeTasksAtTopLevelTest failed on cygwin. @@ -36,6 +32,24 @@ Other changes: * has filelist support. + +Changes from Ant 1.6.1 to current Ant 1.6 CVS version +============================================= + +Changes that could break older environments: +-------------------------------------------- + +Fixed bugs: +----------- + +* subant haltonfailure=false did not catch all failures. Bugzilla Report 27007. + +* macrodef @@ escaping was broken. Bugzilla Report 27069. + +Other changes: +-------------- + + Changes from Ant 1.6.0 to Ant 1.6.1 =============================================