diff --git a/WHATSNEW b/WHATSNEW
index da6d95c0f..fa5575b68 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -453,6 +453,10 @@ Other changes:
* FileUtils#createTempFile will now create temporary files in the
directory pointed to by the property java.io.tmpdir
+*
+ compression
- compression method for untar. Allowable values are
- "none", "gzip" and "bzip2". Default is
- "none".
+ Note: This attribute is only available for
+ the
untar
task.
+ compression method. Allowable values are "none",
+ "gzip" and "bzip2". Default is
+ "none".No
+
encoding
+ Note: This attribute is not available for
+ the
+ untar
task.
+ The character encoding that has been used for filenames
+ inside the zip file. For a list of possible values see http://java.sun.com/products/jdk/1.2/docs/guide/internat/encoding.doc.html.
+ Defaults to "UTF8", use the magic value
+ native-encoding
for the platform's default character
+ encoding.No
+ Examples
@@ -89,7 +103,7 @@ to perform unarchival upon.
Copyright © 2000-2002 Apache Software Foundation. All rights +
Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.