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 6518f80ee Remove duplicate entry in changes.xml
6518f80ee is described below
commit 6518f80ee7e88ccf768b147fa4035d1f84cc0cdc
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 14 07:51:35 2026 -0500
Remove duplicate entry in changes.xml
---
src/changes/changes.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5faf55328..5670e9b9f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -180,7 +180,6 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Glavo">Update outdated links
in ZipMethod Javadoc #619.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate
ZipUtil.signedByteToUnsignedInt(byte) in favor of
Byte.toUnsignedInt(byte).</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">ZipArchiveOutputStream.close() does not close its underlying output
stream.</action>
- <action type="fix" dev="ggregory" due-to="Gary
Gregory">ZipArchiveOutputStream.close() does not close its underlying output
stream.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Don't use
deprecated code in TarArchiveInputStream.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Don't use
deprecated code in TarFile.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">CpioArchiveInputStream.read(byte[], int, int) now throws an
IOException on a data pad count mismatch.</action>