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 22:03:32 UTC

[2/8] mesos git commit: Added MESOS-8881 to the 1.6.0 CHANGELOG.

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

Branch: refs/heads/master
Commit: f9aadd03011b0dfcbba4a60f0e40ac79e889e954
Parents: c692354
Author: Benjamin Mahler <bm...@apache.org>
Authored: Mon May 7 14:20:26 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Mon May 7 14:25:47 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/f9aadd03/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f8feb9c..e0b5ed4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -232,6 +232,7 @@ All Resolved Issues:
     * [MESOS-8870] - Master does not correctly reconcile dropped operations after agent failover
     * [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.
 
 ** Improvement
     * [MESOS-2922] - Add move constructors / assignment to Future.