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 2019/01/07 23:10:58 UTC

[mesos] 04/04: Added MESOS-9505 and MESOS-9508 to the 1.7.1 CHANGELOG.

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

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

commit fa6b85bbdd8dc6397e8e77b2689c1b849535b00c
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Mon Jan 7 15:08:54 2019 -0800

    Added MESOS-9505 and MESOS-9508 to the 1.7.1 CHANGELOG.
---
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index c42aaa4..910ee84 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -47,6 +47,8 @@ Release Notes - Mesos - Version 1.7.1
   * [MESOS-9479] - SLRP does not set RP ID in produced OperationStatus.
   * [MESOS-9480] - Master may skip processing authorization results for `LAUNCH_GROUP`.
   * [MESOS-9492] - Persist CNI working directory across reboot.
+  * [MESOS-9505] - `make check` failed with linking errors when c-ares is installed.
+  * [MESOS-9508] - Official 1.7.0 tarball can't be built on Ubuntu 16.04 LTS.
 
 ** Improvement:
   * [MESOS-6765] - Make the Resources wrapper "copy-on-write" to improve performance.