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:23 UTC

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

Added MESOS-7378 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/a7fb1fbc
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a7fb1fbc
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a7fb1fbc

Branch: refs/heads/1.2.x
Commit: a7fb1fbce652512a61f42b31f7298960fa52d758
Parents: 180fc8b
Author: James Peach <jp...@apache.org>
Authored: Fri Nov 3 09:50:46 2017 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Nov 3 09:50:46 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a7fb1fbc/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 369e733..67d543e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ All Issues:
   * [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-7378] - Build failure with glibc 2.12.
   * [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.