You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2017/09/02 03:30:33 UTC

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

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

Branch: refs/heads/1.4.x
Commit: 60b8d41bc2ebb8316f9af9d0f45407b90d87a3d6
Parents: a431c85
Author: Benjamin Mahler <bm...@apache.org>
Authored: Fri Sep 1 20:29:08 2017 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Fri Sep 1 20:29:08 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/60b8d41b/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 051ce78..f38f4b0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -179,6 +179,7 @@ All Resolved Issues:
   * [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.
+  * [MESOS-7934] - OOM due to LibeventSSLSocket send incorrectly return 0, repeatedly.
 
 ** Documentation
   * [MESOS-7246] - Add documentation for AGENT_ADDED/AGENT_REMOVED events.