You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mz...@apache.org on 2019/01/10 00:52:54 UTC

[mesos] branch 1.5.x updated: Added MESOS-9510 and MESOS-9516 to the 1.5.2 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/1.5.x by this push:
     new 052a350  Added MESOS-9510 and MESOS-9516 to the 1.5.2 CHANGELOG.
052a350 is described below

commit 052a350710ef3ab597d860750cd2006e10060837
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Wed Jan 9 12:07:38 2019 -0800

    Added MESOS-9510 and MESOS-9516 to the 1.5.2 CHANGELOG.
---
 CHANGELOG | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index f09d913..88a27a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -63,6 +63,10 @@ Release Notes - Mesos - Version 1.5.2
   * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
   * [MESOS-9480] - Master may skip processing authorization results for `LAUNCH_GROUP`.
 
+** Improvement:
+  * [MESOS-9510] - Disallowed nan, inf and so on in `Value::Scalar`.
+  * [MESOS-9516] - Extend `min_allocatable_resources` flag to cover non-scalar resources.
+
 
 Release Notes - Mesos - Version 1.5.1
 -------------------------------------------