aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2018-08-16 10:13:59 +0200
committerStefan Bodewig <bodewig@apache.org>2018-08-16 10:34:27 +0200
commita7a95f04bfe2c0a855ff3081099f0ef82d32f35a (patch)
tree224b5232087ae8581ad6cc133a5b2ab929f62207
parent0326bd90ac20652f1efd747a3c293a8110d109be (diff)
parentb95d5cde4c68640f886e3c6802384fae47408a37 (diff)
downloadapache-commons-compress-a7a95f04bfe2c0a855ff3081099f0ef82d32f35a.tar.gz
Merge tag 'rel/1.18' and prepare next iteration
-rw-r--r--README.md2
-rw-r--r--pom.xml2
-rw-r--r--src/changes/changes.xml5
-rw-r--r--src/site/site.xml1
-rw-r--r--src/site/xdoc/download_compress.xml26
-rw-r--r--src/site/xdoc/index.xml18
6 files changed, 24 insertions, 30 deletions
diff --git a/README.md b/README.md
index b79acb269..b576ca3d1 100644
--- a/README.md
+++ b/README.md
@@ -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.17</version>
+ <version>1.18</version>
</dependency>
```
diff --git a/pom.xml b/pom.xml
index 5e0ffdda3..1e3953b0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<artifactId>commons-compress</artifactId>
- <version>1.18-SNAPSHOT</version>
+ <version>1.19-SNAPSHOT</version>
<name>Apache Commons Compress</name>
<url>https://commons.apache.org/proper/commons-compress/</url>
<!-- The description is not indented to make it look better in the release notes -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9e84003df..24948ceba 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,10 @@ The <action> type attribute can be add,update,fix,remove.
<title>commons-compress</title>
</properties>
<body>
- <release version="1.18" date="not released, yet"
+ <release version="1.19" date="not released, yet"
+ description="Release 1.19">
+ </release>
+ <release version="1.18" date="2018-08-16"
description="Release 1.18">
<action type="fix" date="2018-06-15" due-to="DidierLoiseau">
The example Expander class has been vulnerable to a path
diff --git a/src/site/site.xml b/src/site/site.xml
index 139c343c5..e816250cb 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -38,6 +38,7 @@
</menu>
<menu name="API Docs">
<item name="Latest release" href="javadocs/api-release/index.html"/>
+ <item name="1.18" href="javadocs/api-1.18/index.html"/>
<item name="1.17" href="javadocs/api-1.17/index.html"/>
<item name="1.16.1" href="javadocs/api-1.16.1/index.html"/>
<item name="1.16" href="javadocs/api-1.16/index.html"/>
diff --git a/src/site/xdoc/download_compress.xml b/src/site/xdoc/download_compress.xml
index 082a1a07f..bed1ce7ce 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.17 ">
+ <section name="Apache Commons Compress 1.18 ">
<subsection name="Binaries">
<table>
<tr>
- <td><a href="[preferred]/commons/compress/binaries/commons-compress-1.17-bin.tar.gz">commons-compress-1.17-bin.tar.gz</a></td>
- <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.17-bin.tar.gz.sha256">sha256</a></td>
- <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.17-bin.tar.gz.asc">pgp</a></td>
+ <td><a href="[preferred]/commons/compress/binaries/commons-compress-1.18-bin.tar.gz">commons-compress-1.18-bin.tar.gz</a></td>
+ <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.18-bin.tar.gz.sha256">sha256</a></td>
+ <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.18-bin.tar.gz.asc">pgp</a></td>
</tr>
<tr>
- <td><a href="[preferred]/commons/compress/binaries/commons-compress-1.17-bin.zip">commons-compress-1.17-bin.zip</a></td>
- <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.17-bin.zip.sha256">sha256</a></td>
- <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.17-bin.zip.asc">pgp</a></td>
+ <td><a href="[preferred]/commons/compress/binaries/commons-compress-1.18-bin.zip">commons-compress-1.18-bin.zip</a></td>
+ <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.18-bin.zip.sha256">sha256</a></td>
+ <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.18-bin.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
<subsection name="Source">
<table>
<tr>
- <td><a href="[preferred]/commons/compress/source/commons-compress-1.17-src.tar.gz">commons-compress-1.17-src.tar.gz</a></td>
- <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.17-src.tar.gz.sha256">sha256</a></td>
- <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.17-src.tar.gz.asc">pgp</a></td>
+ <td><a href="[preferred]/commons/compress/source/commons-compress-1.18-src.tar.gz">commons-compress-1.18-src.tar.gz</a></td>
+ <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.18-src.tar.gz.sha256">sha256</a></td>
+ <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.18-src.tar.gz.asc">pgp</a></td>
</tr>
<tr>
- <td><a href="[preferred]/commons/compress/source/commons-compress-1.17-src.zip">commons-compress-1.17-src.zip</a></td>
- <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.17-src.zip.sha256">sha256</a></td>
- <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.17-src.zip.asc">pgp</a></td>
+ <td><a href="[preferred]/commons/compress/source/commons-compress-1.18-src.zip">commons-compress-1.18-src.zip</a></td>
+ <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.18-src.zip.sha256">sha256</a></td>
+ <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.18-src.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 10affeed2..d94b054bf 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -52,23 +52,13 @@
</section>
<section name="Status">
- <p>The current release is 1.17 and requires Java 7.</p>
+ <p>The current release is 1.18 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.17?">
- <ul>
- <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>
-
- <subsection name="What's coming in 1.18?">
+ <subsection name="What's new in 1.18?">
<ul>
<li>The CPIO package now properly handles file names
using a mult-byte encoding.</li>
@@ -100,14 +90,14 @@
licensed <a href="https://github.com/google/brotli">Google
Brotli decoder</a>. Zstandard support is provided by the BSD
licensed <a href="https://github.com/luben/zstd-jni">Zstd-jni</a>.
- As of Commons Compress 1.17 support for the DEFLATE64, Z and Brotli
+ As of Commons Compress 1.18 support for the DEFLATE64, Z and Brotli
formats is read-only.</p>
<p>The ar, arj, cpio, dump, tar, 7z and zip formats are supported as
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.17 support for the dump and arj formats is
+ 1.18 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="https://tukaani.org/xz/java.html">XZ for