COMPRESS-388 record merged PR

closes #21


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

Branch: refs/heads/master
Commit: 08f0aba102d494c0b26a9f8c53ca26b792295b23
Parents: daa69a5
Author: Stefan Bodewig <bode...@apache.org>
Authored: Tue Apr 25 20:04:33 2017 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Tue Apr 25 20:04:33 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/08f0aba1/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8b1bedc..ce0105f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,11 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="COMPRESS-387" type="fix" date="2017-04-18">
         Make unit tests work on Windows paths with spaces in their names.
       </action>
+      <action issue="COMPRESS-388" type="update" date="2017-04-25"
+              due-to="Zbynek Vyskovsky">
+        Improved performance for concurrent reads from ZipFile when
+        reading from a file.
+      </action>
     </release>
     <release version="1.13" date="2016-12-29"
              description="Release 1.13 - API compatible to 1.12 but requires 
Java 7 at runtime.">

Reply via email to