Repository: mesos Updated Branches: refs/heads/master f48ce8028 -> c3d87d6a8
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/c3d87d6a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c3d87d6a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c3d87d6a Branch: refs/heads/master Commit: c3d87d6a8f23511258ce48f2fdeef6ec2d970d47 Parents: f48ce80 Author: Neil Conway <[email protected]> Authored: Fri May 5 16:57:19 2017 -0700 Committer: Neil Conway <[email protected]> Committed: Fri May 5 16:57:19 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c3d87d6a/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index a40ff3d..1983d54 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -278,9 +278,11 @@ 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-6951] - Docker containerizer: mangled environment when env value contains LF byte. + * [MESOS-6976] - Disallow (re-)registration attempts by old agents. * [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 * [MESOS-7237] - Enabling cgroups_limit_swap can lead to "invalid argument" error. @@ -293,6 +295,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.
