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

[mesos] branch master updated (c1cb3ca -> 4286a28)

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

bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from c1cb3ca  Set 'Connection: close' in the master's streaming API responses.
     new 3db143f  Added MESOS-9189 to the 1.7.0 CHANGELOG.
     new 544f7a2  Added MESOS-9189 to the 1.6.2 CHANGELOG.
     new d3aa2bf  Added MESOS-9189 to the 1.5.2 CHANGELOG.
     new 4286a28  Added MESOS-9189 to the 1.4.3 CHANGELOG.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG | 10 ++++++++++
 1 file changed, 10 insertions(+)


[mesos] 03/04: Added MESOS-9189 to the 1.5.2 CHANGELOG.

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

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

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

diff --git a/CHANGELOG b/CHANGELOG
index cf6b351..ee74052 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -785,6 +785,9 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
   * [MESOS-9196] - Removing rootfs mounts may fail with EBUSY.
 
+** Improvement
+  * [MESOS-9189] - Include 'Connection: close' header in master streaming API responses.
+
 
 Release Notes - Mesos - Version 1.5.1
 -------------------------------------


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

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4286a28c7d8129ff0f3d46c3d86b29f694b481c8
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 ee74052..8e14a7f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1323,6 +1323,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
 -------------------------------------


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

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

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

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

diff --git a/CHANGELOG b/CHANGELOG
index 73df03b..cf6b351 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -364,6 +364,9 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
   * [MESOS-9196] - Removing rootfs mounts may fail with EBUSY.
 
+** Improvement
+  * [MESOS-9189] - Include 'Connection: close' header in master streaming API responses.
+
 
 Release Notes - Mesos - Version 1.6.1
 -------------------------------------


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

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3db143f7dfc20593433b06adde0d4d023fbd2c5f
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 2f82122..73df03b 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.