You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/10/19 23:40:59 UTC

[mesos] branch 1.5.x updated: Added MESOS-8978 to 1.5.2 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/1.5.x by this push:
     new aac9f00  Added MESOS-8978 to 1.5.2 CHANGELOG.
aac9f00 is described below

commit aac9f00d191a43acdb7335b4510262865d3a4147
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Fri Oct 19 16:38:03 2018 -0700

    Added MESOS-8978 to 1.5.2 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 76cb080..b5e5833 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-8947] - Improve the container preparing logging in IOSwitchboard and volume/secret isolator.
   * [MESOS-8952] - process::await/collect n^2 performance issue.
   * [MESOS-8963] - Executor crash trying to print container ID.
+  * [MESOS-8978] - Command executor calling setsid breaks the tty support.
   * [MESOS-8980] - mesos-slave can deadlock with docker pull.
   * [MESOS-8986] - `slave.available()` in the allocator is expensive and drags down allocation performance.
   * [MESOS-8987] - Master asks agent to shutdown upon auth errors.