You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2018/08/19 17:40:16 UTC

[mesos] 03/04: Added MESOS-8128 to the 1.7.0 CHANGELOG.

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

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

commit abd7efbfd8b9bc675035809c49abec8a491599c8
Author: James Peach <jp...@apache.org>
AuthorDate: Fri Aug 17 16:42:47 2018 -0700

    Added MESOS-8128 to the 1.7.0 CHANGELOG.
    
    (cherry picked from commit 193a0cabe35573278c7ebb79e7300cc43c527d38)
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 841f94d..b480004 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -64,6 +64,7 @@ All Resolved Issues:
   * [MESOS-7397] - apply-reviews.py silently fails when using chain mode.
   * [MESOS-7658] - apply-reviews.py fails with Unicode characters
   * [MESOS-7966] - check for maintenance on agent causes fatal error
+  * [MESOS-8128] - Make os::pipe file descriptors O_CLOEXEC.
   * [MESOS-8134] - SlaveTest.ContainersEndpoint is flaky due to getenv crash.
   * [MESOS-8499] - Change docker health check image to the new nanoserver one
   * [MESOS-8567] - Test UriDiskProfileTest.FetchFromHTTP is flaky.