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

[2/2] 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/31f13a52
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/31f13a52
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/31f13a52

Branch: refs/heads/1.2.x
Commit: 31f13a52bc5f1fd8c52275b50f9ca5f4857d5e86
Parents: da240ec
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Mon Jul 3 23:09:57 2017 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Tue Jul 4 00:04:52 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/31f13a52/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index bda88ff..3b2be74 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,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.