Repository: mesos Updated Branches: refs/heads/master 7c9c72dad -> 40188e68e
Added MESOS-8668 to 1.7.0 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/40188e68 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/40188e68 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/40188e68 Branch: refs/heads/master Commit: 40188e68e3c4453e78cb103be74f3f4cf70b8f14 Parents: 7c9c72d Author: Andrew Schwartzmeyer <[email protected]> Authored: Thu Jun 28 11:50:19 2018 -0700 Committer: Andrew Schwartzmeyer <[email protected]> Committed: Thu Jun 28 11:50:59 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/40188e68/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 1f8f44a..7369317 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,12 @@ This release contains the following new features: * [MESOS-8340] Added a new `--enforce_container_ports` option to toggle ports resource enforcement by the `network/ports` isolator. + * [MESOS-8668] - Added support to libprocess for the Windows Thread Pool + API, replacing libevent with the native Windows event and thread pool + library. This can be enabled with `-DENABLE_LIBWINIO=ON` during CMake + configuration. By utilizing I/O Completion Ports, this enables + non-blocking asynchronous I/O on Windows for sockets, pipes, and files. + Additional API Changes: * Container logger module interface has been changed. The `prepare()` method now takes `ContainerID` and `ContainerConfig` instead.
