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 de0bca5a4 Throw CompressorException when all code lengths are zero 
(#806).
de0bca5a4 is described below

commit de0bca5a44e469bd328708a090efdd3fbb9e09e8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 23 14:50:33 2026 -0400

    Throw CompressorException when all code lengths are zero (#806).
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 56ecac9df..5d5e06e9f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -234,7 +234,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add 
UnsupportedZipFeatureException.Feature.toString().</action>
       <action type="add" dev="ggregory" due-to="Fredrik Kjellberg, Gary 
Gregory, Piotr P. Karwasz" issue="COMPRESS-706">Add support for reading LHA 
archive format (#690).</action>
       <action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary 
Gregory">Add BitInputStream.getByteOrder() (#720).</action>
-      <action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary 
Gregory, Fredrik Kjellberg">Add reusable Huffman decoder (#701, #792, #795, 
#798, #799, #804).</action>
+      <action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary 
Gregory, Fredrik Kjellberg">Add reusable Huffman decoder (#701, #792, #795, 
#798, #799, #804, #806).</action>
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
ArchiveException.requireNonNegative(int, String).</action>
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
ArchiveException.requireNonNegative(long, String).</action>
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
ArchiveException.requireNonNull(T, String).</action>

Reply via email to