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 2016/03/03 22:28:12 UTC

mesos git commit: Updated CHANGELOG for 0.28.0.

Repository: mesos
Updated Branches:
  refs/heads/master 534d35b8e -> 963cf687a


Updated CHANGELOG for 0.28.0.


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

Branch: refs/heads/master
Commit: 963cf687a6dcb8a4ee4145bf84cde29f14f87bcf
Parents: 534d35b
Author: Vinod Kone <vi...@gmail.com>
Authored: Thu Mar 3 13:27:03 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Mar 3 13:27:43 2016 -0800

----------------------------------------------------------------------
 CHANGELOG | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/963cf687/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 25cdcfe..cac13eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,6 @@
 Release Notes - Mesos - Version 0.28.0 (WIP)
 --------------------------------------------
-This release contains:
+This release contains several new features:
   * [MESOS-4343] - We have introduced a new cgroups isolator for enabling the
     net_cls subsystem in Linux. The cgroups/net_cls isolator allows operators to
     provide network performance isolation and network segmentation for
@@ -34,8 +34,9 @@ This release contains:
   * [MESOS-4591] - Change the object of ReserveResources and CreateVolume ACLs to `roles`.
 
  ** Deprecations:
-  * All Mesos HTTP endpoints  with ".json" suffix (e.g., /master/state.json) are deprecated
-    in favor of endpoints without the suffix (e.g., /master/state).
+  * All Mesos HTTP endpoints  with ".json" suffix (e.g., /master/state.json) are
+    deprecated in favor of endpoints without the suffix (e.g., /master/state).
+
 
 Release Notes - Mesos - Version 0.27.1
 --------------------------------------