From d9d5e24a7170e76635a86b274bf424557ce9dfe2 Mon Sep 17 00:00:00 2001 From: Magesh Umasankar Date: Tue, 20 Nov 2001 02:34:32 +0000 Subject: [PATCH] 1. GZip still uses zipFile and not tofile. 2. Added reference to the new optional task - translate 3. Checking CVS write access ;-) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269965 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 1aeaf0923..165ff0b1e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -45,15 +45,12 @@ Other changes: * Added support for specifying CVS_RSH in the task * New tasks bzip2 and bunzip2 to pack and unpack files using the - BZip2 alogrithm, replaceregexp, checksum + BZip2 alogrithm, replaceregexp, checksum, translate * The attributes zipfile, jarfile, warfile and earfile (from the Zip, Jar, War and Ear tasks) have been deprecated and superseded by a new attribute "file". -* The attribute zipfile in GZip has been deprecated and superseded - by "tofile" attribute. - * Added a new condition that test for the existence of a property to the condition task.