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 d9798601b Optimize ZipEightByteInteger #614 d9798601b is described below commit d9798601bc31c94a76d1b2d981c649945ecce9e6 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Tue Nov 26 10:07:16 2024 -0500 Optimize ZipEightByteInteger #614 --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d2bd70ab8..696f56aae 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,7 +51,8 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory, Arturo Bernal">ArchiveException extends IOException #605, see also https://github.com/apache/httpcomponents-client/pull/580.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory, Arturo Bernal">CompressorException extends IOException #605, see also https://github.com/apache/httpcomponents-client/pull/580.</action> <action type="fix" dev="ggregory" due-to="Glavo">Update outdated descriptions in IOUtils and IOUtilsTest #612.</action> - <action type="fix" dev="ggregory" due-to="Glavo">Remove unused local variable in ZipFile #615.</action> + <action type="fix" dev="ggregory" due-to="Glavo">Remove unused local variable in ZipFile #615.</action> + <action type="fix" dev="ggregory" due-to="Glavo, Gary Gregory">Optimize ZipEightByteInteger #614.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipParameters.getModificationInstant().</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipParameters.setModificationInstant(Instant).</action>