Merge branch 'PR13' closes #13 by @thomasmey
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/7b5816d9 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/7b5816d9 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/7b5816d9 Branch: refs/heads/master Commit: 7b5816d968d05236821832aecb071e891627ea4e Parents: e79465b c1a6e38 Author: Stefan Bodewig <bode...@apache.org> Authored: Wed Feb 15 17:49:20 2017 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Wed Feb 15 17:51:10 2017 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 4 + .../bzip2/BZip2CompressorInputStream.java | 223 ++++++------------- .../commons/compress/utils/BitInputStream.java | 97 ++++---- .../utils/CloseShieldFilterInputStream.java | 41 ++++ 4 files changed, 175 insertions(+), 190 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/7b5816d9/src/changes/changes.xml ---------------------------------------------------------------------- diff --cc src/changes/changes.xml index 7f5fe7a,5ec0569..e845227 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@@ -61,9 -61,6 +61,13 @@@ The <action> type attribute can be add, ZipArchiveEntry#isUnixSymlink now only returns true if the corresponding link flag is the only file-type flag set. </action> + <action issue="COMPRESS-271" type="add" date="2017-02-07"> + Added support for LZ4 (block and frame format). + </action> ++ <action type="update" date="2017-02-15" due-to="Thomas Meyer"> ++ BZip2CompressorInputstream now uses BitInputStream internally. ++ Pull Request #13. ++ </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.">