Updated CHANGELOG for 0.26.1-rc3 release.

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

Branch: refs/heads/master
Commit: 9f3694e1855db11ccafa9f3350e1c0992e752e5b
Parents: 60dec41
Author: Michael Park <mp...@apache.org>
Authored: Thu Mar 31 19:34:03 2016 -0400
Committer: Michael Park <mp...@apache.org>
Committed: Tue Apr 12 23:05:18 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/9f3694e1/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 8ddd40f..1e07c8c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -583,14 +583,19 @@ All Issues:
 
 Release Notes - Mesos - Version 0.26.1
 --------------------------------------------
+* This is a bug fix release.
 
 ** Bug
+  * [MESOS-1187] - precision errors with allocation calculations.
   * [MESOS-3307] - Configurable size of completed task / framework history.
+  * [MESOS-3397] - sorter.cpp: Check failed: total.resources.contains(slaveId).
   * [MESOS-3605] - hdfs.du() fails on os x due to lack of native-hadoop 
library.
+  * [MESOS-3719] - Core dump on /teardown.
   * [MESOS-3773] - RegistryClientTest.SimpleGetBlob is flaky.
   * [MESOS-3834] - slave upgrade framework checkpoint incompatibility.
   * [MESOS-4031] - slave crashed in cgroupstatistics().
   * [MESOS-4069] - libevent_ssl_socket assertion fails.
+  * [MESOS-4071] - Master crash during framework teardown (Check failed: 
total.resources.contains(slaveId)).
   * [MESOS-4283] - Accept 3-field version of HDFS du output.
   * [MESOS-4311] - Protobuf parse should pass error messages when parsing 
nested JSON.
   * [MESOS-4409] - MasterTest.MaxCompletedFrameworksFlag is flaky.
@@ -601,12 +606,13 @@ Release Notes - Mesos - Version 0.26.1
   * [MESOS-4639] - Posix process executor can die with agent unit on systemd.
   * [MESOS-4711] - Race condition in libevent poll implementation causes crash.
   * [MESOS-4754] - The "executors" field is exposed under a backwards 
incompatible schema.
+  * [MESOS-4979] - os::rmdir does not handle special files (e.g., device, 
socket).
+  * [MESOS-5021] - Memory leak in subprocess when 'environment' argument is 
provided.
 
 ** Improvement
   * [MESOS-920]  - Set GLOG_drop_log_memory=false in environment prior to 
logging initialization.
   * [MESOS-2353] - Improve performance of the state.json endpoint for large 
clusters.
   * [MESOS-4302] - Offer filter timeouts are ignored if the allocator is slow 
or backlogged.
-  * [MESOS-4505] - Hierarchical allocator performance is slow due to Quota.
   * [MESOS-4566] - Avoid unnecessary temporary `std::string` constructions and 
copies in `jsonify`.
   * [MESOS-4636] - Add parent hook to subprocess.
   * [MESOS-4687] - Implement reliable floating point for scalar resources.

Reply via email to