This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 b64e962db Remove Error rethrow in pack200 ReferenceForm and
NewClassRefForm (unpack200 package) (#805).
b64e962db is described below
commit b64e962db26a8c19b6d2c6909d3b9131a87e5158
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 15:35:17 2026 -0400
Remove Error rethrow in pack200 ReferenceForm and NewClassRefForm
(unpack200 package) (#805).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9c96c4efd..85899d40d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -131,6 +131,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="KALI 834X, Gary
Gregory">[Unpack200] Reject out-of-range indices in pack200
BandSet.getReferences (#788).</action>
<action type="fix" dev="ggregory" due-to="KALI 834X, Gary
Gregory">[Unpack200] Reject negative counts in pack200
parseCPUTF8/SignatureReferences (#789).</action>
<action type="fix" dev="ggregory" due-to="KALI 834X, Gary
Gregory">[Unpack200] Reject out-of-range cpUTF8Prefix in CpBands.parseCpUtf8
(#800).</action>
+ <action type="fix" dev="ggregory" due-to="KALI 834X, Gary
Gregory">[Unpack200] Remove Error rethrow in pack200 ReferenceForm and
NewClassRefForm (unpack200 package) (#805).</action>
<!-- FIX pack200 -->
<action type="fix" dev="ggregory" due-to="Gary Gregory, Igor
Morgenstern">[Pack200] org.apache.commons.compress.harmony.pack200 now throws
Pack200Exception, IllegalArgumentException, IllegalStateException, instead of
other runtime exceptions and Error.</action>
<action type="fix" dev="ppkarwasz" due-to="Raeps">[Pack200] Extract
duplicate code in org.apache.commons.compress.harmony.pack200.IntList.</action>