Repository: commons-compress Updated Branches: refs/heads/master fef18a23d -> 86fbbe288
COMPRESS-391 record fix closes #24 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/86fbbe28 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/86fbbe28 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/86fbbe28 Branch: refs/heads/master Commit: 86fbbe2884f28e4fcc45db0ba7a7dc898adaf09c Parents: fef18a2 Author: Stefan Bodewig <bode...@apache.org> Authored: Thu May 11 20:16:59 2017 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Thu May 11 20:16:59 2017 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/86fbbe28/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a274ee7..da4a177 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -114,6 +114,13 @@ The <action> type attribute can be add,update,fix,remove. LZMACompressorOutputStream#flush would throw an exception rather than be the NOP it promised to be. </action> + <action issue="COMPRESS-391" type="add" date="2017-05-11" + due-to="Zbynek Vyskovsky"> + Using ZipArchiveEntry's setAlignment it is now possible to + ensure the data offset of an entry starts at a file position + that at word or page boundaries. + A new extra field has been added for this purpose. + </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.">