Added MESOS-1987, MESOS-6976, MESOS-7389 to 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/7da4d529 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7da4d529 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7da4d529 Branch: refs/heads/1.2.x Commit: 7da4d52933ac339c15f241a85fcad6b35ffbc7fa Parents: cf98293 Author: Neil Conway <[email protected]> Authored: Fri May 5 16:53:11 2017 -0700 Committer: Neil Conway <[email protected]> Committed: Fri May 5 16:53:11 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/7da4d529/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 1b53ee0..12dec29 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,8 +4,10 @@ Release Notes - Mesos - Version 1.2.1 (WIP) All Issues: ** Bug + * [MESOS-1987] - Add support for SemVer build and prerelease labels to stout. * [MESOS-5028] - Copy provisioner cannot replace directory with symlink. * [MESOS-5172] - Registry puller cannot fetch blobs correctly from http Redirect 3xx urls. + * [MESOS-6976] - Disallow (re-)registration attempts by old agents. * [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 @@ -20,6 +22,7 @@ All Issues: * [MESOS-7383] - Docker executor logs possibly sensitive parameters. * [MESOS-7350] - Failed to pull image from Nexus Registry due to signature missing. * [MESOS-7346] - Agent crashes if the task name is too long. + * [MESOS-7389] - Mesos 1.2.0 crashes with pre-1.0 Mesos agents. * [MESOS-7400] - The mesos crashes due to an incorrect invariant check in the decoder. * [MESOS-7427] - Registry puller cannot fetch manifests from Amazon ECR: 405 Unsupported. * [MESOS-7453] - glyphicons-halflings-regular.woff2 is missing in WebUI.
