Author: bodewig
Date: Fri Dec 20 14:33:15 2013
New Revision: 1552684
URL: http://svn.apache.org/r1552684
Log:
note support for IMPLODE in zip page
Modified:
commons/proper/compress/trunk/src/site/xdoc/zip.xml
Modified: commons/proper/compress/trunk/src/site/xdoc/zip.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/zip.xml?rev=1552684&r1=1552683&r2=1552684&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/zip.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/zip.xml Fri Dec 20 14:33:15 2013
@@ -278,10 +278,11 @@
id="encryption">
<p>In most cases entries of an archive are not encrypted and
- are either not compressed at all or use the DEFLATED
+ are either not compressed at all or use the DEFLATE
algorithm, Commons Compress' ZIP archiver will handle them
- just fine. As of version 1.7, Commons Compress can also decompress
- entries compressed with the UNSHRINKING algorithm.</p>
+ just fine. As of version 1.7, Commons Compress can also
+ decompress entries compressed with the legacy SHRINK and
+ IMPLODE algorithms of PKZIP 1.x.</p>
<p>The ZIP specification allows for various other compression
algorithms and also supports several different ways of