You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/08 01:22:17 UTC

[commons-compress] branch master updated: [COMPRESS-614] Use FileTime for time fields in SevenZipArchiveEntry

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 85da0758 [COMPRESS-614] Use FileTime for time fields in SevenZipArchiveEntry
85da0758 is described below

commit 85da0758f913ade2009cbf75a7951ef690de426d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 7 20:22:12 2022 -0500

    [COMPRESS-614] Use FileTime for time fields in SevenZipArchiveEntry
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c43b4cb1..27dc1af8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,7 @@ 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>
       <!-- 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>