Added MESOS-9049 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/d565c179 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d565c179 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d565c179 Branch: refs/heads/1.6.x Commit: d565c179bd84715bacd0ed6c15a06902d1fbe4b7 Parents: 9c5f62d Author: Zhitao Li <[email protected]> Authored: Tue Jul 3 16:11:30 2018 -0700 Committer: Zhitao Li <[email protected]> Committed: Tue Jul 3 16:11:30 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/d565c179/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index b3f403f..1903c1f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -26,6 +26,7 @@ Release Notes - Mesos - Version 1.6.1 * [MESOS-8986] - `slave.available()` in the allocator is expensive and drags down allocation performance. * [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-9049] - Agent GC could unmount a dangling persistent volume multiple times. ** Improvement * [MESOS-8934] - Update python.m4 to support Python 3.
