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:42 UTC

mesos git commit: Added MESOS-7504 to the 1.4.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master c1d2cb26b -> de278b4ae


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/de278b4a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/de278b4a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/de278b4a

Branch: refs/heads/master
Commit: de278b4aeae58d1518a491380e29a3f67bd1c621
Parents: c1d2cb2
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:38 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/de278b4a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index dfb6875..53bffa8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -488,6 +488,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.