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/22 23:54:06 UTC

[4/5] mesos git commit: Updated 1.0 CHANGELOG about MESOS-5389.

Updated 1.0 CHANGELOG about MESOS-5389.

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


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

Branch: refs/heads/1.0.x
Commit: 4c0ef4d0e0d47379345ed6244bd25bc6745d1b86
Parents: 3d807e8
Author: Jie Yu <yu...@gmail.com>
Authored: Fri Jul 22 16:45:39 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Fri Jul 22 16:51:58 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/4c0ef4d0/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9f67057..2e1b363 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -352,6 +352,7 @@ All Issues:
     * [MESOS-5382] - Implement os::fsync
     * [MESOS-5383] - Implement os::setHostname
     * [MESOS-5386] - Add `HANDLE` overloads for functions that take a file descriptor
+    * [MESOS-5389] - docker containerizer should prefix relative volume.container_path values with the path to the sandbox.
     * [MESOS-5390] - v1 Executor Protos not included in maven jar
     * [MESOS-5397] - Slave/Agent Rename Phase 1: Update terms in the website
     * [MESOS-5403] - Introduce ObjectApprover Interface to Authorizer.