You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/10/31 21:58:37 UTC

[mesos] branch 1.5.x updated: Modified the 1.5.2 CHANGELOG for rc2.

This is an automated email from the ASF dual-hosted git repository.

gilbert pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.5.x by this push:
     new 6008868  Modified the 1.5.2 CHANGELOG for rc2.
6008868 is described below

commit 6008868c715733b7d798279e9b39ae3483f7d955
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Wed Oct 31 14:56:27 2018 -0700

    Modified the 1.5.2 CHANGELOG for rc2.
    
    (cherry picked from commit a9196e877051c696a1e3ee1b432fe75eb6391b67)
---
 CHANGELOG | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 304513b..89354c8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,15 +1,3 @@
-Release Notes - Mesos - Version 1.5.3 (WIP)
--------------------------------------------
-* This is a bug fix release.
-
-** Bug
-  * [MESOS-8907] - Docker image fetcher fails with HTTP/2.
-  * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
-
-** Improvement
-  * [MESOS-9305] - Create cgoup recursively to workaround systemd deleting cgroups_root.
-
-
 Release Notes - Mesos - Version 1.5.2
 -------------------------------------
 * This is a bug fix release.
@@ -25,6 +13,7 @@ Release Notes - Mesos - Version 1.5.2
   * [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-8907] - Docker image fetcher fails with HTTP/2.
   * [MESOS-8917] - Agent leaking file descriptors into forked processes.
   * [MESOS-8921] - Autotools don't work with newer OpenJDK versions.
   * [MESOS-8935] - Quota limit "chopping" can lead to cpu-only and memory-only offers.
@@ -56,7 +45,9 @@ Release Notes - Mesos - Version 1.5.2
   * [MESOS-9267] - Mesos agent crashes when CNI network is not configured but used.
   * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
   * [MESOS-9283] - Docker containerizer actor can get backlogged with large number of containers.
+  * [MESOS-9305] - Create cgoup recursively to workaround systemd deleting cgroups_root.
   * [MESOS-9308] - URI disk profile adaptor could deadlock.
+  * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
 
 
 Release Notes - Mesos - Version 1.5.1