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 2014/11/01 12:31:33 UTC

svn commit: r1635926 - in /commons/proper/compress/trunk/src: changes/changes.xml site/xdoc/index.xml

Author: bodewig
Date: Sat Nov  1 11:31:32 2014
New Revision: 1635926

URL: http://svn.apache.org/r1635926
Log:
document change in package structure

Modified:
    commons/proper/compress/trunk/src/changes/changes.xml
    commons/proper/compress/trunk/src/site/xdoc/index.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=1635926&r1=1635925&r2=1635926&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Sat Nov  1 11:31:32 2014
@@ -44,6 +44,14 @@ The <action> type attribute can be add,u
   <body>
     <release version="1.10" date="not released, yet"
              description="Release 1.10">
+      <action type="update" date="2014-10-28"
+              due-to="Damjan Jovanovic">
+        Moved the package
+        org.apache.commons.compress.compressors.z._internal_ to
+        org.apache.commons.compress.compressors.lzw and made it part
+        of the API that is officially supported.  This will break
+        existing code that uses the old package.
+      </action>
     </release>
 
     <release version="1.9" date="2014-10-09"

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=1635926&r1=1635925&r2=1635926&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/index.xml Sat Nov  1 11:31:32 2014
@@ -62,8 +62,16 @@
               <li>support for raw DEFLATE streams</li>
             </ul>
           </subsection>
-          <!--subsection name="What's coming in 1.10?">
-          </subsection-->
+          <subsection name="What's coming in 1.10?">
+            <ul>
+              <li>the old
+              <code>org.apache.commons.compress.compressors.z._internal_</code>
+              now is
+              <code>org.apache.commons.compress.compressors.lzw</code>
+              and the code is now an official part of Commons
+              Compress' API.</li>
+            </ul>
+          </subsection>
         </section>
 
         <section name="Documentation">