Skip to content

Commit

Permalink
prepare RC1 of Commons Compress 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Feb 2, 2018
1 parent 2e44bbe commit c6e3899
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 28 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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
-------------
Expand All @@ -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>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -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 -->
Expand Down
1 change: 1 addition & 0 deletions src/site/site.xml
Expand Up @@ -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"/>
Expand Down
26 changes: 13 additions & 13 deletions src/site/xdoc/download_compress.xml
Expand Up @@ -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>
Expand Down
17 changes: 6 additions & 11 deletions src/site/xdoc/index.xml
Expand Up @@ -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
Expand All @@ -75,6 +67,9 @@
</ul>
</subsection>

<!--subsection name="What's coming in 1.17?">
</subsection-->

</section>

<section name="Documentation">
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c6e3899

Please sign in to comment.