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 72e8d22668b3d600c7eea58d5b2a87e2c3fa325a Author: Chun-Hung Hsiao <chhs...@mesosphere.io> AuthorDate: Tue Jan 15 15:15:08 2019 -0800 Added MESOS-9519 to the 1.7.1 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 3150220..5c05185 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -52,6 +52,7 @@ Release Notes - Mesos - Version 1.7.1 * [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. * [MESOS-9518] - CNI_NETNS should not be set for orphan containers that do not have network namespace. + * [MESOS-9519] - Unable to build Mesos with CMake on Ubuntu 14.04. ** Improvement: * [MESOS-6765] - Make the Resources wrapper "copy-on-write" to improve performance.