This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch release-1.22
in repository https://gitbox.apache.org/repos/asf/commons-compress.git

commit 1e8e7f7dc21a9e310e3ca1d39d920730c679dc6b
Author: Matt Sicker <mattsic...@apache.org>
AuthorDate: Tue Oct 25 14:27:06 2022 -0500

    Add 1.22 changes to homepage
---
 src/site/xdoc/index.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 539a9910..9c681e92 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -55,12 +55,25 @@
         </section>
 
         <section name="Status">
-          <p>The current release is 1.21 and requires Java 8.</p>
+          <p>The current release is 1.22 and requires Java 8.</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.22?">
+            <ul>
+              <li>The zip package now uses NIO.</li>
+              <li>Support for APK files (JAR format) has been added
+                to <code>ArchiveStreamFactory</code>.</li>
+              <li>Improved TAR support for file times.</li>
+              <li>Added <code>SevenZArchiveEntry::setContentMethods</code></li>
+              <li>Fixed <code>Expander</code> error when extracting archive
+                entries with names beginning with <code>./</code></li>
+              <li>Fixed various fuzz testing and static analysis issues
+                discovered in pack200.</li>
+            </ul>
+          </subsection>
           <subsection name="What's new in 1.21?">
             <ul>
               <li>A new class <code>TarFile</code> provides random

Reply via email to