diff --git a/WHATSNEW b/WHATSNEW
index 0c25ab4dc..166269275 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -109,6 +109,11 @@ Fixed bugs:
Other changes:
--------------
+* Gzip and Bzip2 files can now be constructed in the fly when using
+ the tar task without having to create the intermediate tar file on
+ disk. The Untar task can also untar GZip and BZip2 files on the fly
+ without creating the intermediate tar file.
+
* New optional type, warn
which behaves just like the gnu option except
that it produces a warning for each file path encountered that does not match
the limit.
Note that this task does not perform compression. You might want to use the -GZip task to prepare a .tar.gz package.
+This task can perform compression by setting the compression attribute to "gzip" +or "bzip2".
No | +||
compression | +compression method. Allowable values are + "none", "gzip" and "bzip2". Default is + "none". | +No | +
@@ -82,7 +90,7 @@ to perform unarchival upon.
Copyright © 2001 Apache Software Foundation. All rights +
Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.