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/09/03 22:25:55 UTC

[mesos] 05/05: Added MESOS-8921 to CHANGELOG for 1.5.2.

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

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

commit 28c7e8cf4dca23bf202cd0ce81d8bf886e327878
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Mon Sep 3 18:21:53 2018 -0400

    Added MESOS-8921 to CHANGELOG for 1.5.2.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 0656f62..0b79f71 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-8904] - Master crash when removing quota.
   * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.
   * [MESOS-8917] - Agent leaking file descriptors into forked processes
+  * [MESOS-8921] - Autotools don't work with newer OpenJDK versions
   * [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.