Repository: commons-compress Updated Branches: refs/heads/master 30f1ac1dc -> e0a76ac46
record two changes made over the past two weeks Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/e0a76ac4 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/e0a76ac4 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/e0a76ac4 Branch: refs/heads/master Commit: e0a76ac46cc6a65c3eb33404edb8e6341b5f6199 Parents: 30f1ac1 Author: Stefan Bodewig <[email protected]> Authored: Fri Jan 29 21:43:35 2016 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Fri Jan 29 21:43:35 2016 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/e0a76ac4/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9e11741..12c274d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,6 +49,15 @@ The <action> type attribute can be add,update,fix,remove. FramedSnappyCompressorInputStream returned 0 at the end of the stream under certain circumstances. </action> + <action type="add" date="2016-01-27" due-to="Jason van Zyl"> + Allow byte-for-byte replication of Zip entries. + GitHub Pull Request #6. + </action> + <action issue="COMPRESS-328" type="add" date="2016-01-15"> + TarArchiveEntry's preserveLeadingSlashes is now a property and used + on later calls to setName, too. + This behavior is a breaking change. + </action> <action issue="COMPRESS-326" type="fix" date="2015-10-24"> Adjusted unit test to updates in Java8 and later that change the logic of ZipEntry#getTime.
