You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2018/05/04 23:10:07 UTC

mesos git commit: Added MESOS-8682 and MESOS-8659 to the 1.6.0 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 629c12f57 -> a779b2787


Added MESOS-8682 and MESOS-8659 to the 1.6.0 CHANGELOG.

Review: https://reviews.apache.org/r/66970/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a779b278
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a779b278
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a779b278

Branch: refs/heads/master
Commit: a779b2787d4a9c3e8011b6602be158e0354d2158
Parents: 629c12f
Author: Greg Mann <gr...@gmail.com>
Authored: Fri May 4 15:57:41 2018 -0700
Committer: Greg Mann <gr...@gmail.com>
Committed: Fri May 4 16:09:18 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a779b278/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 58b56f3..19eae96 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,11 +23,18 @@ This release contains the following new features:
     to more gracefully handle situations in which the Docker CLI is
     unresponsive.
 
-  * [MESOS-8607] - The ‘mesos-execute’ tool has been ported to Windows.
+  * [MESOS-8607] - The `mesos-execute` tool has been ported to Windows.
 
   * [MESOS-8649] - **Experimental** Support for Container Storage Interface
     (CSI) version 0.2 in Mesos.
 
+  * [MESOS-8659] - The Windows build now links the C runtime library
+    dynamically instead of statically. This requires the Visual Studio
+    redistributable to be available at runtime.
+
+  * [MESOS-8682] - The use of the C runtime library's POSIX wrappers on
+    Windows has been deprecated in favor of the native Windows APIs.
+
   * [MESOS-8725] - Added a new `max_completion_time` field to `TaskInfo`.
     Tasks which do not complete at the end of the specified duration will
     fail with a new reason `REASON_MAX_COMPLETION_TIME_REACHED`.