Repository: commons-compress
Updated Branches:
  refs/heads/master f7726c4f7 -> 0855aec56


record fix, closes #69


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

Branch: refs/heads/master
Commit: 0855aec562edfcc58d6da0f07835b05aea7eb324
Parents: f7726c4
Author: Stefan Bodewig <bode...@apache.org>
Authored: Fri Sep 7 09:51:55 2018 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Fri Sep 7 09:51:55 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/0855aec5/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 24948ce..77be50a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,10 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="1.19" date="not released, yet"
              description="Release 1.19">
+      <action type="fix" date="2018-09-07">
+        ZipArchiveInputStream could forget the compression level has
+        changed under certain circumstances.
+      </action>
     </release>
     <release version="1.18" date="2018-08-16"
              description="Release 1.18">

Reply via email to