Fixed an ordering issue in 1.2.1 CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2c532f2a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2c532f2a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2c532f2a Branch: refs/heads/1.2.x Commit: 2c532f2a696a51f8a0575ad068c6cc35c9af9b5e Parents: 906c877 Author: Jie Yu <[email protected]> Authored: Tue Apr 25 20:13:54 2017 -0700 Committer: Jie Yu <[email protected]> Committed: Tue Apr 25 20:16:38 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/2c532f2a/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3142e9e..0272fc5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ Release Notes - Mesos - Version 1.2.1 (WIP) All Issues: ** Bug + * [MESOS-5028] - Copy provisioner cannot replace directory with symlink. * [MESOS-6951] - Docker containerizer: mangled environment when env value contains LF byte. * [MESOS-7197] - Requesting tiny amount of CPU crashes master. * [MESOS-7208] - Persistent volume ownership is set to root when task is running with non-root user @@ -16,7 +17,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-7346] - Agent crashes if the task name is too long. * [MESOS-7400] - The mesos crashes due to an incorrect invariant check in the decoder.
