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 2013/10/26 07:19:06 UTC

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

Author: bodewig
Date: Sat Oct 26 05:19:05 2013
New Revision: 1535922

URL: http://svn.apache.org/r1535922
Log:
preparations for next version

Modified:
    commons/proper/compress/trunk/doap_compress.rdf
    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/doap_compress.rdf
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/doap_compress.rdf?rev=1535922&r1=1535921&r2=1535922&view=diff
==============================================================================
--- commons/proper/compress/trunk/doap_compress.rdf (original)
+++ commons/proper/compress/trunk/doap_compress.rdf Sat Oct 26 05:19:05 2013
@@ -36,6 +36,13 @@
     <release>
       <Version>
         <name>commons-compress</name>
+        <created>2013-10-26</created>
+        <revision>1.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
         <created>2013-03-14</created>
         <revision>1.5</revision>
       </Version>

Modified: commons/proper/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1535922&r1=1535921&r2=1535922&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Sat Oct 26 05:19:05 2013
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
-  <version>1.6-SNAPSHOT</version>
+  <version>1.7-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=1535922&r1=1535921&r2=1535922&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Sat Oct 26 05:19:05 2013
@@ -42,12 +42,11 @@ The <action> type attribute can be add,u
     <title>commons-compress</title>
   </properties>
   <body>
-    <release version="1.6" date="not released, yet"
+    <release version="1.7" date="not released, yet"
+             description="Release 1.7">
+    </release>
+    <release version="1.6" date="2013-10-26"
              description="Release 1.6">
-      <action type="fix" date="2013-10-21" issue="COMPRESS-240"
-              due-to="Gary Gregory">
-        ZipEncodingHelper.isUTF8(String) does not check all UTF-8 aliases.
-      </action>
       <action type="fix" date="2013-04-25" issue="COMPRESS-223"
               due-to="Jeremy Gustie">
         TarBuffer.tryToConsumeSecondEOFRecord could throw a
@@ -116,6 +115,10 @@ The <action> type attribute can be add,u
         CompressorStreamFactory could fail to detect the format of
         blocking input streams.
       </action>
+      <action type="fix" date="2013-10-21" issue="COMPRESS-240"
+              due-to="Gary Gregory">
+        ZipEncodingHelper.isUTF8(String) does not check all UTF-8 aliases.
+      </action>
     </release>
     <release version="1.5" date="2013-03-14"
              description="Release 1.5">

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=1535922&r1=1535921&r2=1535922&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/index.xml Sat Oct 26 05:19:05 2013
@@ -57,11 +57,7 @@
           of changes see the <a href="changes-report.html">Changes
           Report</a>.</p>
 
-          <subsection name="What's new in 1.5?">
-            <p>The 1.5 release is a bug-fix release with important
-            fixes to the tar and zip packages.</p>
-          </subsection>
-          <subsection name="What's coming in 1.6?">
+          <subsection name="What's new in 1.6?">
             <ul>
               <li>Support for the 7z format.</li>
               <li>Read-only support for uncompressed ARJ
@@ -70,6 +66,7 @@
               format.</li>
             </ul>
           </subsection>
+          <!--subsection name="What's coming in 1.7?"-->
         </section>
 
         <section name="Documentation">