You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/05/10 21:43:00 UTC

mesos git commit: Added MESOS-7378 to CHANGELOG for 1.3.0.

Repository: mesos
Updated Branches:
  refs/heads/1.3.x bea6410c0 -> 9d7e366f5


Added MESOS-7378 to CHANGELOG for 1.3.0.


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

Branch: refs/heads/1.3.x
Commit: 9d7e366f59be30944dd74cc8cdab11d898e326fa
Parents: bea6410
Author: Neil Conway <ne...@gmail.com>
Authored: Wed May 10 14:42:43 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Wed May 10 14:42:43 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/9d7e366f/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f039c6c..a14bbb3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -94,7 +94,6 @@ Unresolved Critical Issues:
   * [MESOS-7298] - Fetcher caches files with world-readable permissions.
   * [MESOS-7362] - GPU support can't work when run spark.
   * [MESOS-7374] - Running DOCKER images in Mesos Container Runtime without `linux/filesystem` isolation enabled renders host unusable.
-  * [MESOS-7378] - Build failure with missing gnu_dev_major and gnu_dev_minor symbols.
   * [MESOS-7381] - Flaky tests in NestedMesosContainerizerTest.
   * [MESOS-7386] - Executor not cleaning up existing running docker containers if external logrotate/logger processes die/killed.
 
@@ -194,6 +193,7 @@ All Resolved Issues:
   * [MESOS-7363] - Improver master robustness against duplicate UPIDs.
   * [MESOS-7365] - Compile error with recent glibc.
   * [MESOS-7372] - Improve agent re-registration robustness.
+  * [MESOS-7378] - Build failure with glibc 2.12.
   * [MESOS-7389] - Mesos 1.2.0 crashes with pre-1.0 Mesos agents.
   * [MESOS-7400] - The mesos master crashes due to an incorrect invariant check in the decoder.
   * [MESOS-7427] - Registry puller cannot fetch manifests from Amazon ECR: 405 Unsupported.