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

[mesos] branch 1.7.x updated: Added MESOS-9160 to the 1.7.0 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/1.7.x by this push:
     new c64b901  Added MESOS-9160 to the 1.7.0 CHANGELOG.
c64b901 is described below

commit c64b901a21d32d4f1b4ffa102b4422e27b29561f
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Thu Aug 16 15:07:53 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index f43b967..155529e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -121,6 +121,7 @@ All Resolved Issues:
   * [MESOS-9146] - Agent has a fragile burn-in 5s authentication timeout.
   * [MESOS-9147] - Agent and scheduler driver authentication retry backoff time could overflow.
   * [MESOS-9149] - Failed to build gRPC on Linux without OpenSSL.
+  * [MESOS-9160] - Failed to compile gRPC when the build path contains symlinks.
 
 ** Documentation
   * [MESOS-8740] - Update description of a Containerizer interface.