You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2018/06/26 22:04:20 UTC

mesos git commit: Updated the CHANGELOG for the 1.6.1 release.

Repository: mesos
Updated Branches:
  refs/heads/master b648f6987 -> 335459297


Updated the CHANGELOG for the 1.6.1 release.


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

Branch: refs/heads/master
Commit: 33545929719dc00c77dea1e455bd050aeed83044
Parents: b648f69
Author: Greg Mann <gr...@gmail.com>
Authored: Tue Jun 26 14:31:52 2018 -0700
Committer: Greg Mann <gr...@gmail.com>
Committed: Tue Jun 26 14:59:03 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/33545929/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 06822ba..e68c82e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,12 +21,20 @@ Additional API Changes:
   * `Isolator::recover` interface has been changed to take an `std::vector`
     instead of `std::list`.
 
-Release Notes - Mesos - Version 1.6.1 (WIP)
+
+Release Notes - Mesos - Version 1.6.2 (WIP)
+-------------------------------------------
+* This is a bug fix release.
+
+
+Release Notes - Mesos - Version 1.6.1
 -------------------------------------------
 * This is a bug fix release.
 
 ** Bug
+  * [MESOS-8106] - Docker fetcher plugin unsupported scheme failure message is not accurate.
   * [MESOS-8786] - CgroupIsolatorProcess accesses subsystem processes directly.
+  * [MESOS-8871] - Agent may fail to recover if the agent dies before image store cache checkpointed.
   * [MESOS-8904] - Master crash when removing quota.
   * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.
   * [MESOS-8942] - Master streaming API does not send (health) check updates for tasks.
@@ -38,6 +46,9 @@ Release Notes - Mesos - Version 1.6.1 (WIP)
   * [MESOS-9002] - GCC 8.1 build failure in os::Fork::Tree.
   * [MESOS-9025] - The container which joins CNI network and has checkpoint enabled will be mistakenly destroyed by agent.
 
+** Improvement
+  * [MESOS-8934] - Update python.m4 to support Python 3.
+
 
 Release Notes - Mesos - Version 1.6.0
 -------------------------------------------