You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/02/07 18:25:55 UTC

mesos git commit: Added MESOS-6624 to CHANGELOG for 1.1.1.

Repository: mesos
Updated Branches:
  refs/heads/master cca928be8 -> 0b7fe4131


Added MESOS-6624 to CHANGELOG for 1.1.1.


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

Branch: refs/heads/master
Commit: 0b7fe4131c763dd80c44cfe503fa0796d605fbc7
Parents: cca928b
Author: Alexander Rukletsov <al...@apache.org>
Authored: Tue Feb 7 19:25:40 2017 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Tue Feb 7 19:25:40 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/0b7fe413/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index c614fe2..1478ad4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -37,6 +37,7 @@ All Issues:
   * [MESOS-6571] - Add "--task" flag to mesos-execute.
   * [MESOS-6597] - Include v1 Operator API protos in generated JAR and python packages.
   * [MESOS-6621] - SSL downgrade path will CHECK-fail when using both temporary and persistent sockets.
+  * [MESOS-6624] - Master WebUI does not work on Firefox 45.
   * [MESOS-6676] - Always re-link with scheduler during re-registration.
   * [MESOS-6848] - The default executor does not exit if a single task pod fails.
   * [MESOS-6852] - Nested container's launch command is not set correctly in docker/runtime isolator.