Repository: mesos Updated Branches: refs/heads/master 2ac34e2c9 -> 016b02d7e
Added CHANGELOG for 0.24.1 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/016b02d7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/016b02d7 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/016b02d7 Branch: refs/heads/master Commit: 016b02d7ed5a65bcad9261a133c8237c2df66e6e Parents: 2ac34e2 Author: Adam B <[email protected]> Authored: Fri Sep 18 17:05:07 2015 -0700 Committer: Adam B <[email protected]> Committed: Fri Sep 18 17:06:07 2015 -0700 ---------------------------------------------------------------------- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/016b02d7/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index cd71399..bed2c1e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +Release Notes - Mesos - Version 0.24.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.24.0 -------------------------------------------- This release contains experimental v1 scheduler HTTP API. This allows framework schedulers @@ -519,6 +528,7 @@ Release Notes - Mesos - Version 0.22.1 * [MESOS-2614] - Update name, hostname, failover_timeout, and webui_url in master on framework re-registration + Release Notes - Mesos - Version 0.22.0 -------------------------------------- @@ -722,6 +732,7 @@ Release Notes - Mesos - Version 0.21.1 * [MESOS-1925] Docker kill does not allow containers to exit gracefully * [MESOS-2113] Improve configure to find apr and svn libraries/headers in OSX + Release Notes - Mesos - Version 0.21.0 --------------------------------------
