Author: bodewig
Date: Fri Feb 19 10:59:01 2010
New Revision: 911783
URL: http://svn.apache.org/viewvc?rev=911783&view=rev
Log:
document fix for COMPRESS-89 which was based on a contribution by Antoni Mylka
Modified:
commons/proper/compress/trunk/src/changes/changes.xml
Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=911783&r1=911782&r2=911783&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Fri Feb 19 10:59:01
2010
@@ -23,6 +23,16 @@
</properties>
<body>
<release version="1.1" date="as in SVN" description="Release 1.1">
+ <action type="add" date="2010-02-19">
+ The Zip*Stream and ZipFile classes now have canRead/Write
+ methods that can be used to check whether a given entry can be
+ read/written.
+ The method currently returns false if an entry uses an
+ unsupported compression method or encryption.
+ </action>
+ <action type="add" date="2010-02-19" issue="COMPRESS-89">
+ The ZIP classes now detect encrypted entries.
+ </action>
<action type="fix" date="2010-02-18" issue="COMPRESS-74">
ZipArchiveInputStream failed to update the number of bytes
read properly.