You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/04/26 03:16:21 UTC

[4/4] mesos git commit: Added MESOS-5172 to 1.1.2 CHANGELOG.

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/61b83489
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/61b83489
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/61b83489

Branch: refs/heads/master
Commit: 61b83489156e68a52058102cefd6cbd2746c054f
Parents: 81f4ce5
Author: Jie Yu <yu...@gmail.com>
Authored: Tue Apr 25 20:16:08 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Apr 25 20:16:08 2017 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/61b83489/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index bf1c3b6..84cc247 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -502,6 +502,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-7237] - Enabling cgroups_limit_swap can lead to "invalid argument" error.
   * [MESOS-7265] - Containerizer startup may cause sensitive data to leak into sandbox logs.
   * [MESOS-7366] - Agent sandbox gc could accidentally delete the entire persistent volume content.