COMPRESS-440 record change

closes #59


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/5b004bfc
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/5b004bfc
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/5b004bfc

Branch: refs/heads/master
Commit: 5b004bfc180ad78ec22247b4209a2a7b70d0745d
Parents: e8720d6
Author: Stefan Bodewig <bode...@apache.org>
Authored: Fri Jan 12 17:26:11 2018 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Fri Jan 12 17:26:27 2018 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/5b004bfc/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1fdf5de..cdca5d4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,10 +86,14 @@ The <action> type attribute can be add,update,fix,remove.
         Added read-only DEFLATE64 support to ZIP archives and as
         stand-alone CompressorInputStream.
       </action>
-      <action issue="COMPRESS-438" type="add" date="2018-01-10">
+      <action issue="COMPRESS-438" type="update" date="2018-01-10">
         ZipFile.getInputStream will now always buffer the stream
         internally in order to improve read performance.
       </action>
+      <action issue="COMPRESS-440" type="update" date="2018-01-12"
+              due-to="Dawid Weiss">
+        Speed improvement for DEFLATE64 decompression.
+      </action>
     </release>
     <release version="1.15" date="2017-10-17"
              description="Release 1.15

Reply via email to