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:24:12 UTC

mesos git commit: Fixed the missing 1.1.2 CHANGELOG items in master branch.

Repository: mesos
Updated Branches:
  refs/heads/master 61b834891 -> b20679c72


Fixed the missing 1.1.2 CHANGELOG items in master branch.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b20679c7
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b20679c7
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b20679c7

Branch: refs/heads/master
Commit: b20679c72dae3f6c69b59bf6739afd2201389c1e
Parents: 61b8348
Author: Jie Yu <yu...@gmail.com>
Authored: Tue Apr 25 20:24:07 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Apr 25 20:24:07 2017 -0700

----------------------------------------------------------------------
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b20679c7/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 84cc247..bb0533d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -503,6 +503,8 @@ All Issues:
   * [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.
   * [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.