From 954b9570204fedb605e65888ebb2977462943295 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 7 Jan 2004 10:36:37 +0000 Subject: [PATCH] Update with the fixs for filters, namespace and ejb task git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275865 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 3a1dc235c..f8b74e1ea 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -8,6 +8,10 @@ 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: --------------