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 2016/06/21 15:29:55 UTC

[1/2] commons-compress git commit: turn version information around

Repository: commons-compress
Updated Branches:
  refs/heads/master 4c11f1293 -> 6ed774a2c


turn version information around


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/c93d2914
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/c93d2914
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/c93d2914

Branch: refs/heads/master
Commit: c93d2914596911d9a72166c4d9d31893199586f6
Parents: 4c11f12
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue Jun 21 17:29:13 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue Jun 21 17:29:13 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/limitations.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c93d2914/src/site/xdoc/limitations.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/limitations.xml b/src/site/xdoc/limitations.xml
index 29bfa53..50bf7e9 100644
--- a/src/site/xdoc/limitations.xml
+++ b/src/site/xdoc/limitations.xml
@@ -138,8 +138,8 @@
      </section>
      <section name="Z">
        <ul>
-         <li>In Compress 1.7 and 1.8
-         <code>CompressorStreamFactory</code> is not able to
+         <li>Prior to Compress 1.8.1
+         <code>CompressorStreamFactory</code> was not able to
          auto-detect streams using .Z compression.</li>
          <li>read-only support</li>
        </ul>


[2/2] commons-compress git commit: small formatting change

Posted by bo...@apache.org.
small formatting change


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/6ed774a2
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/6ed774a2
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/6ed774a2

Branch: refs/heads/master
Commit: 6ed774a2cd4a92e0ccfcd413930495dc8686f733
Parents: c93d291
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue Jun 21 17:29:38 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue Jun 21 17:29:38 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/limitations.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/6ed774a2/src/site/xdoc/limitations.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/limitations.xml b/src/site/xdoc/limitations.xml
index 50bf7e9..aa5f6af 100644
--- a/src/site/xdoc/limitations.xml
+++ b/src/site/xdoc/limitations.xml
@@ -52,10 +52,10 @@
        </ul>
      </section>
      <section name="AR">
-       <p>AR archives can not contain directories - this is a
-       limitation of the format rather than one of Compress'
-       implementation.</p>
        <ul>
+         <li>AR archives can not contain directories - this is a
+         limitation of the format rather than one of Compress'
+         implementation.</li>
          <li>file names longer than 16 characters are only fully
          supported using the BSD dialect, the GNU/SRV4 dialect is only
          supported when reading archives.</li>