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 2020/09/07 06:44:10 UTC

[commons-compress] branch master updated: COMPRESS-550 : document in changes

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 b0d590d  COMPRESS-550 : document in changes
b0d590d is described below

commit b0d590d65b277bb92a0270529de5ac7d69b443ab
Author: PeterAlfredLee <pe...@gmail.com>
AuthorDate: Mon Sep 7 14:40:26 2020 +0800

    COMPRESS-550 : document in changes
---
 src/changes/changes.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2fdb039..a7b743e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -226,6 +226,15 @@ The <action> type attribute can be add,update,fix,remove.
               due-to="Maksim Zuev" dev="PeterLee">
         Add asserts for Arrays.copyOf in X0017_StrongEncryptionHeader.
       </action>
+      <action issue="COMPRESS-550" type="add" date="2020-09-07"
+              due-to="Scott Frederick" dev="PeterLee">
+        Add writePreamble to ZipArchiveInputStream. This method could
+        write raw data to zip archive before any entry was written to
+        the zip archive.
+        For most of the time, this is used to create self-extracting
+        zip.
+        Github Pull Request #127.
+      </action>
     </release>
     <release version="1.20" date="2020-02-08"
              description="Release 1.20 (Java 7)">