You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/05/07 21:51:08 UTC

[4/4] mesos git commit: Added MESOS-8885 to the 1.6.0 CHANGELOG.

Added MESOS-8885 to the 1.6.0 CHANGELOG.


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

Branch: refs/heads/1.6.x
Commit: 3e70418033f92befcf6a4c02638472f156388609
Parents: 1674a33
Author: Benjamin Mahler <bm...@apache.org>
Authored: Mon May 7 14:25:42 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Mon May 7 14:26:27 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/3e704180/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 63b05c3..aec8b78 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -233,6 +233,7 @@ All Resolved Issues:
     * [MESOS-8874] - ResourceProviderManagerHttpApiTest.ResubscribeResourceProvider is flaky.
     * [MESOS-8876] - Normal exit of Docker container using rexray volume results in TASK_FAILED.
     * [MESOS-8881] - Enable epoll backend in libevent integration.
+    * [MESOS-8885] - Disable libevent debug mode.
 
 ** Improvement
     * [MESOS-2922] - Add move constructors / assignment to Future.