You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/07/22 22:57:46 UTC

[2/2] mesos git commit: Backported MESOS-5891 to 1.0.x branch.

Backported MESOS-5891 to 1.0.x branch.


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

Branch: refs/heads/1.0.x
Commit: 7ba7b1ab793e13c9dc32a008e5c1216729bdacdf
Parents: 3e851e1
Author: Joseph Wu <jo...@apache.org>
Authored: Fri Jul 22 15:56:11 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Fri Jul 22 15:56:11 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/7ba7b1ab/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 17e51ff..9f67057 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -437,6 +437,7 @@ All Issues:
     * [MESOS-5848] - Docker health checks are malformed.
     * [MESOS-5851] - Create mechanism to control authentication between different HTTP endpoints
     * [MESOS-5863] - Enabling SSL causes fetcher fail to fetch from HTTPS sites.
+    * [MESOS-5891] - /help endpoint does not set Content-Type to HTML.
 
 ** Documentation
     * [MESOS-4381] - Improve upgrade compatibility documentation.