This is an automated email from the ASF dual-hosted git repository. alexr pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 3bf79a73093b09cd7dcf477cacd749bfe7ed4358 Author: Alexander Rukletsov <[email protected]> AuthorDate: Tue Aug 28 18:10:26 2018 +0200 Added MESOS-9185 to the 1.7.1 CHANGELOG. --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b06e4aa..1110506 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +Release Notes - Mesos - Version 1.7.1 (WIP) +------------------------------------------- +* This is a bug fix release. + +** Bug + * [MESOS-9185] - An attempt to remove or destroy container in composing containerizer leads to segfault. + + Release Notes - Mesos - Version 1.7.0 ------------------------------------------- This release contains the following highlights:
