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:30:20 UTC

svn commit: r1593486 - /commons/proper/compress/trunk/src/site/xdoc/limitations.xml

Author: bodewig
Date: Fri May  9 04:30:20 2014
New Revision: 1593486

URL: http://svn.apache.org/r1593486
Log:
COMPRESS-275 document XZ for Java dependency on the limitations page as well

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

Modified: commons/proper/compress/trunk/src/site/xdoc/limitations.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/limitations.xml?rev=1593486&r1=1593485&r2=1593486&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/limitations.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/limitations.xml Fri May  9 04:30:20 2014
@@ -27,6 +27,9 @@
 
      <section name="7Z">
        <ul>
+         <li>the format requires the otherwise optional <a
+         href="http://tukaani.org/xz/java.html">XZ for Java</a>
+         library.</li>
          <li>only <code>File</code>s are supported as input/output,
          not streams.  In Compress 1.7
          <code>ArchiveStreamFactory</code> will not auto-detect 7z
@@ -97,6 +100,9 @@
      </section>
      <section name="LZMA">
        <ul>
+         <li>the format requires the otherwise optional <a
+         href="http://tukaani.org/xz/java.html">XZ for Java</a>
+         library.</li>
          <li>read-only support</li>
        </ul>
      </section>
@@ -119,7 +125,11 @@
        </ul>
      </section>
      <section name="XZ">
-       <p>We are not aware of any problems.</p>
+       <ul>
+         <li>the format requires the otherwise optional <a
+         href="http://tukaani.org/xz/java.html">XZ for Java</a>
+         library.</li>
+       </ul>
      </section>
      <section name="Z">
        <ul>