Repository: commons-compress Updated Branches: refs/heads/master ecaa767cf -> 0c644264e
prepare RC1 of Commons Compress 1.16 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/c6e38999 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/c6e38999 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/c6e38999 Branch: refs/heads/master Commit: c6e38999260bfa486b3213208b809bd543ce18bf Parents: 2e44bbe Author: Stefan Bodewig <bode...@apache.org> Authored: Fri Feb 2 18:34:59 2018 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Fri Feb 2 18:34:59 2018 +0100 ---------------------------------------------------------------------- README.md | 6 +++--- pom.xml | 2 +- src/site/site.xml | 1 + src/site/xdoc/download_compress.xml | 26 +++++++++++++------------- src/site/xdoc/index.xml | 17 ++++++----------- 5 files changed, 24 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c6e38999/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 999197f..56dd207 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ Apache Commons Compress Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, -lzma, xz, Snappy, traditional Unix Compress, DEFLATE, LZ4, Brotli and ar, cpio, -jar, tar, zip, dump, 7z, arj. +lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, +Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. Documentation ------------- @@ -70,7 +70,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.15</version> + <version>1.16</version> </dependency> ``` http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c6e38999/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 536fb66..04d5848 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-compress</artifactId> - <version>1.16-SNAPSHOT</version> + <version>1.16</version> <name>Apache Commons Compress</name> <url>http://commons.apache.org/proper/commons-compress/</url> <!-- The description is not indented to make it look better in the release notes --> http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c6e38999/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index f42361f..0ec7e23 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -36,6 +36,7 @@ <item name="Security Reports" href="/security-reports.html"/> <item name="Wiki" href="http://wiki.apache.org/commons/Compress"/> <item name="Javadoc (Latest release)" href="javadocs/api-release/index.html"/> + <item name="Javadoc 1.16" href="javadocs/api-1.16/index.html"/> <item name="Javadoc 1.15" href="javadocs/api-1.15/index.html"/> <item name="Javadoc 1.14" href="javadocs/api-1.14/index.html"/> <item name="Javadoc 1.13" href="javadocs/api-1.13/index.html"/> http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c6e38999/src/site/xdoc/download_compress.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download_compress.xml b/src/site/xdoc/download_compress.xml index 0286dee..e1bd9ce 100644 --- a/src/site/xdoc/download_compress.xml +++ b/src/site/xdoc/download_compress.xml @@ -111,32 +111,32 @@ limitations under the License. </p> </subsection> </section> - <section name="Apache Commons Compress 1.15 "> + <section name="Apache Commons Compress 1.16 "> <subsection name="Binaries"> <table> <tr> - <td><a href="[preferred]/commons/compress/binaries/commons-compress-1.15-bin.tar.gz">commons-compress-1.15-bin.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.15-bin.tar.gz.md5">md5</a></td> - <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.15-bin.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/compress/binaries/commons-compress-1.16-bin.tar.gz">commons-compress-1.16-bin.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.16-bin.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.16-bin.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/compress/binaries/commons-compress-1.15-bin.zip">commons-compress-1.15-bin.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.15-bin.zip.md5">md5</a></td> - <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.15-bin.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/compress/binaries/commons-compress-1.16-bin.zip">commons-compress-1.16-bin.zip</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.16-bin.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.16-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> <subsection name="Source"> <table> <tr> - <td><a href="[preferred]/commons/compress/source/commons-compress-1.15-src.tar.gz">commons-compress-1.15-src.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.15-src.tar.gz.md5">md5</a></td> - <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.15-src.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/compress/source/commons-compress-1.16-src.tar.gz">commons-compress-1.16-src.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.16-src.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.16-src.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/compress/source/commons-compress-1.15-src.zip">commons-compress-1.15-src.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.15-src.zip.md5">md5</a></td> - <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.15-src.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/compress/source/commons-compress-1.16-src.zip">commons-compress-1.16-src.zip</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.16-src.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.16-src.zip.asc">pgp</a></td> </tr> </table> </subsection> http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c6e38999/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index d6bfd57..4632f9a 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -52,21 +52,13 @@ </section> <section name="Status"> - <p>The current release is 1.15 and requires Java 7.</p> + <p>The current release is 1.16 and requires Java 7.</p> <p>Below we highlight some new features, for a full list of changes see the <a href="changes-report.html">Changes Report</a>.</p> - <subsection name="What's new in 1.15?"> - <ul> - <li>Added <code>Automatic-Module-Name</code> so the module - name will be org.apache.commons.compress when the jar is used - as an automatic module in Java9+.</li> - </ul> - </subsection> - - <subsection name="What's coming in 1.16?"> + <subsection name="What's new in 1.16?"> <ul> <li>Support for Zstandard compression.</li> <li>Read-only support for DEFLATE64 compression as @@ -75,6 +67,9 @@ </ul> </subsection> + <!--subsection name="What's coming in 1.17?"> + </subsection--> + </section> <section name="Documentation"> @@ -104,7 +99,7 @@ archivers where the <a href="zip.html">zip</a> implementation provides capabilities that go beyond the features found in java.util.zip. As of Commons Compress - 1.15 support for the dump and arj formats is + 1.16 support for the dump and arj formats is read-only - 7z can read most compressed and encrypted archives but only write unencrypted ones. LZMA(2) support in 7z requires <a href="http://tukaani.org/xz/java.html">XZ for