Repository: commons-compress Updated Branches: refs/heads/master 0f4caebf9 -> c497504c0
COMPRESS-372 record changes Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/c497504c Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/c497504c Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/c497504c Branch: refs/heads/master Commit: c497504c0f5952ebebc133e6617d1bd3e808b81e Parents: 0f4caeb Author: Stefan Bodewig <[email protected]> Authored: Tue Dec 20 15:53:00 2016 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Tue Dec 20 15:53:00 2016 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c497504c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 14e8df1..212f626 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -94,6 +94,10 @@ The <action> type attribute can be add,update,fix,remove. ScatterZipOutputStream didn't close the StreamCompressor causing a potential resource leak. </action> + <action issue="COMPRESS-372" type="add" date="2016-12-20"> + Add a version-independent link to the API docs of the latest + release. + </action> </release> <release version="1.12" date="2016-06-21" description="Release 1.12 - API compatible to 1.11 but requires Java 6 at runtime.
