Repository: commons-compress Updated Branches: refs/heads/master 3083ea535 -> f59dd65ca
assuming COMPRESS-348 is fixed now Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/f59dd65c Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/f59dd65c Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/f59dd65c Branch: refs/heads/master Commit: f59dd65ca1858641dc8fff4a5d28d23a0eb86de8 Parents: 3083ea5 Author: Stefan Bodewig <bode...@apache.org> Authored: Mon May 16 06:25:44 2016 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Mon May 16 06:25:44 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/f59dd65c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b025050..72df227 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="COMPRESS-350" type="update" date="2016-04-09" dev="ggregory"> TarArchiveEntry wastefully allocates empty arrays. </action> + <action issue="COMPRESS-348" type="fix" date="2016-04-24"> + SevenZFile.read() throws an IllegalStateException for empty entries. + </action> <action issue="COMPRESS-353" type="update" date="2016-05-06" dev="ggregory"> Javadoc for BZip2CompressorInputStream(InputStream, boolean) should refer to IOEx, not NPE. </action>