This is an automated email from the ASF dual-hosted git repository. bennoe pushed a commit to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 4575c9b452c25f64e6c6cc3eddc12ed3b1f8538b Author: Benno Evers <[email protected]> AuthorDate: Thu Dec 5 12:21:12 2019 +0100 Added MESOS-9968 to the 1.9.1 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 08e8944..ed834f1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ 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.
