You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2018/08/08 20:48:27 UTC

[mesos] 06/08: Added MESOS-8934 to 1.4.2 changelog.

This is an automated email from the ASF dual-hosted git repository.

kapil pushed a commit to branch 1.4.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit cc275438000a94aeac46115ac29156c4fb3ca9b8
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 17:31:22 2018 -0400

    Added MESOS-8934 to 1.4.2 changelog.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 1b190a7..567e8f9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -41,6 +41,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8881] - Enable epoll backend in libevent integration.
   * [MESOS-8885] - Disable libevent debug mode.
   * [MESOS-8904] - Master crash when removing quota.
+  * [MESOS-8934] - Update python.m4 to support Python 3.
   * [MESOS-8935] - Quota limit "chopping" can lead to cpu-only and memory-only offers.
   * [MESOS-8936] - Implement a Random Sorter for offer allocations.
   * [MESOS-8942] - Master streaming API does not send (health) check updates for tasks.