You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2015/02/02 06:07:50 UTC

svn commit: r1656387 - in /commons/proper/compress/trunk: RELEASE-NOTES.txt src/site/xdoc/index.xml

Author: bodewig
Date: Mon Feb  2 05:07:50 2015
New Revision: 1656387

URL: http://svn.apache.org/r1656387
Log:
experiments show binary compatibiity isn't hurt as badly

Modified:
    commons/proper/compress/trunk/RELEASE-NOTES.txt
    commons/proper/compress/trunk/src/site/xdoc/index.xml

Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/RELEASE-NOTES.txt?rev=1656387&r1=1656386&r2=1656387&view=diff
==============================================================================
--- commons/proper/compress/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/compress/trunk/RELEASE-NOTES.txt Mon Feb  2 05:07:50 2015
@@ -11,11 +11,7 @@ Release 1.10
 Release 1.10 moves the former
 org.apache.commons.compress.compressors.z._internal_ package which
 breaks backwards compatibility for code which used the old package.
-
-This also changes the superclass of ZCompressorInputStream which makes
-this class binary incompatible with the one of Compress 1.9.  Code
-that extends ZCompressorInputStream will need to be recompiled in
-order to work with Compress 1.10.
+This also changes the superclass of ZCompressorInputStream.
 
 New features:
 o Added support for parallel compression. This low-level API allows

Modified: commons/proper/compress/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/index.xml?rev=1656387&r1=1656386&r2=1656387&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/index.xml Mon Feb  2 05:07:50 2015
@@ -64,10 +64,7 @@
               now is
               <code>org.apache.commons.compress.compressors.lzw</code>
               and the code is now an official part of Commons
-              Compress' API.  This change also causes
-              <code>ZCompressorInputStream</code> of 1.10 to be binary
-              incompatible with the one of 1.9 and code that extends
-              this class will need to be recompiled.</li>
+              Compress' API.</li>
               <li>Added support for parallel ZIP compression.</li>
               <li>Added support for raw transfer of entries from one ZIP file to another without uncompress/compress.</li>
               <li>Performance improvements for creating ZIP files with lots of small entries.</li>