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:21:56 UTC

mesos git commit: Updated the 1.0.0 CHANGELOG for a bug fix.

Repository: mesos
Updated Branches:
  refs/heads/master 241214841 -> 3ce09f6e9


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

Branch: refs/heads/master
Commit: 3ce09f6e943eb2b254680299c30c1cd1a8c8a9da
Parents: 2412148
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:21:51 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/3ce09f6e/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index fee129c..2f618db 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.