You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/05/11 08:13:32 UTC

[4/4] mesos git commit: Added MESOS-8786 to 1.5.1 CHANGELOG.

Added MESOS-8786 to 1.5.1 CHANGELOG.


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

Branch: refs/heads/1.5.x
Commit: 5ad9e052a048a9db638fd5173cd4135a3902fc34
Parents: 30d21a9
Author: Gilbert Song <so...@gmail.com>
Authored: Fri May 11 01:11:09 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Fri May 11 01:13:22 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5ad9e052/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 80c3a52..ab7db50 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -31,6 +31,7 @@ Release Notes - Mesos - Version 1.5.1 (WIP)
   * [MESOS-8646] - Agent should be able to resolve file names on open files.
   * [MESOS-8651] - Potential memory leaks in the `volume/sandbox_path` isolator.
   * [MESOS-8742] - Agent resource provider config API calls should be idempotent.
+  * [MESOS-8786] - CgroupIsolatorProcess accesses subsystem processes directly.
   * [MESOS-8787] - RP-related API should be experimental.
   * [MESOS-8876] - Normal exit of Docker container using rexray volume results in TASK_FAILED.
   * [MESOS-8881] - Enable epoll backend in libevent integration.