Repository: mesos Updated Branches: refs/heads/1.0.x 17ac0240a -> f5721b520
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/f5721b52 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f5721b52 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f5721b52 Branch: refs/heads/1.0.x Commit: f5721b520450fff20337fab5c714f2a0dacf3dec Parents: 17ac024 Author: Vinod Kone <[email protected]> Authored: Wed Apr 12 11:27:03 2017 -0700 Committer: Vinod Kone <[email protected]> Committed: Wed Apr 12 11:39:13 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/f5721b52/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index fbebb98..d52ed8a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +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. @@ -9,7 +19,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
