Repository: commons-compress Updated Branches: refs/heads/master cfd695786 -> ea85631d2
COMPRESS-271 record LZ4 support Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/ea85631d Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/ea85631d Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/ea85631d Branch: refs/heads/master Commit: ea85631d28996451bb8d78cfb03c42147a94c36f Parents: cfd6957 Author: Stefan Bodewig <bode...@apache.org> Authored: Tue Feb 7 21:29:43 2017 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Tue Feb 7 21:29:43 2017 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/ea85631d/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5ec0569..7f5fe7a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,6 +61,9 @@ The <action> type attribute can be add,update,fix,remove. 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> </release> <release version="1.13" date="2016-12-29" description="Release 1.13 - API compatible to 1.12 but requires Java 7 at runtime.">