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 a0974379 Make 'ZipFile.offsetComparator' static #353
a0974379 is described below
commit a097437901dfb47f8bc6186c0e36b6538cbe3473
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 14 08:20:05 2023 -0500
Make 'ZipFile.offsetComparator' static #353
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index abde48a9..58d9f482 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Arturo Bernal">Extract
conditions and avoid duplicate code. #297.</action>
<action type="fix" dev="ggregory" due-to="Arturo Bernal">Remove
duplicate conditions. Use switch instead. #298.</action>
<action type="fix" dev="ggregory" due-to="Robin Schimpf">Replace JUnit 3
and 4 with JUnit 5 #344, #346.</action>
+ <action type="fix" dev="ggregory" due-to="Glavo">Make
'ZipFile.offsetComparator' static #353.</action>
<!-- ADD -->
<action type="add" issue="COMPRESS-614" dev="ggregory" due-to="Andre
Brait, Gary Gregory">Use FileTime for time fields in SevenZipArchiveEntry
#256.</action>
<action type="add" issue="COMPRESS-621" dev="ggregory"
due-to="Glavo">Fix calculation the offset of the first zip central directory
entry #334.</action>