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/f880c8b8 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f880c8b8 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f880c8b8 Branch: refs/heads/1.1.x Commit: f880c8b8490499597b8e29044c56c26067aa006a Parents: 7d2d16f Author: Jie Yu <[email protected]> Authored: Tue Apr 25 20:15:45 2017 -0700 Committer: Jie Yu <[email protected]> Committed: Tue Apr 25 20:19:37 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/f880c8b8/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3473105..ca230ca 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ 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-7197] - Requesting tiny amount of CPU crashes master. * [MESOS-7210] - HTTP health check doesn't work when mesos runs with --docker_mesos_image. * [MESOS-7237] - Enabling cgroups_limit_swap can lead to "invalid argument" error. @@ -12,7 +13,6 @@ All Issues: * [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.
