This is an automated email from the ASF dual-hosted git repository. tillt pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 414805d337d1ac1996065995d860c2ec5ad50887 Author: Till Toenshoff <toensh...@me.com> AuthorDate: Sat Dec 1 14:38:13 2018 +0100 Added MESOS-9411 to 1.7.1 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 99f0c57..7996541 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -28,6 +28,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP) * [MESOS-9325] - Optimize `Resources::filter` operation. * [MESOS-9332] - Nested container should run as the same user of its parent container by default. * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns. + * [MESOS-9411] - Validation of JWT tokens using HS256 hashing algorithm is not thread safe. * [MESOS-9418] - Add support for the `Discard` blkio operation type. * [MESOS-9419] - Executor to framework message crashes master if framework has not re-registered.