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:47:33 UTC

[mesos] 06/07: 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 master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 2d17ac15ab74c9fb7507b665f00c3cfa0022c7f6
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 031d58a..ee7dc57 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1023,6 +1023,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.