You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2017/11/03 17:11:21 UTC

[4/6] mesos git commit: Added MESOS-7365 to the 1.2.3 CHANGELOG.

Added MESOS-7365 to the 1.2.3 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c6cf956e
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c6cf956e
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c6cf956e

Branch: refs/heads/1.2.x
Commit: c6cf956e4ef28b4f98073842ba3629889c17a37b
Parents: 83d7aaf
Author: James Peach <jp...@apache.org>
Authored: Fri Nov 3 09:43:05 2017 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Nov 3 09:43:05 2017 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c6cf956e/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 2ae7fb3..369e733 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ All Issues:
 ** Bug
   * [MESOS-6743] - Docker executor hangs forever if `docker stop` fails.
   * [MESOS-6950] - Launching two tasks with the same Docker image simultaneously may cause a staging dir never cleaned up.
+  * [MESOS-7365] - Compile error with recent glibc.
   * [MESOS-7652] - Docker image with universal containerizer does not work if WORKDIR is missing in the rootfs.
   * [MESOS-7858] - Launching a nested container with namespace/pid isolation, with glibc < 2.25, may deadlock the LinuxLauncher and MesosContainerizer.
   * [MESOS-7863] - Agent may drop pending kill task status updates.