Repository: mesos Updated Branches: refs/heads/master ba37b1ae0 -> 688d3a097
Updated CHANGELOG for 0.27 WIP. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/688d3a09 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/688d3a09 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/688d3a09 Branch: refs/heads/master Commit: 688d3a09727d233b2eaa8d2dd5079428125c49ff Parents: ba37b1a Author: Till Toenshoff <[email protected]> Authored: Tue Dec 15 02:31:06 2015 +0100 Committer: Till Toenshoff <[email protected]> Committed: Tue Dec 15 02:31:06 2015 +0100 ---------------------------------------------------------------------- CHANGELOG | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/688d3a09/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index dbefa5d..2ef8fe6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ -Release Notes - Mesos - Version 0.26.0 (WIP) +Release Notes - Mesos - Version 0.27.0 (WIP) -------------------------------------------- + +Release Notes - Mesos - Version 0.26.0 +-------------------------------------- + ** API Changes: * [MESOS-3560] - Fix JSON-based credential files by changing protobuf `Credential` field `secret` from bytes to string. * [MESOS-3824] - Add /frameworks endpoint to master. @@ -117,7 +121,7 @@ Release Notes - Mesos - Version 0.26.0 (WIP) * [MESOS-3900] - Enable mesos-reviewbot project on jenkins to use docker. Release Notes - Mesos - Version 0.25.0 --------------------------------------------- +-------------------------------------- This release contains: * [MESOS-1474] - Experimental support for maintenance primitives. Please refer to maintenance.md for more information. @@ -235,7 +239,7 @@ Release Notes - Mesos - Version 0.24.1 Release Notes - Mesos - Version 0.24.0 --------------------------------------------- +-------------------------------------- This release contains experimental v1 scheduler HTTP API. This allows framework schedulers to send HTTP requests to master endpoint ('/api/v1/scheduler') without the need for a driver. @@ -387,7 +391,7 @@ Release Notes - Mesos - Version 0.23.1 Release Notes - Mesos - Version 0.23.0 --------------------------------------------- +-------------------------------------- This release contains new features: * [MESOS-1585] - Per-container network isolation: bandwidth capping and unique
