Updated Branches: refs/heads/master 3537fa34c -> 0548f0be3
Updated CHANGELOG for 0.15.0-rc4. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0548f0be Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0548f0be Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0548f0be Branch: refs/heads/master Commit: 0548f0be38ddcc948e783038d289dc1fa3a7a7c3 Parents: 3537fa3 Author: Vinod Kone <[email protected]> Authored: Tue Nov 12 15:53:01 2013 -0800 Committer: Vinod Kone <[email protected]> Committed: Tue Nov 12 15:53:44 2013 -0800 ---------------------------------------------------------------------- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/0548f0be/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index bad3626..ebba59b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -34,6 +34,7 @@ Release Notes - Mesos - Version 0.15.0 * [MESOS-738] - CgroupsIsolatorTest.ROOT_CGROUPS_BalloonFramework_NoBuffer can't finish * [MESOS-746] - master error when start with --weights input parameters * [MESOS-747] - FaultToleranceTest.ReregisterFrameworkExitedExecutor test fails + * [MESOS-758] - Incorrect memory statistics are reported under linux * [MESOS-762] - Revert the use of the soft limit and memory threshold notifications. * [MESOS-771] - StatusUpdateManagerTest.DuplicateTerminalUpdateBeforeAck is flaky * [MESOS-773] - StatusUpdateManagerTest.DuplicateTerminalUpdateBeforeAck is flaky @@ -41,6 +42,7 @@ Release Notes - Mesos - Version 0.15.0 * [MESOS-777] - GarbageCollectorIntegrationTest.ExitedFramework test is flaky * [MESOS-787] - Authenticatee process deadlocks * [MESOS-792] - FaultToleranceTest.SchedulerFailoverFrameworkMessage is flaky + * [MESOS-801] - SlaveRecoveryTest / ReconcileTasksMissingFromSlave is flaky. ** Documentation * [MESOS-518] - Improve README with Markdown
