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:32:37 UTC

[44/50] mesos git commit: Updated CHANGELOG for 0.26.1-rc1 release.

Updated CHANGELOG for 0.26.1-rc1 release.


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

Branch: refs/heads/0.26.x
Commit: a05261dbed1c2577676b11235380de95d586aeeb
Parents: 55c7fd8
Author: Michael Park <mp...@apache.org>
Authored: Fri Feb 26 21:03:30 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Fri Feb 26 21:03:30 2016 -0800

----------------------------------------------------------------------
 CHANGELOG | 39 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 38 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a05261db/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index d714abd..3b52bfc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,41 @@
-Release Notes - Mesos - Version 0.26.0 (WIP)
+Release Notes - Mesos - Version 0.26.1
+--------------------------------------------
+
+** Bug
+  * [MESOS-3307] - Configurable size of completed task / framework history.
+  * [MESOS-3605] - hdfs.du() fails on os x due to lack of native-hadoop library.
+  * [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-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.
+  * [MESOS-4449] - SegFault on agent during executor startup.
+  * [MESOS-4518] - MasterTest.MaxCompletedTasksPerFrameworkFlag is flaky.
+  * [MESOS-4582] - state.json serving duplicate "active" fields.
+  * [MESOS-4637] - Docker process executor can die with agent unit on systemd.
+  * [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.
+
+** 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.
+
+** Task
+  * [MESOS-4237] - Introduce `jsonify` to stout.
+  * [MESOS-4238] - Update `Master::Http::state` to use the `jsonify` facility.
+  * [MESOS-4239] - Update relevant libprocess components to support the `jsonify` facility.
+  * [MESOS-4435] - Update `Master::Http::stateSummary` to use `jsonify`.
+
+
+Release Notes - Mesos - Version 0.26.0
 --------------------------------------------
 
 ** API Changes: