Repository: mesos Updated Branches: refs/heads/master a1355534e -> 573541db4
Added CHANGELOG for 0.19.1. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1fdedd18 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1fdedd18 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1fdedd18 Branch: refs/heads/master Commit: 1fdedd182e7e7e4d8a287c6821fa729ca268f171 Parents: a135553 Author: Benjamin Mahler <[email protected]> Authored: Mon Jul 14 14:02:00 2014 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Mon Jul 14 14:02:00 2014 -0700 ---------------------------------------------------------------------- CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/1fdedd18/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 70aeb85..0388c4f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +Release Notes - Mesos - Version 0.19.1 +-------------------------------------- +* This is a bug fix release. + +** Bug + * [MESOS-1448] - Mesos Fetcher doesn't support URLs that have 30X redirects. + * [MESOS-1534] - Scheduler process is not explicitly terminated in the destructor of MesosSchedulerDriver. + * [MESOS-1538] - A container destruction in the middle of a launch leads to CHECK failure. + * [MESOS-1539] - No longer able to spin up Mesos master in local mode. + * [MESOS-1550] - MesosSchedulerDriver should never, ever, call 'stop'. + * [MESOS-1551] - Master does not create work directory when missing. + + Release Notes - Mesos - Version 0.19.0 -------------------------------------- * The primary feature of this release is the "Registrar". This is the addition
