Browse Source

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
master
Magesh Umasankar 23 years ago
parent
commit
d9d5e24a71
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      WHATSNEW

+ 1
- 4
WHATSNEW View File

@@ -45,15 +45,12 @@ Other changes:
* Added support for specifying CVS_RSH in the <cvs/> 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 <isset> that test for the existence of a
property to the condition task.



Loading…
Cancel
Save