You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2018/08/31 19:57:41 UTC

[mesos] branch master updated: Moved MESOS-9185 to the 1.7.0 CHANGELOG.

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


The following commit(s) were added to refs/heads/master by this push:
     new 66728b6  Moved MESOS-9185 to the 1.7.0 CHANGELOG.
66728b6 is described below

commit 66728b67714aff385e6846a2a61e853c783eb51b
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Fri Aug 31 12:57:23 2018 -0700

    Moved MESOS-9185 to the 1.7.0 CHANGELOG.
---
 CHANGELOG | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 240c6a5..e3d8b5a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,3 @@
-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:
@@ -243,6 +235,7 @@ All Resolved Issues:
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error
   * [MESOS-9171] - Mesos agent crashes in CNI isolator when usage is queried
   * [MESOS-9177] - Mesos master segfaults when responding to /state requests.
+  * [MESOS-9185] - An attempt to remove or destroy container in composing containerizer leads to segfault.
   * [MESOS-9193] - Mesos build fail with Clang 3.5.
 
 ** Epic