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 ac8a0a968 [LHA] Add tests for lh5 decompression (#807).
     new cdbc87cbe Merge branch 'master' of 
https://github.com/apache/commons-compress.git
ac8a0a968 is described below

commit ac8a0a9685fdad35cdca50aa49b551615e38856f
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 15:37:27 2026 -0400

    [LHA] Add tests for lh5 decompression (#807).
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 85899d40d..52138667e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -167,6 +167,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="KALI 834X, Gary Gregory">[LZ4] 
Avoid unbounded recursion on empty frames in framed lz4 decoders 
(#803).</action>
       <!-- FIX lzw -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">[LZW] 
LZWInputStream now throws CompressorException instead of 
IllegalArgumetException/IllegalStateException.</action>
+      <!-- FIX lha -->
+      <action type="fix" dev="ggregory" due-to="Fredrik Kjellberg, Gary 
Gregory">[LHA] Add tests for lh5 decompression (#807).</action>
       <!-- FIX general -->      
       <action type="fix" dev="ggregory" due-to="Piotr P. Karwasz, Gary 
Gregory">Add missing Javadoc @since tag to 
org.apache.commons.compress.compressors.lz77support.LZ77Compressor.AbstractReference.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Classes in 
org.apache.commons.compress.archivers now throw a subclass of IOException 
called ArchiveException instead of IOException when a formatting problem is 
found.</action>

Reply via email to