record change, closes #10
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/687b360f Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/687b360f Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/687b360f Branch: refs/heads/master Commit: 687b360f8c6d9ba2fd7dcf399cae9eb9e49b49dd Parents: 0427056 Author: Stefan Bodewig <[email protected]> Authored: Sat Mar 5 21:57:21 2016 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Sat Mar 5 21:57:21 2016 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/687b360f/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1d19194..19a4afe 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,12 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.11" date="not released, yet" description="Release 1.11"> + <action type="add" date="2016-03-05" + due-to="Matt Hovey"> + When using Zip64Mode.Always also use ZIP64 extensions inside + the central directory. + GitHub Pull Request #10 + </action> <action issue="COMPRESS-320" type="fix" date="2016-02-24" due-to="Dawid Weiss"> SevenZFile will now only try to drain an entry's content when
