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:55:25 UTC

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

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

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


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

commit c8a9e39587fecefc010be48cf3faf67eb2916e20
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Wed Jan 9 12:09:59 2019 -0800

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

diff --git a/CHANGELOG b/CHANGELOG
index b572cbd..6fdf5a9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,6 +23,10 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
   * [MESOS-9480] - Master may skip processing authorization results for `LAUNCH_GROUP`.
   * [MESOS-9492] - Persist CNI working directory across reboot.
 
+** 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.4.2
 -------------------------------------------