Fixed an ordering issue in 1.1.2 CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/81f4ce5d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/81f4ce5d Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/81f4ce5d Branch: refs/heads/master Commit: 81f4ce5dd879942c48c9e549936ea9134b554bc5 Parents: ead88f7 Author: Jie Yu <[email protected]> Authored: Tue Apr 25 20:15:45 2017 -0700 Committer: Jie Yu <[email protected]> Committed: Tue Apr 25 20:15:45 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/81f4ce5d/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3c613c1..bf1c3b6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -501,12 +501,12 @@ Release Notes - Mesos - Version 1.1.2 (WIP) All Issues: ** Bug * [MESOS-2537] - AC_ARG_ENABLED checks are broken. + * [MESOS-5028] - Copy provisioner cannot replace directory with symlink. * [MESOS-7237] - Enabling cgroups_limit_swap can lead to "invalid argument" error. * [MESOS-7265] - Containerizer startup may cause sensitive data to leak into sandbox logs. * [MESOS-7366] - Agent sandbox gc could accidentally delete the entire persistent volume content. * [MESOS-7383] - Docker executor logs possibly sensitive parameters. * [MESOS-7350] - Failed to pull image from Nexus Registry due to signature missing. - * [MESOS-5028] - Copy provisioner cannot replace directory with symlink. * [MESOS-7422] - Docker containerizer should not leak possibly sensitive data to agent log.
