You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by me...@apache.org on 2015/04/29 09:54:15 UTC

mesos git commit: Updated CHANGELOG for 0.22.1-rc6 again, added MESOS-2461.

Repository: mesos
Updated Branches:
  refs/heads/master 4bce645cd -> 4b8767103


Updated CHANGELOG for 0.22.1-rc6 again, added MESOS-2461.


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

Branch: refs/heads/master
Commit: 4b8767103c475c8aaf87f45754cd1c85e5bb6cb3
Parents: 4bce645
Author: Adam B <ad...@mesosphere.io>
Authored: Wed Apr 29 00:52:56 2015 -0700
Committer: Adam B <ad...@mesosphere.io>
Committed: Wed Apr 29 00:52:56 2015 -0700

----------------------------------------------------------------------
 CHANGELOG | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4b876710/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 3b39097..f8d998d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,13 +11,18 @@ Release Notes - Mesos - Version 0.22.1
                    fetcher doesn't run.
   * [MESOS-2601] - Tasks are not removed after recovery from slave and mesos
                    containerizer
-  * [MESOS-2614] - Update name, hostname, failover_timeout, and webui_url
-                   in master on framework re-registration
   * [MESOS-2643] - Python scheduler driver disables implicit acknowledgments by
                    default.
   * [MESOS-2668] - Slave fails to recover when there are still processes left in
                    its cgroup
 
+** Improvement
+  * [MESOS-2461] - Slave should provide details on processes running in its
+                   cgroups
+
+** Task
+  * [MESOS-2614] - Update name, hostname, failover_timeout, and webui_url
+                   in master on framework re-registration
 
 Release Notes - Mesos - Version 0.22.0
 --------------------------------------