You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/05/02 19:28:05 UTC

commons-compress git commit: [COMPRESS-392] Add Brotli decoder based on the Google Brotli library. Site docs.

Repository: commons-compress
Updated Branches:
  refs/heads/master 4cc3f6e7d -> 69e53a402


[COMPRESS-392] Add Brotli decoder based on the Google Brotli library.
Site docs.

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

Branch: refs/heads/master
Commit: 69e53a402cdca4de155f087cf7f02d461db3de36
Parents: 4cc3f6e
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue May 2 12:28:03 2017 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue May 2 12:28:03 2017 -0700

----------------------------------------------------------------------
 src/site/xdoc/index.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/69e53a40/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index df42b69..f4f77f1 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -61,6 +61,7 @@
             <ul>
               <li>Added support for writing the Snappy format</li>
               <li>Added support for the LZ4 compression format</li>
+              <li>Added support for Brotli decompression</li>
             </ul>
           </subsection>
           <subsection name="What's new in 1.13?">