Repository: mesos Updated Branches: refs/heads/master abfd6eecb -> 4cdddf687
Added MESOS-9002 to the 1.6.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4cdddf68 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4cdddf68 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/4cdddf68 Branch: refs/heads/master Commit: 4cdddf687970b10f8d2b7c39d252f6cd940d206b Parents: abfd6ee Author: James Peach <jpe...@apache.org> Authored: Fri Jun 15 16:16:31 2018 -0700 Committer: Jie Yu <yujie....@gmail.com> Committed: Tue Jun 26 09:25:38 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/4cdddf68/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index d0d48d4..06822ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -35,6 +35,7 @@ Release Notes - Mesos - Version 1.6.1 (WIP) * [MESOS-8952] - process::await/collect n^2 performance issue. * [MESOS-8963] - Executor crash trying to print container ID. * [MESOS-8980] - mesos-slave can deadlock with docker pull. + * [MESOS-9002] - GCC 8.1 build failure in os::Fork::Tree. * [MESOS-9025] - The container which joins CNI network and has checkpoint enabled will be mistakenly destroyed by agent.