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/21 16:02:29 UTC

[2/2] mesos git commit: Updated CHANGELOG with fetcher user changes.

Updated CHANGELOG with fetcher user changes.

The fetcher was changed to assume the same user as a task when fetching
files. This patch updates the CHANGELOG accordingly.

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


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

Branch: refs/heads/master
Commit: 76ce357aa1ab9a28d108ed42cd0b6ecb31a564f4
Parents: 490aef3
Author: Greg Mann <gr...@mesosphere.io>
Authored: Thu Jul 21 09:02:05 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Jul 21 09:02:26 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/76ce357a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index b9aa894..d55e7e8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -411,6 +411,7 @@ All Issues:
     * [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
+    * [MESOS-5845] - The fetcher can access any local file as root
     * [MESOS-5863] - Enabling SSL causes fetcher fail to fetch from HTTPS sites.
 
 ** Documentation