From 87c50a64044d04cc75b259398a34be339108cee1 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Mon, 16 Feb 2004 08:05:07 +0000 Subject: [PATCH] Separate 1.6.0 to 1.6.1 changes from the other changes git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276087 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index b6938cfee..1e344eeec 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,4 +1,29 @@ -Changes from Ant 1.6.0 to current cvs version +Changes from Ant 1.6.1 to current CVS version +============================================= + +Changes that could break older environments: +-------------------------------------------- + +Fixed bugs: +----------- + +* Translate task does not remove tokens when a key is not found. + It logs a verbose message. Bugzilla Report 13936. + +* failed to load classes correctly. + +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. + +Changes from Ant 1.6.0 to Ant 1.6.1 ============================================= Changes that could break older environments: @@ -13,9 +38,6 @@ Fixed bugs: overflow. It now uses Xalan extensions to call a Java class directly. Bugzilla Report 19301 -* 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. @@ -23,8 +45,6 @@ Fixed bugs: * Fix jboss element of ejb task (introduced in ant 1.6.0). -* failed to load classes correctly. - * Ant could fail to start with a NullPointerException if ANT_HOME/lib/ant-launcher.jar was part of the system CLASSPATH. @@ -51,14 +71,6 @@ Other changes: * Translate task logs a debug message specifying the number of files that it processed. Bugzilla Report 13938. -* 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. - * has a new attribute - fixlast. Bugzilla Report 23262. * has 2 new attributes, needsresolveproperty and changeproperty.