Author: bodewig
Date: Fri Jan 30 08:24:54 2015
New Revision: 1655956
URL: http://svn.apache.org/r1655956
Log:
stronger backwards incompatibility warning
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=1655956&r1=1655955&r2=1655956&view=diff
==============================================================================
--- commons/proper/compress/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/compress/trunk/RELEASE-NOTES.txt Fri Jan 30 08:24:54 2015
@@ -12,6 +12,11 @@ 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.
+
New features:
o Added support for parallel compression. This low-level API allows
a client to build a zip/jar file by using the class
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=1655956&r1=1655955&r2=1655956&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/index.xml Fri Jan 30 08:24:54
2015
@@ -64,7 +64,10 @@
now is
<code>org.apache.commons.compress.compressors.lzw</code>
and the code is now an official part of Commons
- Compress' API.</li>
+ 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>
<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>