You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2016/04/13 08:05:27 UTC

[3/9] mesos git commit: Updated CHANGELOG for 0.24.2-rc5 release.

Updated CHANGELOG for 0.24.2-rc5 release.


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

Branch: refs/heads/master
Commit: c8f77e7f903016953aa116b358172b595f50e537
Parents: b87f913
Author: Michael Park <mp...@apache.org>
Authored: Fri Apr 1 17:30:20 2016 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Tue Apr 12 23:05:18 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/c8f77e7f/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 5c3ab78..4c4cb0e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -821,6 +821,7 @@ Release Notes - Mesos - Version 0.24.2
 
 ** Bug
   * [MESOS-1187] - precision errors with allocation calculations.
+  * [MESOS-3030] - Build failure on OS 10.11 using Xcode 7.
   * [MESOS-3046] - Stout's UUID re-seeds a new random generator during each call to UUID::random.
   * [MESOS-3051] - performance issues with port ranges comparison.
   * [MESOS-3052] - Allocator performance issue when using a large number of filters.
@@ -828,6 +829,7 @@ Release Notes - Mesos - Version 0.24.2
   * [MESOS-3397] - sorter.cpp: Check failed: total.resources.contains(slaveId).
   * [MESOS-3560] - JSON-based credential files do not work correctly.
   * [MESOS-3602] - hdfs du fails due to prepended / on path.
+  * [MESOS-3604] - ExamplesTest.PersistentVolumeFramework does not work in OS X El Capitan.
   * [MESOS-3605] - hdfs.du() fails on os x due to lack of native-hadoop library.
   * [MESOS-3719] - Core dump on /teardown.
   * [MESOS-3738] - Mesos health check is invoked incorrectly when Mesos slave is within the docker container.