record Daniel's fix, closes #17

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

Branch: refs/heads/master
Commit: 44d376b737199d42f0d3f195f1c2f82d33b77033
Parents: 0bc4331
Author: Stefan Bodewig <bode...@apache.org>
Authored: Wed Mar 29 14:29:19 2017 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Wed Mar 29 14:29:19 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/44d376b7/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e845227..44d57f0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,10 @@ The <action> type attribute can be add,update,fix,remove.
         BZip2CompressorInputstream now uses BitInputStream internally.
         Pull Request #13.
       </action>
+      <action type="fix" date="2017-03-29" due-to="Daniel Collin">
+        Fixed an integer overflow in CPIO's CRC calculation.
+        Pull Request #17.
+      </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