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 2016/08/02 21:51:52 UTC

mesos git commit: Added MESOS-5913 to 0.28.3 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master e8d26baac -> 575e30e73


Added MESOS-5913 to 0.28.3 CHANGELOG.


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

Branch: refs/heads/master
Commit: 575e30e734fca22bc9db960af58ae7ec7d25100c
Parents: e8d26ba
Author: Benjamin Mahler <bm...@apache.org>
Authored: Tue Aug 2 14:49:45 2016 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Tue Aug 2 14:51:15 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/575e30e7/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 35b19a3..1335189 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -854,6 +854,7 @@ All Issues:
   * [MESOS-5698] - Quota sorter not updated for resource changes at agent.
   * [MESOS-5740] - Consider adding `relink` functionality to libprocess.
   * [MESOS-5576] - Masters may drop the first message they send between masters after a network partition.
+  * [MESOS-5913] - Stale socket FD usage when using libevent + SSL.
   * [MESOS-5943] - Incremental http parsing of URLs leads to decoder error.