You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/04/25 23:36:23 UTC

[42/48] mesos git commit: Updated CHANGELOG for 0.27.1-rc1 release.

Updated CHANGELOG for 0.27.1-rc1 release.


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

Branch: refs/heads/0.27.x
Commit: 864fe8eabd4a83b78ce9140c501908ee3cb90beb
Parents: 4d475af
Author: Michael Park <mp...@apache.org>
Authored: Tue Feb 16 16:02:36 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Tue Feb 16 16:06:31 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/864fe8ea/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 13ae949..5dae7c4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,29 @@
+Release Notes - Mesos - Version 0.27.1
+--------------------------------------
+* This is a bug fix release.
+
+** Bug
+  * [MESOS-4546] - Mesos Agents needs to re-resolve hosts in zk string on leader change / failure to connect.
+  * [MESOS-4563] - Docker::Container::Create should handle NetworkSettings.IPAddress being an empty string.
+  * [MESOS-4582] - state.json serving duplicate "active" fields.
+  * [MESOS-4585] - mesos-fetcher LIBPROCESS_PORT set to 5051 URI fetch failure.
+  * [MESOS-4587] - Docker environment variables must be able to contain the equal sign.
+  * [MESOS-4597] - `freebsd.hpp` is missing from the release tarball.
+  * [MESOS-4598] - Logrotate ContainerLogger should not remove IP from environment.
+  * [MESOS-4637] - Docker process executor can die with agent unit on systemd.
+  * [MESOS-4639] - Posix process executor can die with agent unit on systemd.
+  * [MESOS-4640] - Logrotate container logger can die with agent unit on systemd.
+  * [MESOS-4675] - Can not disable systemd support.
+
+** Improvement
+  * [MESOS-4566] - Avoid unnecessary temporary `std::string` constructions and copies in `jsonify`.
+  * [MESOS-4636] - Add parent hook to subprocess.
+
+** Task
+  * [MESOS-4435] - Update `Master::Http::stateSummary` to use `jsonify`.
+  * [MESOS-4531] - Document multi-disk support.
+
+
 Release Notes - Mesos - Version 0.27.0
 --------------------------------------------