You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2017/07/03 22:20:04 UTC

[2/3] mesos git commit: Added MESOS-7581 to the 1.2.2 CHANGELOG.

Added MESOS-7581 to the 1.2.2 CHANGELOG.

Review: https://reviews.apache.org/r/60427/


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

Branch: refs/heads/master
Commit: 2212414f85b5d80e9e91f1ea4274676356d363ab
Parents: f51ea7b
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Mon Jul 3 23:09:57 2017 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Mon Jul 3 23:10:58 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/2212414f/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index fd17d1e..0f27c8a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -301,6 +301,7 @@ All Issues:
   * [MESOS-7540] - Add an agent flag for executor re-registration timeout.
   * [MESOS-7546] - WAIT_NESTED_CONTAINER sometimes returns 404.
   * [MESOS-7569] - Allow "old" executors with half-open connections to be preserved during agent upgrade / restart.
+  * [MESOS-7581] - Fix interference of external Boost installations when using some unbundled dependencies.
   * [MESOS-7689] - Libprocess can crash on malformed request paths for libprocess messages.
   * [MESOS-7690] - The agent can crash when an unknown executor tries to register.