This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a commit to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/1.8.x by this push:
new a07fe23 Fixed a 1.8.1 CHANGELOG typo for MESOS-9787.
a07fe23 is described below
commit a07fe233df91f9d945339bf9cffeefa3d0e5f7ad
Author: Benjamin Mahler <[email protected]>
AuthorDate: Thu May 16 15:49:51 2019 +0200
Fixed a 1.8.1 CHANGELOG typo for MESOS-9787.
---
CHANGELOG | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
index 3ca814f..94a4c4f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,7 +7,7 @@ Release Notes - Mesos - Version 1.8.1 (WIP)
* [MESOS-9616] - `Filters.refuse_seconds` declines resources not in offers.
* [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
* [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.
Release Notes - Mesos - Version 1.8.0
-------------------------------------