You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/09/05 20:18:34 UTC

[mesos] 02/02: Added MESOS-9189 to the 1.7.0 CHANGELOG.

This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit a2e2f9738602b67d4349d7cf4a0e099c6c8757eb
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Wed Sep 5 13:10:19 2018 -0700

    Added MESOS-9189 to the 1.7.0 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index de091f2..2ded89e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -280,6 +280,7 @@ All Resolved Issues:
   * [MESOS-9110] - Add move support to the Resources / Resource_ wrappers.
   * [MESOS-9122] - Batch '/state' requests in the Master actor.
   * [MESOS-9129] - Port mapper CNI plugin should use '-n' option with 'iptables --list'
+  * [MESOS-9189] - Include 'Connection: close' header in master streaming API responses.
 
 ** Task
   * [MESOS-2633] - Move implementations of Framework struct functions out of master.hpp.