Repository: mesos Updated Branches: refs/heads/master eba5a7339 -> 00a466e8a
Updated CHANGELOG for 0.23.0-rc4 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/00a466e8 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/00a466e8 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/00a466e8 Branch: refs/heads/master Commit: 00a466e8af9884a1f27b114f97b75fa4fcf3cc8f Parents: eba5a73 Author: Adam B <[email protected]> Authored: Fri Jul 17 15:43:57 2015 -0700 Committer: Adam B <[email protected]> Committed: Fri Jul 17 15:43:57 2015 -0700 ---------------------------------------------------------------------- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/00a466e8/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 4004da5..1a8649d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -181,6 +181,9 @@ This release also includes several bug fixes and stability improvements. * [MESOS-3005] - SSL tests can fail depending on hostname configuration * [MESOS-3025] - 0.22.x scheduler driver drops 0.23.x reconciliation status updates due to missing StatusUpdate.uuid. + * [MESOS-3034] - ReservationTest.CompatibleCheckpointedResources is flaky + * [MESOS-3055] - Master doesn't properly handle SUBSCRIBE call + * [MESOS-3060] - FTP response code for success not recognized by fetcher. ** Documentation * [MESOS-2205] - Add user documentation for reservations @@ -194,6 +197,7 @@ This release also includes several bug fixes and stability improvements. * [MESOS-2886] - Capture some testing patterns we use in a doc * [MESOS-2942] - Create documentation for using SSL * [MESOS-2992] - Improve attribute documentation to reflect current state + * [MESOS-3033] - Add user guide for oversubscription ** Improvement * [MESOS-692] - Reservations are not reported in master's state.json
