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/27 20:26:05 UTC

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

Repository: mesos
Updated Branches:
  refs/heads/master ac699771a -> cc095bad7


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

Branch: refs/heads/master
Commit: cc095bad75ba9c469436e1d14760ae27f64d2f36
Parents: ac69977
Author: Vinod Kone <vi...@gmail.com>
Authored: Thu Oct 27 13:25:28 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Oct 27 13:25:52 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/cc095bad/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index d611966..141aace 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -211,6 +211,7 @@ All Issues:
   * [MESOS-6386] - "Reached unreachable statement" in LinuxCapabilitiesIsolatorTest.
   * [MESOS-6391] - Command task's sandbox should not be owned by root if it uses container image.
   * [MESOS-6393] - Deprecated SSL_ environment variables are non functional already.
+  * [MESOS-6446] - WebUI redirect doesn't work with stats from /metric/snapshot
 
 ** Documentation
   * [MESOS-5221] - Add Documentation for Nvidia GPU support.