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 8cc38ad10 [COMPRESS-632] Improve CPIO exception detection and
handling #441
8cc38ad10 is described below
commit 8cc38ad100c45c9bf88d029507cf2b890eb3b46a
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 5 13:57:29 2023 -0500
[COMPRESS-632] Improve CPIO exception detection and handling #441
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4c55d214b..9b7107062 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,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">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" issue="COMPRESS-632" dev="ggregory" due-to="Yakov
Shafranovich, Gary Gregory">Improve CPIO exception detection and handling
#441.</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 -->