Repository: mesos Updated Branches: refs/heads/master ad1323b03 -> 301347ce9
Added MESOS-6606 and MESOS-7008 to CHANGELOG for 1.0.4. Also removed MESOS-7008 from 1.0.3 CHANGELOG which was incorrect. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/301347ce Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/301347ce Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/301347ce Branch: refs/heads/master Commit: 301347ce9ac573811a4a2c10a4cf7f3f3eb66302 Parents: ad1323b Author: Vinod Kone <[email protected]> Authored: Wed Apr 12 11:27:03 2017 -0700 Committer: Vinod Kone <[email protected]> Committed: Wed Apr 12 11:29:04 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/301347ce/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 0964b57..1b0ebda 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -922,6 +922,16 @@ All Issues: * [MESOS-5929] - Total cluster resources on master Mesos UI should have better spacing. +Release Notes - Mesos - Version 1.0.4 (WIP) +------------------------------------- +* This is a bug fix release. + +All Issues: +** Bug + * [MESOS-6606] - Reject optimized builds with libcxx before 3.9 + * [MESOS-7008] - Quota not recovered from registry in empty cluster. + + Release Notes - Mesos - Version 1.0.3 ------------------------------------- * This is a bug fix release. @@ -933,7 +943,6 @@ All Issues: * [MESOS-6621] - SSL downgrade path will CHECK-fail when using both temporary and persistent sockets * [MESOS-6676] - Always re-link with scheduler during re-registration. * [MESOS-6917] - Segfault when the executor sets an invalid UUID when sending a status update. - * [MESOS-7008] - Quota not recovered from registry in empty cluster. Release Notes - Mesos - Version 1.0.2
