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/14 10:49:11 UTC

svn commit: r1531815 - /commons/proper/compress/trunk/src/site/xdoc/index.xml

Author: bodewig
Date: Mon Oct 14 08:49:10 2013
New Revision: 1531815

URL: http://svn.apache.org/r1531815
Log:
Reduce redundancy and add a what's new'' section

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

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=1531815&r1=1531814&r2=1531815&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/index.xml Mon Oct 14 08:49:10 2013
@@ -47,15 +47,32 @@
                 the <a href="http://jrpm.sourceforge.net/">jRPM</a>
                 project.</li>
             </ul>
-            <subsection name="Status">
-              <ul>
-                <li>The current release is 1.5.</li>
-              </ul>
-            </subsection>
+
         </section>
+
+        <section name="Status">
+          <p>The current release is 1.5 and requires Java 5.</p>
+
+          <p>Below we highlight some new features, for a full list
+          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?">
+            <ul>
+              <li>Support for the 7z format.</li>
+              <li>Read-only support for uncompressed ARJ
+              archives.</li>
+              <li>Read-only support for the "stand-alone" LZMA
+              format.</li>
+            </ul>
+          </subsection>
+        </section>
+
         <section name="Documentation">
-          <p>Commons Compress 1.5 requires Java 5.</p>
-          
           <p>The compress component is split into <em>compressors</em> and
             <em>archivers</em>.  While <em>compressors</em>
             (un)compress streams that usually store a single
@@ -100,7 +117,6 @@
         </section>
         <section name="Releases">
           <p>
-            The latest version v1.5, is Java5 compatible -
             <a href="http://commons.apache.org/compress/download_compress.cgi">Download now!</a>
           </p>
         </section>