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/05/09 06:24:48 UTC

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

Author: bodewig
Date: Fri May  9 04:24:48 2014
New Revision: 1593482

URL: http://svn.apache.org/r1593482
Log:
change version of next release to 1.8.1

Modified:
    commons/proper/compress/trunk/pom.xml
    commons/proper/compress/trunk/src/changes/changes.xml
    commons/proper/compress/trunk/src/site/xdoc/index.xml

Modified: commons/proper/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1593482&r1=1593481&r2=1593482&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Fri May  9 04:24:48 2014
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
-  <version>1.9-SNAPSHOT</version>
+  <version>1.8.1-SNAPSHOT</version>
   <name>Apache Commons Compress</name>
   <url>http://commons.apache.org/proper/commons-compress/</url>
   <!-- The description is not indented to make it look better in the release notes -->

Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=1593482&r1=1593481&r2=1593482&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Fri May  9 04:24:48 2014
@@ -42,8 +42,8 @@ The <action> type attribute can be add,u
     <title>commons-compress</title>
   </properties>
   <body>
-    <release version="1.9" date="not released yet"
-             description="Release 1.9">
+    <release version="1.8.1" date="not released yet"
+             description="Release 1.8.1">
       <action type="update" date="2014-03-19">
         The dependency on org.tukaani:xz is now marked as optional.
       </action>

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=1593482&r1=1593481&r2=1593482&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/index.xml Fri May  9 04:24:48 2014
@@ -66,8 +66,13 @@
               important filter methods used in 7z archives.</li>
             </ul>
           </subsection>
-          <!--subsection name="What's coming in 1.9?">
-          </subsection-->
+          <subsection name="What's coming in 1.8.1?">
+            <p>Compress 1.8.1 will be a bug fix release with fixes for
+            the tar, ar and snappy formats as well as the
+            <code>IOUtils</code> class.  In addition
+            <code>CompressorStreamFactory</code> can now autodetect
+            the .Z compress format.</p>
+          </subsection>
         </section>
 
         <section name="Documentation">