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 2016/10/05 21:39:03 UTC

mesos git commit: Added MESOS-6269 to 1.0.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 0b08485cc -> 0877e89ef


Added MESOS-6269 to 1.0.2 CHANGELOG.

Review: https://reviews.apache.org/r/52576


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

Branch: refs/heads/master
Commit: 0877e89ef8356e22d3398bd35aa2a8712b001d8f
Parents: 0b08485
Author: Jie Yu <yu...@gmail.com>
Authored: Wed Oct 5 14:35:40 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Wed Oct 5 14:36:19 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/0877e89e/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 8312e85..e399599 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -51,6 +51,7 @@ All Issues:
     * [MESOS-6246] - Libprocess links will not generate an ExitedEvent if the socket creation fails.
     * [MESOS-6299] - Master doesn't remove task from pending when it is invalid.
     * [MESOS-6026] - Tasks mistakenly marked as FAILED due to race b/w sendExecutorTerminatedStatusUpdate() and _statusUpdate().
+    * [MESOS-6269] - CNI isolator doesn't activate loopback interface.
     * [MESOS-6274] - Agent should not allow HTTP based executors to subscribe before containerizer recovery is done.