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

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 5022476  Moved MESOS-9340 from 1.7.1 to 1.7.2 in the CHANGELOG.
5022476 is described below

commit 5022476c64afe4953a308faaed259f91a8929bb3
Author: Benjamin Mahler <bmah...@apache.org>
AuthorDate: Fri Feb 15 17:38:23 2019 -0500

    Moved MESOS-9340 from 1.7.1 to 1.7.2 in the CHANGELOG.
    
    The patch for this was accidentally not pushed until recently, so
    the fix actually landed in 1.7.2.
---
 CHANGELOG | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 44267f8..26b5ef9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,10 @@ Release Notes - Mesos - Version 1.7.2 (WIP)
   * [MESOS-9554] - Allocator might skip allocations because a single framework 
is incapable of receiving certain resources.
   * [MESOS-9555] - Allocator CHECK failure: 
reservationScalarQuantities.contains(role).
 
+** Improvement
+  * [MESOS-9340] - Log all socket errors in libprocess.
+
+
 Release Notes - Mesos - Version 1.7.1
 -------------------------------------
 * This is a bug fix release. Also includes performance and API
@@ -81,7 +85,6 @@ Release Notes - Mesos - Version 1.7.1
   * [MESOS-9305] - Create cgoup recursively to workaround systemd deleting 
cgroups_root.
   * [MESOS-9321] - Add an optional `vendor` field in 
`Resource.DiskInfo.Source`.
   * [MESOS-9325] - Optimize `Resources::filter` operation.
-  * [MESOS-9340] - Log all socket errors in libprocess.
   * [MESOS-9486] - Set up `object.value` for `CREATE_DISK` and `DESTROY_DISK` 
authorizations.
   * [MESOS-9510] - Disallowed nan, inf and so on in `Value::Scalar`.
   * [MESOS-9516] - Extend `min_allocatable_resources` flag to cover non-scalar 
resources.

Reply via email to