Author: bodewig
Date: Wed Aug 17 15:49:43 2011
New Revision: 1158784
URL: http://svn.apache.org/viewvc?rev=1158784&view=rev
Log:
document Zip64 stuff
Modified:
ant/antlibs/compress/trunk/changes.xml
Modified: ant/antlibs/compress/trunk/changes.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/changes.xml?rev=1158784&r1=1158783&r2=1158784&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/changes.xml (original)
+++ ant/antlibs/compress/trunk/changes.xml Wed Aug 17 15:49:43 2011
@@ -41,6 +41,8 @@
<action type="update" breaks-bwc="true">
The Apache Compress Antlib now requires Apache Commons
Compress 1.3 which in turn requires Java5 at runtime.
+ This change allows the Compress Antlib to support Zip64
+ extensions.
</action>
<action type="add">
Read-only support for the Unix dump format has been added in
@@ -48,6 +50,10 @@
<dumpentry> and <dumpfileset> resources.
</action>
<action type="update">
+ A new attribute zip64Mode provides finer grained control over
+ whether Zip64 extensions will be used in the <zip> task.
+ </action>
+ <action type="update">
The <zip> task has a new attribute zip64Mode that
controls whether Zip64 extended information is written to the
archive.