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 39f6ba85c Improve Javadoc of ZipArchiveEntry #769.
39f6ba85c is described below
commit 39f6ba85cb0b4cc459b0d6bea4f7a606c27c1f5c
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 28 15:04:22 2026 -0400
Improve Javadoc of ZipArchiveEntry #769.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 556d9866b..942b9a7a2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="pkarwasz" due-to="Gary Gregory, Piotr P.
Karwasz" issue="COMPRESS-713">Unchecked pre-decremental notation in for-loop as
array index causes ArrayOutOfBounds access #755.</action>
<action type="fix" dev="pkarwasz" due-to="Gary Gregory, Piotr P.
Karwasz, Soheila Esmaeili" issue="COMPRESS-715">ZipArchiveInputStream fails
with "Unexpected record signature: 0x0" #753.</action>
<action type="fix" dev="pkarwasz" due-to="Gary Gregory, Piotr P.
Karwasz" issue="COMPRESS-714">Internal IllegalArgumentException in ZipFile and
TarFile creation is not caught #754.</action>
+ <action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz">Improve
Javadoc of ZipArchiveEntry #769.</action>
<!-- FIX tar -->
<action type="fix" dev="pkarwasz" due-to="Tyler Nighswander, Piotr P.
Karwasz, Gary Gregory">>Uniform handling of special tar records in TarFile and
TarArchiveInputStream.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory, Stanislav
Fort">TarArchiveOutputStream now throws a IllegalArgumentException instead of
an OutOfMemoryError.</action>