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 2121330e2 [COMPRESS-632] Fixes and tests for ArInputStream #440 2121330e2 is described below commit 2121330e2172fdcef52597b7c34a56cb03ab3ffd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Nov 14 16:40:19 2023 -0500 [COMPRESS-632] Fixes and tests for ArInputStream #440 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cbb884f26..5ed3856ee 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <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" dev="ggregory" due-to="Gary Gregory">Deprecate SkipShieldingInputStream without replacement (no longer used).</action> </release> <release version="1.25.0" date="2023-11-12" description="Minor feature and maintenance release.">