From 2b789701632439e3332bc5fabeaf116cfa1de2ec Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Wed, 14 Jan 2004 19:56:38 +0000 Subject: [PATCH] add a blurb about the xdoclet update git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275918 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 7149828ec..f9672daad 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -6,7 +6,7 @@ Changes that could break older environments: Fixed bugs: ----------- -* Translate task does not remove tokens when a key is not found. +* 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). @@ -30,14 +30,16 @@ Other changes: * Enable to choose the regexp implementation without system property. Bugzilla Report 15390. - -* task lets you set the priority of the current thread; non-forking - code will inherit this priority in their main thread. -* has filelist support. +* task lets you set the priority of the current thread; non-forking + code will inherit this priority in their main thread. + +* has filelist support. * has a new attribute - fixlast. Bugzilla Report 23262. +* proposal/xdocs updated with xdoclet-1.2 final + Changes from Ant 1.5.4 to Ant 1.6.0 =================================== @@ -309,7 +311,7 @@ Fixed bugs: * s only worked when defined inside of tasks. Bugzilla Report 20965. - + * and siblings ( ) handle large filesets by automatic use of response files. Bugzilla report #19630