You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/09/14 22:16:27 UTC

mesos git commit: Updated 0.24.0 CHANGELOG to remove issues that were not "Fixed".

Repository: mesos
Updated Branches:
  refs/heads/master 9adac523c -> c80192ffd


Updated 0.24.0 CHANGELOG to remove issues that were not "Fixed".


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c80192ff
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c80192ff
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c80192ff

Branch: refs/heads/master
Commit: c80192ffde411bfd85cef5342b1637b97b228f76
Parents: 9adac52
Author: Vinod Kone <vi...@gmail.com>
Authored: Mon Sep 14 13:15:08 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Sep 14 13:15:08 2015 -0700

----------------------------------------------------------------------
 CHANGELOG | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c80192ff/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f786667..cd71399 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,7 +9,6 @@ The release also includes these features:
 * API Changes:
   * [MESOS-2293] - Implement the scheduler endpoint on master
   * [MESOS-3135] - Publish MasterInfo to ZK using JSON
-  * [MESOS-2830] - Add an endpoint to slaves to allow launching system administration tasks
 
 * Binary API Changes (e.g., new flags)
     * [MESOS-3154] - Enable Mesos Agent Node to use arbitrary script / module to figure out IP, HOSTNAME
@@ -120,15 +119,11 @@ This release also includes several bug fixes and stability improvements.
     * [MESOS-2294] - Implement the Events stream on master for Call endpoint
     * [MESOS-2640] - Remove old frameworks and ec2 scripts from core Mesos repository
     * [MESOS-2910] - Add an Event message handler to scheduler driver
-    * [MESOS-2912] - Provide a Python library for master detection
     * [MESOS-2913] - Scheduler driver should send Call messages to the master
     * [MESOS-2933] - Pass slave's total resources to the ResourceEstimator and QoSController via Slave::usage().
     * [MESOS-2961] - Add cpuacct subsystem utils to cgroups
     * [MESOS-3012] - Support existing message passing optimization with Event/Call.
-    * [MESOS-3044] - Slaves are not deactivated upon reaching a maintenance window
     * [MESOS-3067] - Implement a streaming response decoder for events stream
-    * [MESOS-3068] - Registry operations are hardcoded for a single key (Registry object)
-    * [MESOS-3077] - Registry recovery does not recover the maintenance object.
     * [MESOS-3088] - Update scheduler driver to send SUBSCRIBE call
     * [MESOS-3089] - Update scheduler library to send REQUEST call
     * [MESOS-3101] - Standardize separation of Windows/Linux-specific OS code