From b71d85aa2af6a79c62b217b63450f6eb2a4c1451 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Fri, 18 Apr 2003 22:36:18 +0000 Subject: [PATCH] keep WHATSNEW up to date git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274482 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 2174b8fae..f23107f49 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -97,6 +97,12 @@ Fixed bugs: * The filter would throw an exception if the token's value was an empty string. Bugzilla Report 18625. +* Perforce tasks relying on output from the server such as and + were hanging. Bugzilla Reports 18129 and 18956. + +* build.sh install had a problem on cygwin (with REALANTHOME). + Bugzilla Report 17257 + Other changes: -------------- * Six new Clearcase tasks added. @@ -181,6 +187,13 @@ Other changes: You can put in it all the strings described by p4 help usage. Refer to the docs for more information. +* new Perforce tasks and + +* will change the property p4.change if the Perforce server + renumbers the change list. + It will set the property p4.needsresolve if the submit fails, + and the message says that file(s) need to be resolved. + * now has an optional encoding attribute to support replacing in files that are in a different encoding than the platform's default. @@ -247,6 +260,11 @@ Other changes: * 's debug attribute has been enabled. Bugzilla Report 19051. +* has a new attribute encoding. Bugzilla Report 15434. + +* can now be defined in the main body of a project + and referred to with refid="xyz". Bugzilla Report 17007. + Changes from Ant 1.5.2 to Ant 1.5.3 ===================================