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 539dfcab5 Fix typo in action description
539dfcab5 is described below

commit 539dfcab551a6dba6c80827c6cbc9d2da7a64289
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Aug 18 07:38:11 2025 -0400

    Fix typo in action description
---
 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 0a35c2419..08423f594 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,7 +89,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary 
Gregory">org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream.readOldBinaryEntry(boolean)
 now throws ArchiveException instead of Arithmetic exception.</action>
       <!-- FIX gzip -->
       <action type="fix" dev="ggregory" due-to="Gary 
Gregory">org.apache.commons.compress.compressors.gzip.GzipParameters.setOperatingSystem(int)
 now throws CompressorException on illegal input.</action>
-      <action type="fix" issue="COMPRESS-705" dev="ggregory" due-to="Mario 
Fredenhagen, Gary Gregory">GZip IOException: Extra subfield lenght exceeds 
remaining bytes in extra field; use new option 
org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream.Builder.setIgnoreExtraField(boolean).</action>
+      <action type="fix" issue="COMPRESS-705" dev="ggregory" due-to="Mario 
Fredenhagen, Gary Gregory">GZip IOException: Extra subfield length exceeds 
remaining bytes in extra field; use new option 
org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream.Builder.setIgnoreExtraField(boolean).</action>
       <!-- FIX snappy -->
       <action type="fix" dev="ggregory" due-to="Stanislav Fort, Gary 
Gregory">Fix for when a valid raw Snappy stream with uncompressed size > 2 GiB 
used to decompress and then fail at physical EOF with a “Premature end of 
stream” exception instead of completing cleanly.</action>
       <!-- FIX general -->      

Reply via email to