aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2018-08-10 16:03:32 +0200
committerStefan Bodewig <bodewig@apache.org>2018-08-10 16:03:46 +0200
commit0c17da1e610e3d4367291cb2c9aac6ca83744675 (patch)
tree28570accaf816c0410a53e1eb776a3c455b681a5
parente7878dd85e83b8db2f2bb30cde64ead8459544cd (diff)
downloadapache-commons-compress-0c17da1e610e3d4367291cb2c9aac6ca83744675.tar.gz
take note of 1.18's changes
-rw-r--r--src/changes/changes.xml2
-rw-r--r--src/site/xdoc/index.xml10
2 files changed, 11 insertions, 1 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 11b61cafe..9e84003df 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,7 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
</action>
<action issue="COMPRESS-459" type="fix" date="2018-07-11"
due-to="Jens Reimann">
- The cpio stream didn't handle archives using a multi-byte
+ The cpio streams didn't handle archives using a multi-byte
encoding properly.
</action>
<action issue="COMPRESS-460" type="add" date="2018-07-28"
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 772bc127b..05a6ab146 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -68,6 +68,16 @@
</ul>
</subsection>
+ <subsection name="What's coming in 1.18?">
+ <ul>
+ <li>The CPIO package now properly handles file names
+ using a mult-byte encoding.</li>
+ <li>ZipArchiveInputStream can now deal with APK files
+ containing an APK signing block.</li>
+ <li>It is no possible to specifiy various parameters
+ for Zstd output.</li>
+ </ul>
+ </subsection>
</section>
<section name="Documentation">