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/04/12 18:20:54 UTC

svn commit: r1586873 - in /commons/proper/compress/trunk/src/site/xdoc: examples.xml limitations.xml

Author: bodewig
Date: Sat Apr 12 16:20:54 2014
New Revision: 1586873

URL: http://svn.apache.org/r1586873
Log:
COMPRESS-272 document the fact .Z hasn't been auto-detected so far

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

Modified: commons/proper/compress/trunk/src/site/xdoc/examples.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/examples.xml?rev=1586873&r1=1586872&r2=1586873&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/examples.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/examples.xml Sat Apr 12 16:20:54 2014
@@ -83,7 +83,9 @@ CompressorInputStream input = new Compre
 
         <p>Note that there is no way to detect the lzma format so only
         the two-arg version of
-        <code>createCompressorInputStream</code> can be used.</p>
+        <code>createCompressorInputStream</code> can be used.  Prior
+        to Compress 1.9 the .Z format hasn't been auto-detected
+        either.</p>
 
       </subsection>
 

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=1586873&r1=1586872&r2=1586873&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/limitations.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/limitations.xml Sat Apr 12 16:20:54 2014
@@ -123,6 +123,8 @@
      </section>
      <section name="Z">
        <ul>
+         <li>In Compress 1.7 and 1.8 CompressorStreamFactory is not
+         able to auto-detect streams using .Z compression.</li>
          <li>read-only support</li>
        </ul>
      </section>