You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2017/11/02 22:30:16 UTC

mesos git commit: Added MESOS-8090 to the 1.4.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master e603b46fa -> ea2a6c2f6


Added MESOS-8090 to the 1.4.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: ea2a6c2f611b0c10d002f34e22a052817e77ef6c
Parents: e603b46
Author: Michael Park <mp...@apache.org>
Authored: Sun Oct 22 15:29:36 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Thu Nov 2 15:29:40 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/ea2a6c2f/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f040b4f..3a76a2b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -30,6 +30,7 @@ Release Notes - Mesos - Version 1.4.1 (WIP)
  * [MESOS-7968] - Handle `/proc/self/ns/pid_for_children` when parsing available namespace.
  * [MESOS-7969] - Handle cgroups v2 hierarchy when parsing /proc/self/cgroups.
  * [MESOS-7980] - Stout fails to compile with libc >= 2.26.
+ * [MESOS-8090] - Mesos 1.4.0 crashes with 1.3.x agent with oversubscription
  * [MESOS-8135] - Masters can lose track of tasks' executor IDs.