You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/11/02 15:11:17 UTC

mesos git commit: Tweaked some CHANGELOG text for 1.1.0.

Repository: mesos
Updated Branches:
  refs/heads/master acc3efd82 -> 316833b9d


Tweaked some CHANGELOG text for 1.1.0.

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


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

Branch: refs/heads/master
Commit: 316833b9d71233d2d2644144a1783f3aada6e7e5
Parents: acc3efd
Author: Neil Conway <ne...@gmail.com>
Authored: Wed Nov 2 16:12:03 2016 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Nov 2 16:12:03 2016 +0100

----------------------------------------------------------------------
 CHANGELOG | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/316833b9/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 6bd7e60..ed78657 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,7 +15,7 @@ This release contains the following new features:
     Executors may now use the updated `HealthCheck` protobuf to implement
     HTTP(S) health checks. Both default executors (command and docker) leverage
     `curl` binary for sending HTTP(S) requests and connect to `127.0.0.1`,
-    hence a task must listen on all interfaces. On Linux, For BRIDGE and USER
+    hence a task must listen on all interfaces. On Linux, for BRIDGE and USER
     modes, docker executor enters the task's network namespace.
 
   * [MESOS-3421] - **Experimental** Support sharing of resources across
@@ -25,14 +25,12 @@ This release contains the following new features:
   * [MESOS-3567] - **Experimental** support for TCP health checks. Executors
     may now use the updated `HealthCheck` protobuf to implement TCP health
     checks. Both default executors (command and docker) connect to `127.0.0.1`,
-    hence a task must listen on all interfaces. On Linux, For BRIDGE and USER
+    hence a task must listen on all interfaces. On Linux, for BRIDGE and USER
     modes, docker executor enters the task's network namespace.
 
-  * [MESOS-4324] - Allow access to persistent volumes as read-only or read-write
-    by tasks. Mesos doesn't allow persistent volumes to be created as read-only
-    but in 1.1 it starts allow tasks to use the volumes as read-only. This is
-    mainly motivated by shared persistent volumes but applies to regular
-    persistent volumes as well.
+  * [MESOS-4324] - Allow tasks to access persistent volumes in either a
+    read-only or read-write manner. Using a volume in read-only mode can
+    simplify sharing that volume between multiple tasks on the same agent.
 
   * [MESOS-5275] - **Experimental** support for linux capabilities. Frameworks
     or operators now have fine-grained control over the capabilities that a