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

[mesos] 02/02: Added MESOS-8907 to the 1.5.3 CHANGELOG.

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

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

commit cc1ff4b7e79cadf3381cd0a71b04a50c655b2c85
Author: Till Toenshoff <to...@me.com>
AuthorDate: Mon Oct 22 22:03:56 2018 +0200

    Added MESOS-8907 to the 1.5.3 CHANGELOG.
---
 CHANGELOG | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 54469d7..ec8ccad 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,16 @@
-Release Notes - Mesos - Version 1.5.2
+Release Notes - Mesos - Version 1.5.3 (WIP)
 -------------------------------------------
 * This is a bug fix release.
 
 ** Bug
+  * [MESOS-8907] - Docker image fetcher fails with HTTP/2.
+
+
+Release Notes - Mesos - Version 1.5.2
+-------------------------------------
+* This is a bug fix release.
+
+** Bug
   * [MESOS-3790] - ZooKeeper connection should retry on `EAI_NONAME`.
   * [MESOS-8128] - Make os::pipe file descriptors O_CLOEXEC.
   * [MESOS-8418] - mesos-agent high cpu usage because of numerous /proc/mounts reads.