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/04/29 02:26:02 UTC

[2/2] mesos git commit: Added backport of MESOS-5018 to 0.27.3.

Added backport of MESOS-5018 to 0.27.3.

This reflects the backport of MESOS-5018 to the 0.27.x branch.

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


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

Branch: refs/heads/0.27.x
Commit: bca997e0f4bd4b982787fcdbb9824b79ba2cf442
Parents: 0348f42
Author: Benjamin Mahler <bm...@apache.org>
Authored: Thu Apr 28 16:37:41 2016 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Thu Apr 28 17:14:53 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/bca997e0/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ccc32f0..2f5d255 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ All Issues:
 ** Bug
   * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS distribution has perf backports.
   * [MESOS-4869] - /usr/libexec/mesos/mesos-health-check using/leaking a lot of memory.
+  * [MESOS-5018] - FrameworkInfo Capability enum does not support upgrades.
   * [MESOS-5021] - Memory leak in subprocess when 'environment' argument is provided.