You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2017/08/28 23:46:50 UTC

[2/2] mesos git commit: Added MESOS-7922 to the 1.4.0 CHANGELOG.

Added MESOS-7922 to the 1.4.0 CHANGELOG.


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

Branch: refs/heads/1.4.x
Commit: 718364ccd6f503901bdc0d3c5306d5ad15aab921
Parents: 5ad8e26
Author: Michael Park <mp...@apache.org>
Authored: Mon Aug 28 16:46:38 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Mon Aug 28 16:46:38 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/718364cc/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f5b7e9a..084209a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -168,6 +168,7 @@ All Resolved Issues:
   * [MESOS-7871] - Agent fails assertion during request to '/state'
   * [MESOS-7888] - Track fetcher task success and failures
   * [MESOS-7909] - Ordering dependency between 'linux/capabilities' and 'docker/runtime' isolator.
+  * [MESOS-7922] - Fix communication between old masters and new agents.
 
 ** Documentation
   * [MESOS-7246] - Add documentation for AGENT_ADDED/AGENT_REMOVED events.