This is an automated email from the ASF dual-hosted git repository. bennoe pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit b19ac5d89616e0366fd90d8b856ef3adba008402 Author: Benno Evers <[email protected]> AuthorDate: Mon Jul 1 15:02:18 2019 +0200 Recorded Socket API change in CHANGELOG. Review: https://reviews.apache.org/r/70992 --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 182c837..164465a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -27,6 +27,13 @@ Additional API Changes: * Mesos components will now forego TLS certificate validation for incoming connections, unless `LIBPROCESS_SSL_REQUIRE_CERT` is set to true. + * The `Socket::connect(const Address&)` member function will now abort the + program when called on a `LibeventSSLSocket`. Instead, the new overload + `Socket::connect(const Address&, const TLSClientConfig&)` must be used. + + NOTE: This new overload is only available when libprocess is compiled + with `--enable-ssl`. + Release Notes - Mesos - Version 1.8.1 (WIP) ------------------------------------------- * This is a bug fix release.
