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 15a3a73e Fix calculation the offset of the first zip central directory 
entry #334.
15a3a73e is described below

commit 15a3a73e71e5b0749170d02205c40c517eb9e485
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 7 21:00:12 2022 -0500

    Fix calculation the offset of the first zip central directory
    entry #334.
---
 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 27dc1af8..f88db27e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="CodeQL, Gary Gregory">Avoid 
NPE in FileNameUtils.getBaseName(Path) for paths with zero elements like root 
paths.</action>
       <action type="update" dev="ggregory" due-to="CodeQL, Gary Gregory">Avoid 
NPE in FileNameUtils.getExtension(Path) for paths with zero elements like root 
paths.</action>
       <!-- ADD -->
-      <action type="update" issue="COMPRESS-614" dev="ggregory" 
due-to="CodeQL, Gary Gregory">Use FileTime for time fields in 
SevenZipArchiveEntry.</action>
+      <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>
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
mockito.version from 4.8.0 to 4.9.0 #328, #331.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump pmd from 
6.50.0 to 6.52.0.</action>

Reply via email to