You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2019/12/05 15:42:25 UTC

[mesos] branch master updated (d9fe311 -> 925ad30)

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

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


    from d9fe311  Improved operator api subscribe initial payload performance.
     new e023901  Added MESOS-9968 to the 1.8.2 CHANGELOG.
     new 925ad30  Added MESOS-9968 and MESOS-9972 to the 1.9.1 CHANGELOG.

The 2 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 | 3 +++
 1 file changed, 3 insertions(+)


[mesos] 02/02: Added MESOS-9968 and MESOS-9972 to the 1.9.1 CHANGELOG.

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

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

commit 925ad30c0f3b249afe74bdeb1921c5fdbf1c5886
Author: Benno Evers <be...@apache.org>
AuthorDate: Thu Dec 5 12:21:12 2019 +0100

    Added MESOS-9968 and MESOS-9972 to the 1.9.1 CHANGELOG.
---
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index abd80e2..df09135 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,8 @@ Release Notes - Mesos - Version 1.9.1 (WIP)
   * [MESOS-9964] - Support destroying UCR containers in provisioning state.
   * [MESOS-9965] - Agent should not send `TASK_GONE_BY_OPERATOR` if the framework is not partition aware.
   * [MESOS-9966] - Agent crashes when trying to destroy orphaned nested container if root container is orphaned as well.
+  * [MESOS-9968] - WWWAuthenticate header parsing fails when commas are in (quoted) realm
+  * [MESOS-9972] - Update Names for TLS-related environment variables in libprocess.
   * [MESOS-10007] - Command executor can miss exit status for short-lived commands due to double-reaping.
   * [MESOS-10008] - Very large quota values can crash master.
   * [MESOS-10015] - updateAllocation() can stall the allocator with a huge number of reservations on an agent.


[mesos] 01/02: Added MESOS-9968 to the 1.8.2 CHANGELOG.

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

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

commit e0239013c255c6e912e90a2a2141436bdc94cfbf
Author: Benno Evers <be...@apache.org>
AuthorDate: Thu Dec 5 12:24:57 2019 +0100

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

diff --git a/CHANGELOG b/CHANGELOG
index 21d21d3..abd80e2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -290,6 +290,7 @@ Release Notes - Mesos - Version 1.8.2 (WIP)
   * [MESOS-9925] - Default executor takes a couple of seconds to start and subscribe Mesos agent.
   * [MESOS-9964] - Support destroying UCR containers in provisioning state.
   * [MESOS-9966] - Agent crashes when trying to destroy orphaned nested container if root container is orphaned as well.
+  * [MESOS-9968] - WWWAuthenticate header parsing fails when commas are in (quoted) realm
   * [MESOS-10007] - Command executor can miss exit status for short-lived commands due to double-reaping.
   * [MESOS-10015] - updateAllocation() can stall the allocator with a huge number of reservations on an agent.