You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pe...@apache.org on 2021/05/19 07:59:05 UTC

[commons-compress] branch master updated: document #169 and COMPRESS-565

This is an automated email from the ASF dual-hosted git repository.

peterlee 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 b5a9e88  document #169 and COMPRESS-565
b5a9e88 is described below

commit b5a9e88cb6b03f9665ff67740aa09db6e53b7bcf
Author: PeterAlfredLee <pe...@gmail.com>
AuthorDate: Wed May 19 15:58:34 2021 +0800

    document #169 and COMPRESS-565
---
 src/changes/changes.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 72c22b6..dd85b43 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -341,6 +341,17 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" date="2021-05-12">
         Update org.tukaani:xz from 1.8 to 1.9
       </action>
+      <action issue="COMPRESS-565" type="add" date="2021-05-19" due-to="Evgenii Bovykin" dev="PeterLee">
+        Add a new AlwaysWithCompatibility in Zip64Mode, this is a
+        compromise for some libraries including 7z and Expand-Archive
+        Powershell utility(and likely Excel).
+
+        And we will encode both the LFH offset and Disk Number Start
+        in the ZIP64 Extended Information Extra Field - even if only
+        the disk number needs to be encoded.
+
+        Github Pull Request #169.
+      </action>
     </release>
     <release version="1.20" date="2020-02-08"
              description="Release 1.20 (Java 7)">