Repository: commons-compress Updated Branches: refs/heads/master b5071c2f8 -> c86cc39af
record COMPRESS-352 as fixed Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/c86cc39a Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/c86cc39a Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/c86cc39a Branch: refs/heads/master Commit: c86cc39af6dcae9bb67e7015fa25f3469c7bcf02 Parents: b5071c2 Author: Stefan Bodewig <[email protected]> Authored: Thu Jun 9 20:56:11 2016 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Thu Jun 9 20:56:11 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c86cc39a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 57d76b5..eb9bb00 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -70,6 +70,11 @@ The <action> type attribute can be add,update,fix,remove. TarArchiveInputStream failed to parse PAX headers whose tar entry name ended with a slash. </action> + <action issue="COMPRESS-352" type="add" date="2016-05-22"> + FramedSnappyCompressorInputStream now supports the dialect of + Snappy used by the IWA files contained within the zip archives + used in Apple's iWork 13 files. + </action> <action issue="COMPRESS-357" type="fix" date="2016-05-26"> BZip2CompressorOutputStream#finish is now synchronized to avoid a race condition with the finalize method.
