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/07/18 17:24:37 UTC

[5/5] mesos git commit: Updated the 1.0.0 CHANGELOG for a bug fix.

Updated the 1.0.0 CHANGELOG for a bug fix.

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


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

Branch: refs/heads/1.0.x
Commit: 5f1351957008de4b5782df8242894c61f1028957
Parents: 8a0d7e0
Author: Jie Yu <yu...@gmail.com>
Authored: Mon Jul 18 09:49:58 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Jul 18 10:23:53 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5f135195/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index eb6cf9a..fa866b2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -407,6 +407,7 @@ All Issues:
     * [MESOS-5766] - Missing License Information for Bundled NVML headers
     * [MESOS-5794] - Agent's /containers endpoint should skip terminated executors.
     * [MESOS-5799] - docker::inspect() may get wrong output when a docker container is not in "running" state
+    * [MESOS-5806] - CNI isolator should prepare network related /etc/* files for containers using host mode but specify container images
 
 ** Documentation
     * [MESOS-4381] - Improve upgrade compatibility documentation.