Added MESOS-5172 to 1.1.2 CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d2b1888a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d2b1888a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d2b1888a Branch: refs/heads/1.1.x Commit: d2b1888a5c99a310fb2ea78cee7f2c7c5150048b Parents: f880c8b Author: Jie Yu <[email protected]> Authored: Tue Apr 25 20:16:08 2017 -0700 Committer: Jie Yu <[email protected]> Committed: Tue Apr 25 20:20:20 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/d2b1888a/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index ca230ca..2a8db87 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ All Issues: ** Bug * [MESOS-2537] - AC_ARG_ENABLED checks are broken. * [MESOS-5028] - Copy provisioner cannot replace directory with symlink. + * [MESOS-5172] - Registry puller cannot fetch blobs correctly from http Redirect 3xx urls. * [MESOS-7197] - Requesting tiny amount of CPU crashes master. * [MESOS-7210] - HTTP health check doesn't work when mesos runs with --docker_mesos_image. * [MESOS-7237] - Enabling cgroups_limit_swap can lead to "invalid argument" error.
