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/07/29 00:56:04 UTC

[2/5] mesos git commit: Added MESOS-7252 to 1.3.1 CHANGELOG.

Added MESOS-7252 to 1.3.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: f2cb4831f3c6df74b47151cc82aec7ac71e166e2
Parents: ed72072
Author: Michael Park <mp...@apache.org>
Authored: Wed Jul 26 17:49:51 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Fri Jul 28 17:52:17 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/f2cb4831/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 46b2a2e..db92d62 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -38,6 +38,7 @@ Release Notes - Mesos - Version 1.3.1 (WIP)
 All Issues:
 ** Bug
   * [MESOS-5187] - The filesystem/linux isolator does not set the permissions of the host_path.
+  * [MESOS-7252] - Need to fix resource check in long-lived framework.
   * [MESOS-7429] - Allow isolators to inject task-specific environment variables.
   * [MESOS-7546] - WAIT_NESTED_CONTAINER sometimes returns 404.
   * [MESOS-7540] - Add an agent flag for executor re-registration timeout.