You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2017/05/11 18:17:23 UTC

commons-compress git commit: COMPRESS-391 record fix

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 <bo...@apache.org>
Authored: Thu May 11 20:16:59 2017 +0200
Committer: Stefan Bodewig <bo...@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.">