prepare RC1 of Commons Compress 1.13

Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/8c6c659e
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/8c6c659e
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/8c6c659e

Branch: refs/heads/master
Commit: 8c6c659e57453362b5156cff65a1a233b7cd8e83
Parents: e87e838
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sun Dec 25 13:11:47 2016 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sun Dec 25 13:11:47 2016 +0100

----------------------------------------------------------------------
 pom.xml                 |  2 +-
 src/site/xdoc/index.xml | 19 +++----------------
 2 files changed, 4 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/8c6c659e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0bea234..b4c5310 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
-  <version>1.13-SNAPSHOT</version>
+  <version>1.13</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 -->

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/8c6c659e/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 124dba1..6aa203a 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -76,19 +76,6 @@
             </ul>
           </subsection>
 
-          <subsection name="What's new in 1.12?">
-            <ul>
-              <li>Added support for the Snappy dialect used in iWork 
archives.</li>
-              <li><code>SevenZFile</code> throws an
-              IllegalStateException for empty entries.</li>
-              <li>BZip2CompressorOutputStream no longer tries to
-              finish the output stream in finalize. This is a breaking
-              change for code that relied on the finalizer.</li>
-              <li>Various fixes and improvements for tar, cpio
-              and zip.</li>
-            </ul>
-          </subsection>
-
         </section>
 
         <section name="Documentation">
@@ -106,14 +93,14 @@
             by the <code>java.util.jar</code> package of the Java
             class library.  XZ and lzma support is provided by the public
             domain <a href="http://tukaani.org/xz/java.html";>XZ for
-            Java</a> library.  As of Commons Compress 1.12 support for
-            the lzma, Z and Snappy formats is read-only.</p>
+            Java</a> library.  As of Commons Compress 1.13 support for
+            the Z and Snappy formats is read-only.</p>
 
           <p>The ar, arj, cpio, dump, tar, 7z and zip formats are supported as
             archivers where the <a href="zip.html">zip</a>
             implementation provides capabilities that go beyond the
             features found in java.util.zip.  As of Commons Compress
-            1.12 support for the dump and arj formats is
+            1.13 support for the dump and arj formats is
             read-only - 7z can read most compressed and encrypted
             archives but only write unencrypted ones.  LZMA(2) support
             in 7z requires <a href="http://tukaani.org/xz/java.html";>XZ for

Reply via email to