You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/03/03 20:40:57 UTC

mesos git commit: Adjusted the format in CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/changelog [created] 19dd46750


Adjusted the format in CHANGELOG.


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

Branch: refs/heads/changelog
Commit: 19dd467500ea31371dbebe73a4acfa0346aa9e40
Parents: 5a5d58f
Author: Jie Yu <yu...@gmail.com>
Authored: Thu Mar 3 11:40:23 2016 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Mar 3 11:40:23 2016 -0800

----------------------------------------------------------------------
 CHANGELOG | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/19dd4675/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 7d168f7..0fe020d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,13 @@
 Release Notes - Mesos - Version 0.28.0 (WIP)
 --------------------------------------------
-* 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 containers within a Mesos cluster. To enable the cgroups/net_cls
-  isolator, append `cgroups/net_cls` to the `--isolation` flag when
-  starting the slave.  You can find more details about the isolator in
-  the Apache Mesos documentation page for `Mesos containerizer`.
+This release contains:
+  * [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 containers within a Mesos cluster. To enable the cgroups/net_cls
+                   isolator, append `cgroups/net_cls` to the `--isolation` flag when
+                   starting the slave. You can find more details about the isolator in
+                   the Apache Mesos documentation page for `Mesos containerizer`.
 
 ** API Changes:
   * [MESOS-4066] - Agent should not return partial state when a request is made to /state endpoint during recovery.