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

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

commit 220bdd6f1315081efe4fde0f8875bf794e84238b
Author: Stefan Bodewig <bode...@apache.org>
AuthorDate: Sat Jul 3 18:00:06 2021 +0200

    made sure, all JIRAs resolved for 1.21 are included
---
 src/changes/changes.xml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 35a8cc3..67603d5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -133,6 +133,16 @@ you relied on the recovery attempt.">
         of a traditional tar header while bigNumberMode is
         BIGNUMBER_ERROR, and address this in java docs.
       </action>
+      <action issue="COMPRESS-536" type="update" date="2020-06-03"
+              due-to="Jin Xu">
+        Made an inner class static
+        Github Pull Request #107.
+      </action>
+      <action issue="COMPRESS-535" type="update" date="2020-06-06"
+              due-to="Jin Xu">
+        added an early exit to a loop in BZip2CompressorOutputStream
+        Github Pull Request #106.
+      </action>
       <action issue="COMPRESS-404" type="update" date="2020-06-08" 
due-to="theobisproject">
         Update the class of variable file in TarArchiveEntry from
         java.io.File to java.nio.file.Path. Corresponding constructors
@@ -224,6 +234,11 @@ you relied on the recovery attempt.">
         Throw an declared IOException if a null entry is met when
         reading a global pax header instead of a runtime NPE.
       </action>
+      <action issue="COMPRESS-545" type="fix" date="2020-09-02"
+              due-to="Maksim Zuev" dev="PeterLee">
+        ZIP extraction could lead to ArrayIndexOutOfBoundsExceptions
+        rather than the expected IOException.
+      </action>
       <action issue="COMPRESS-547" type="fix" date="2020-09-02"
               due-to="Maksim Zuev" dev="PeterLee">
         Add asserts for Arrays.copyOf in X0017_StrongEncryptionHeader.
@@ -389,6 +404,26 @@ you relied on the recovery attempt.">
 
         Github Pull Request #169.
       </action>
+      <action issue="COMPRESS-577" type="update" date="2021-05-22"
+              due-to="Arturo Bernal" dev="Arturo Bernal">
+        Some minor improvements.
+        Github Pull Request #193.
+      </action>
+      <action issue="COMPRESS-578" type="update" date="2021-05-22"
+              due-to="Arturo Bernal" dev="Arturo Bernal">
+        Java8 improvements.
+        Github Pull Request #194.
+      </action>
+      <action issue="COMPRESS-579" type="update" date="2021-05-22"
+              due-to="Arturo Bernal" dev="Arturo Bernal">
+        Remove redundant local variable.
+        Github Pull Request #195.
+      </action>
+      <action issue="COMPRESS-580" type="update" date="2021-05-22"
+              due-to="Arturo Bernal" dev="Arturo Bernal">
+        Remove redundant operation
+        Github Pull Request #196.
+      </action>
       <action issue="COMPRESS-566" type="add" date="2021-05-24"
               due-to="Brett Okken">
         gzip deflate buffer size is now configurable.

Reply via email to