Repository: mesos Updated Branches: refs/heads/1.2.x 7da4d5293 -> ef18cdac7
Fixed ordering of JIRAs 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/ef18cdac Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ef18cdac Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ef18cdac Branch: refs/heads/1.2.x Commit: ef18cdac7f129238c77871137b8e8ab8ee5112a3 Parents: 7da4d52 Author: Neil Conway <[email protected]> Authored: Fri May 5 16:58:20 2017 -0700 Committer: Neil Conway <[email protected]> Committed: Fri May 5 16:58:20 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ef18cdac/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 12dec29..2907e3c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,8 +7,8 @@ All Issues: * [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-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-7210] - HTTP health check doesn't work when mesos runs with --docker_mesos_image.
