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 2018/05/10 15:25:20 UTC

commons-compress git commit: hightlight COMPRESS-445 in "what's new" section

Repository: commons-compress
Updated Branches:
  refs/heads/master 7a34528b1 -> d75445729


hightlight COMPRESS-445 in "what's new" section


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

Branch: refs/heads/master
Commit: d75445729b8103f4e95f762125f56239018d5684
Parents: 7a34528
Author: Stefan Bodewig <bo...@apache.org>
Authored: Thu May 10 17:24:47 2018 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Thu May 10 17:24:47 2018 +0200

----------------------------------------------------------------------
 src/site/xdoc/index.xml | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/d7544572/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 511c897..fcfa4cb 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -58,18 +58,13 @@
           of changes see the <a href="changes-report.html">Changes
           Report</a>.</p>
 
-          <subsection name="What's new in 1.16.1?">
+          <subsection name="What's new in 1.17?">
             <ul>
-              <li>Fixed the OSGi manifest that was broken in Compress 1.16.</li>
-            </ul>
-          </subsection>
-
-          <subsection name="What's new in 1.16?">
-            <ul>
-              <li>Support for Zstandard compression.</li>
-              <li>Read-only support for DEFLATE64 compression as
-              stand-alone CompressorInputStream and as method used in
-              ZIP and 7z archives.</li>
+              <li>A new <code>InputStreamStatistics</code> interface
+              is implemented by many streams and may be used to
+              provide feedback or detect abnormally high compression
+              ratios that may indicate a ZIP bomb during
+              decompression.</li>
             </ul>
           </subsection>