From 856b2d1f372ebbc34c1584bbe69961634b43f69f Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 9 Jan 2004 17:52:24 +0000 Subject: [PATCH] document change to fixcrlf git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275891 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 4cd3d9463..c9b4b84b2 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -8,9 +8,12 @@ Fixed bugs: ----------- * Translate task does not remove tokens when a key is not found. It logs a verbose message. Bugzilla Report 13936. + * Fix spurious infinite loop detection for filters (introduced in ant 1.6.0). Bugzilla Report 23154. + * Fix handling of default ant namespace for nested elements. + * Fix jboss element of ejb task (introduced in ant 1.6.0). Other changes: @@ -22,10 +25,12 @@ Other changes: Bugzilla Report 15390. * task lets you set the priority of the current thread; non-forking - code will inherit this priority in their main thread. + code will inherit this priority in their main thread. * has filelist support. +* has a new attribute - fixlast. Bugzilla Report 23262. + Changes from Ant 1.5.4 to Ant 1.6 =================================