Repository: mesos Updated Branches: refs/heads/master 19ccf2b59 -> 61b834891
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/17d0a4c8 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/17d0a4c8 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/17d0a4c8 Branch: refs/heads/master Commit: 17d0a4c82f62225bfa2778be8439606083c9c68a Parents: 19ccf2b Author: Jie Yu <[email protected]> Authored: Tue Apr 25 20:13:54 2017 -0700 Committer: Jie Yu <[email protected]> Committed: Tue Apr 25 20:13:54 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/17d0a4c8/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index f98ce8c..c09e8a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -42,6 +42,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 @@ -53,7 +54,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.
