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:53 UTC

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

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

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

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

    Added MESOS-9189 to the 1.4.3 CHANGELOG.
---
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index c240721..88c0a0c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,9 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
   * [MESOS-9147] - Agent and scheduler driver authentication retry backoff time could overflow.
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
 
+** Improvement
+  * [MESOS-9189] - Include 'Connection: close' header in master streaming API responses.
+
 
 Release Notes - Mesos - Version 1.4.2
 -------------------------------------------