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 2016/03/08 05:32:51 UTC

mesos git commit: Updated CHANGELOG for 0.27.2-rc1 release.

Repository: mesos
Updated Branches:
  refs/heads/master 83f3db058 -> e9f3e3959


Updated CHANGELOG for 0.27.2-rc1 release.


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

Branch: refs/heads/master
Commit: e9f3e3959e49cc512b36d832da660816123b3dd4
Parents: 83f3db0
Author: Michael Park <mp...@apache.org>
Authored: Fri Feb 26 19:07:20 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Mon Mar 7 23:31:57 2016 -0500

----------------------------------------------------------------------
 CHANGELOG | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e9f3e395/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 236d90f..1fbf302 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -228,6 +228,19 @@ All Issues:
     * [MESOS-4834] - Add 'file' fetcher plugin.
 
 
+Release Notes - Mesos - Version 0.27.2
+--------------------------------------
+* This is a bug fix release.
+
+** Bug
+  * [MESOS-4693] - Variable shadowing in HookManager::slavePreLaunchDockerHook.
+  * [MESOS-4711] - Race condition in libevent poll implementation causes crash.
+  * [MESOS-4754] - The "executors" field is exposed under a backwards incompatible schema.
+
+** Improvement
+  * [MESOS-4687] - Implement reliable floating point for scalar resources.
+
+
 Release Notes - Mesos - Version 0.27.1
 --------------------------------------
 * This is a bug fix release.