You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/10/21 23:40:43 UTC

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

Repository: mesos
Updated Branches:
  refs/heads/master f9dfbdac7 -> 95153ca79


Added MESOS-6420 to 1.0.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 95153ca79228d8cc95540eed9e92b63150426f9b
Parents: f9dfbda
Author: Vinod Kone <vi...@gmail.com>
Authored: Fri Oct 21 16:39:51 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Fri Oct 21 16:39:51 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/95153ca7/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9209797..d5fe77b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -391,6 +391,7 @@ All Issues:
     * [MESOS-6324] - CNI should not use `ifconfig` in executors `pre_exec_command`
     * [MESOS-6391] - Command task's sandbox should not be owned by root if it uses container image.
     * [MESOS-6393] - Deprecated SSL_ environment variables are non functional already.
+    * [MESOS-6420] - Mesos Agent leaking sockets when port mapping network isolator is ON 
 
 ** Improvement
     * [MESOS-6075] - Avoid libprocess functions in `mesos-containerizer launch`.