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 a2ac849c0 [COMPRESS-658] Extra time data is added when the timestamp 
is the smallest data/time ZIP can handle
a2ac849c0 is described below

commit a2ac849c0caf65ae490a0aeddc7aea6aedb0d87b
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Wed Jan 31 07:47:46 2024 -0500

    [COMPRESS-658] Extra time data is added when the timestamp is the smallest 
data/time ZIP can handle
---
 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 8b5289d43..92ef4e6b5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,7 +75,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate 
ByteUtils.fromLittleEndian(InputStream, int).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate 
ByteUtils.toLittleEndian(DataOutput, long, int).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Reduce 
duplication by having ArchiveInputStream extend FilterInputStream.</action>
-      <action type="fix" dev="ggregory" due-to="Zbynek Vyskovsky, Gary 
Gregory">Support preamble garbage in ZipArchiveInputStream #471.</action>     
+      <action type="fix" dev="ggregory" due-to="Zbynek Vyskovsky, Gary 
Gregory">Support preamble garbage in ZipArchiveInputStream #471.</action>
+      <action type="fix" issue="COMPRESS-658" dev="ggregory" due-to="Arnout 
Engelen">Fix formatting the lowest expressable DOS time #472.</action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
ZipFile.builder(), ZipFile.Builder, and deprecate constructors.</action>
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
SevenZFile.builder(), SevenZFile.Builder, and deprecate constructors.</action>

Reply via email to