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 2018/01/30 20:59:57 UTC

[3/3] mesos git commit: Added MESOS-7504 to the 1.4.2 CHANGELOG.

Added MESOS-7504 to the 1.4.2 CHANGELOG.


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

Branch: refs/heads/1.4.x
Commit: 92d988ce0192ef8cc8bc75575c3a7d18c30ab7ea
Parents: 40db10d
Author: Jie Yu <yu...@gmail.com>
Authored: Tue Jan 30 12:59:12 2018 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Jan 30 12:59:27 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/92d988ce/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 721e7bb..7d1f843 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
 * This is a bug fix release.
 
 ** Bug
+ * [MESOS-7504] - Parent's mount namespace cannot be determined when launching a nested container.
  * [MESOS-7975] - The command/default/docker executor can incorrectly send a TASK_FINISHED update even when the task is killed.
  * [MESOS-8159] - ns::clone uses an async signal unsafe stack.
  * [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers.