You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2019/05/16 13:52:55 UTC

[mesos] branch 1.5.x updated: Fixed a 1.5.4 CHANGELOG typo for MESOS-9787.

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

bmahler 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 11e34f2  Fixed a 1.5.4 CHANGELOG typo for MESOS-9787.
11e34f2 is described below

commit 11e34f29e893d92ff295208b544458fd9dc21079
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Thu May 16 15:50:21 2019 +0200

    Fixed a 1.5.4 CHANGELOG typo for MESOS-9787.
---
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 2e62e8c..6a53dc2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,7 +10,7 @@ Release Notes - Mesos - Version 1.5.4 (WIP)
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9707] - Calling link::lo() may cause runtime error
   * [MESOS-9766] - /__processes__ endpoint can hang.
-  * [MESOS-9787] - Low slow SSL (TLS) peer reverse DNS lookup.
+  * [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.
 
 ** Improvement
   * [MESOS-9159] - Support Foreign URLs in docker registry puller.