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/08/21 13:23:11 UTC

[mesos] 02/02: Added MESOS-9170 to 1.7.0 CHANGELOG.

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

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

commit 536d4b275e6641cec922fe7bed85bd303e89850c
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 21 09:09:46 2018 -0400

    Added MESOS-9170 to 1.7.0 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index f55c356..b07ec07 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -139,6 +139,7 @@ All Resolved Issues:
   * [MESOS-9156] - StorageLocalResourceProviderProcess can deadlock
   * [MESOS-9160] - Failed to compile gRPC when the build path contains symlinks.
   * [MESOS-9163] - `UriDiskProfileAdaptor` should not update profiles when a poll returns a non-OK HTTP status.
+  * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
 
 ** Documentation
   * [MESOS-8740] - Update description of a Containerizer interface.