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

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


The following commit(s) were added to refs/heads/master by this push:
     new a0977fc2f [COMPRESS-632] Fixes for dump file parsing #442
a0977fc2f is described below

commit a0977fc2f6b9f6c530b6990a93bb229a7a7a685c
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Tue Nov 28 07:50:45 2023 -0500

    [COMPRESS-632] Fixes for dump file parsing #442
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c687832c3..fc56c4643 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" issue="COMPRESS-632" dev="ggregory" due-to="Yakov 
Shafranovich, Gary Gregory">Check for invalid PAX values in TarArchiveEntry 
#438.</action>
       <action type="fix" issue="COMPRESS-632" dev="ggregory" due-to="Yakov 
Shafranovich, Gary Gregory">Fix for zero size headers in ArjInputStream 
#439.</action>
       <action type="fix" issue="COMPRESS-632" dev="ggregory" due-to="Yakov 
Shafranovich">Fixes and tests for ArInputStream #440.</action>
+      <action type="fix" issue="COMPRESS-632" dev="ggregory" due-to="Yakov 
Shafranovich, Gary Gregory">Fixes for dump file parsing #442.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate 
SkipShieldingInputStream without replacement (no longer used).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Reuse 
commons-codec, don't duplicate package-private class PureJavaCrc32C.</action>
       <!--  UPDATE -->

Reply via email to