Author: bodewig
Date: Thu Jul 28 12:21:29 2011
New Revision: 1151814
URL: http://svn.apache.org/viewvc?rev=1151814&view=rev
Log:
document skipUnreadableEntries attribute in changes files
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=1151814&r1=1151813&r2=1151814&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/changes.xml (original)
+++ ant/antlibs/compress/trunk/changes.xml Thu Jul 28 12:21:29 2011
@@ -37,6 +37,13 @@
<title>Apache Compress Ant Library</title>
</properties>
- <release version="SVN trunk" date="unpublished">
+ <release version="1.1" date="unpublished">
+ <action type="add">
+ The unarchiving tasks and fileset types share a new attribute
+ skipUnreadableEntries that can be used to ignore archive
+ entries that Apache Commons Compress knows it cannot handle
+ (like encrypted ZIP entries or sparse files in GNU tar
+ archives).
+ </action>
</release>
</document>