GitHub user weirdkid opened a pull request: https://github.com/apache/commons-compress/pull/10
Zip64Mode.Always now impacts central file header same as local file These changes bring the file header entries in the central directory into alignment with the local file headers when zip64Mode is set to Zip64Mode.Always. This change makes the generated Zip64 files more compatible with the [Open Packaging Conventions](https://en.wikipedia.org/wiki/Open_Packaging_Conventions) for Microsoft Office Open XML files, which use zip64 as a container. You can merge this pull request into a Git repository by running: $ git pull https://github.com/weirdkid/commons-compress master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-compress/pull/10.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #10 ---- commit 33b0fa9f358d31e545b15108b57e8f1de5eae8cf Author: Matt Hovey <m...@weirdkid.com> Date: 2016-03-01T05:04:26Z Zip64Mode.Always now impacts central file header same as local file header ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org