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

[mesos] 02/02: Added MESOS-9317 to the 1.5.3 CHANGELOG.

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

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

commit 9c28b265804269de9411f04cfcccefe3bdd8ef1a
Author: Till Toenshoff <to...@me.com>
AuthorDate: Tue Nov 20 17:35:52 2018 +0100

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

diff --git a/CHANGELOG b/CHANGELOG
index 0c68284..8798f91 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ Release Notes - Mesos - Version 1.5.3 (WIP)
 
 ** Bug
   * [MESOS-7474] - Mesos fetcher cache doesn't retry when missed.
+  * [MESOS-9317] - Some master endpoints do not handle failed authorization properly.
   * [MESOS-9332] - Nested container should run as the same user of its parent container by default.