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/04/25 23:35:44 UTC

[03/48] mesos git commit: Updated CHANGELOG for 0.27.0-rc2 release.

Updated CHANGELOG for 0.27.0-rc2 release.


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

Branch: refs/heads/0.27.x
Commit: 45be8ef26e3cba868fd6901d1421078d8f034373
Parents: 12d0cf4
Author: Michael Park <mp...@apache.org>
Authored: Wed Jan 27 20:02:21 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Wed Jan 27 20:04:51 2016 -0800

----------------------------------------------------------------------
 CHANGELOG | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/45be8ef2/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 78e7796..82c1be6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -80,6 +80,11 @@ Release Notes - Mesos - Version 0.27.0
   * [MESOS-4449] - SegFault on agent during executor startup
   * [MESOS-4507] - Replace busybox image with alpine in Docker tests
   * [MESOS-4515] - ContainerLoggerTest.LOGROTATE_RotateInSandbox breaks when running on Centos6.
+  * [MESOS-4530] - NetClsIsolatorTest.ROOT_CGROUPS_NetClsIsolate is flaky
+  * [MESOS-4533] - DiskUsageCollectorTest.ExcludeRelativePath fails on Linux
+  * [MESOS-4534] - Resources object can be mutated through the public API
+  * [MESOS-4535] - Logrotate ContainerLogger may not handle FD ownership correctly
+  * [MESOS-4539] - Exclude paths in Posix disk isolator should be absolute paths.
 
 ** Documentation
   * [MESOS-3581] - License headers show up all over doxygen documentation.