Repository: mesos Updated Branches: refs/heads/1.6.x 0ba127368 -> 1d5f83d2b
Fixed ordering of CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1d5f83d2 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1d5f83d2 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1d5f83d2 Branch: refs/heads/1.6.x Commit: 1d5f83d2bb66d3eb72cb4d7a43b24a5c8c2c8816 Parents: 0ba1273 Author: Andrew Schwartzmeyer <and...@schwartzmeyer.com> Authored: Tue Jun 26 15:52:46 2018 -0700 Committer: Andrew Schwartzmeyer <and...@schwartzmeyer.com> Committed: Tue Jun 26 15:52:46 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/1d5f83d2/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3df1384..22fe301 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ Release Notes - Mesos - Version 1.6.1 * This is a bug fix release. ** Bug + * [MESOS-3790] - ZooKeeper connection should retry on `EAI_NONAME`. * [MESOS-8106] - Docker fetcher plugin unsupported scheme failure message is not accurate. * [MESOS-8786] - CgroupIsolatorProcess accesses subsystem processes directly. * [MESOS-8871] - Agent may fail to recover if the agent dies before image store cache checkpointed. @@ -21,7 +22,6 @@ Release Notes - Mesos - Version 1.6.1 * [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. - * [MESOS-3790] - ZooKeeper connection should retry on `EAI_NONAME`. ** Improvement * [MESOS-8934] - Update python.m4 to support Python 3.