Repository: mesos Updated Branches: refs/heads/master 28b8e7a40 -> 46e0f2612
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/46e0f261 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/46e0f261 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/46e0f261 Branch: refs/heads/master Commit: 46e0f26120b18605381010c3f4a28e26e5780926 Parents: 28b8e7a Author: Michael Park <[email protected]> Authored: Tue Feb 16 16:02:36 2016 -0800 Committer: Michael Park <[email protected]> Committed: Tue Feb 16 16:02:36 2016 -0800 ---------------------------------------------------------------------- CHANGELOG | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/46e0f261/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index c08408b..004978f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,32 @@ Release Notes - Mesos - Version 0.28.0 (WIP) * [MESOS-4479] - Implement reservation labels. +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 --------------------------------------------
