Author: bodewig
Date: Sat Aug 17 13:34:57 2019
New Revision: 1048881

Log:
update limitations page

Modified:
    websites/production/commons/content/proper/commons-compress/limitations.html

Modified: 
websites/production/commons/content/proper/commons-compress/limitations.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/limitations.html 
(original)
+++ 
websites/production/commons/content/proper/commons-compress/limitations.html 
Sat Aug 17 13:34:57 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 16 August 2018
+ | Generated by Apache Maven Doxia at 17 August 2019
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180816" />
+    <meta name="Date-Revision-yyyymmdd" content="20190817" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress &#x2013; Known Limitations and Problems</title>
 
@@ -38,8 +38,8 @@
           <a class="brand" 
href="https://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 16 August 2018</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.18</li>
+            <li id="publishDate">Last Published: 17 August 2019</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.19-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -177,7 +177,7 @@
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
                     </li>
-                                                                               
                                                                                
                                                                                
                                                                          <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                                        <li class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>
@@ -330,7 +330,9 @@
 <li>Several of the &quot;methods&quot; supported by 7z are not
          implemented in Compress.</li>
          
-<li>No support for multi-volume archives</li>
+<li>No support for multi-volume archives. It seems multi
+         volume archives can be concatenated and then read by
+         <tt>SevenZFile</tt>, though.</li>
          
 <li>Support for some BCJ filters and the DELTA filter has
          been added with Compress 1.8.  Because of a known bug in
@@ -553,7 +555,7 @@
          
 <li>In versions prior to Compress 1.6
          <tt>ZipArchiveEntries</tt> read from an archive will
-         contain non-zero millisecond values when using Java8 rather
+         contain non-zero millisecond values when using Java 8 or later rather
          than the expected two-second granularity.</li>
          
 <li>Compress 1.7 has a known bug where the very first entry
@@ -593,7 +595,7 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2018
+      <p>Copyright &copy;                    2019
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
                 </div>


Reply via email to