You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2016/02/24 15:54:07 UTC

[6/6] commons-compress git commit: document Dawid's changes

document Dawid's changes

closes #8


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

Branch: refs/heads/master
Commit: 1d66f12089aadbc90924ecad82e974d0491d62b4
Parents: 5457e1a
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Feb 24 15:53:21 2016 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed Feb 24 15:53:21 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/1d66f120/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e2a6961..1d19194 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,13 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="1.11" date="not released, yet"
              description="Release 1.11">
+      <action issue="COMPRESS-320" type="fix" date="2016-02-24"
+              due-to="Dawid Weiss">
+        SevenZFile will now only try to drain an entry's content when
+        moving on to the next entry if data is read from the next
+        entry. This should improve performance for applications that
+        try to skip over entries.
+      </action>
       <action issue="COMPRESS-336" type="fix" date="2016-02-14">
         file names of tar archives using the xstar format are now
         parsed properly.