Repository: mesos Updated Branches: refs/heads/master 499f724fa -> 40a0c3e85
Added CHANGELOG for 0.23.1, added title back for 0.23.0. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/40a0c3e8 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/40a0c3e8 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/40a0c3e8 Branch: refs/heads/master Commit: 40a0c3e850f75e44fecff09415ee7a64e92254d9 Parents: 499f724 Author: Adam B <[email protected]> Authored: Mon Sep 21 17:09:27 2015 -0700 Committer: Adam B <[email protected]> Committed: Mon Sep 21 17:09:27 2015 -0700 ---------------------------------------------------------------------- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/40a0c3e8/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index da5be06..885ab46 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -157,6 +157,17 @@ This release also includes several bug fixes and stability improvements. ** Wish * [MESOS-3276] - Add Scrapinghub to the Powered By Mesos page + +Release Notes - Mesos - Version 0.23.1 +-------------------------------------- +* This is a bug fix release. + +** Bug + * [MESOS-2986] - Docker version output is not compatible with Mesos + * [MESOS-3136] - COMMAND health checks with Marathon 0.10.0 are broken + + +Release Notes - Mesos - Version 0.23.0 -------------------------------------------- This release contains new features:
