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/06 01:26:40 UTC

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

Repository: mesos
Updated Branches:
  refs/heads/master 410857ada -> 5e722cec4


Added MESOS-5613 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/5e722cec
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5e722cec
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5e722cec

Branch: refs/heads/master
Commit: 5e722cec4120490690955dc3be8e6f84973577d3
Parents: 410857a
Author: Vinod Kone <vi...@gmail.com>
Authored: Wed Oct 5 18:24:57 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Oct 5 18:25:52 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5e722cec/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index e399599..08cddb2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -38,6 +38,7 @@ Release Notes - Mesos - Version 1.0.2
 
 All Issues:
 ** Bug
+    * [MESOS-5613] - mesos-local fails to start if MESOS_WORK_DIR isn't set.
     * [MESOS-6013] - Use readdir instead of readdir_r.
     * [MESOS-6074] - Master check failure if the metrics endpoint is polled soon after it starts.
     * [MESOS-6075] - Avoid libprocess functions in `mesos-containerizer launch`.