COMPRESS-367 record Mike Mole's patch
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/726ba6f0 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/726ba6f0 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/726ba6f0 Branch: refs/heads/master Commit: 726ba6f0f3af7f827d31627088a5e73c93be6aca Parents: f015344 Author: Stefan Bodewig <bode...@apache.org> Authored: Fri Dec 9 23:03:22 2016 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Fri Dec 9 23:03:22 2016 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/726ba6f0/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ba94ba2..82f8c96 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -85,6 +85,11 @@ The <action> type attribute can be add,update,fix,remove. Allow the clients of ParallelScatterZipCreator to provide ZipArchiveEntryRequestSupplier. </action> + <action issue="COMPRESS-367" type="fix" date="2016-12-09" + due-to="Mike Mole"> + ZipArchiveInputStream now throws an Exception if it encounters + a broken ZIP archive rather than signaling end-of-archive. + </action> </release> <release version="1.12" date="2016-06-21" description="Release 1.12 - API compatible to 1.11 but requires Java 6 at runtime.