You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/08/02 23:31:16 UTC

[1/2] mesos git commit: Added MESOS-5388 to 1.0.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 9579a298d -> a2541e6b4


Added MESOS-5388 to 1.0.1 CHANGELOG.

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


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

Branch: refs/heads/master
Commit: 2d605f0ba9d343bc316fe30baf8430409a28bc5b
Parents: 9579a29
Author: Gilbert Song <so...@gmail.com>
Authored: Tue Aug 2 16:31:07 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Aug 2 16:31:07 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2d605f0b/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 6168b5e..56116ed 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ Release Notes - Mesos - Version 1.0.1
 
 All Issues:
 ** Bug
+  * [MESOS-5388] - MesosContainerizerLaunch flags execute arbitrary commands via shell.
   * [MESOS-5911] - Webui redirection to leader in browser does not work.
   * [MESOS-5913] - Stale socket FD usage when using libevent + SSL.
   * [MESOS-5923] - Ubuntu 14.04 LTS GPU Isolator "/run" directory is noexec.


[2/2] mesos git commit: Fixed the white space indentation in CHANGELOG.

Posted by ji...@apache.org.
Fixed the white space indentation in CHANGELOG.

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


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

Branch: refs/heads/master
Commit: a2541e6b483fa69f99c59b655e681282dee545e2
Parents: 2d605f0
Author: Gilbert Song <so...@gmail.com>
Authored: Tue Aug 2 16:31:10 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Aug 2 16:31:10 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a2541e6b/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 56116ed..eca695c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -584,7 +584,7 @@ All Issues:
     * [MESOS-5356] - Add Windows support for StopWatch
     * [MESOS-5360] - Set death signal for dvdcli subprocess in docker volume isolator.
     * [MESOS-5370] - Add deprecation support for Flags
-    * [MESOS-5372] - Add random() to os:: namespace 
+    * [MESOS-5372] - Add random() to os:: namespace
     * [MESOS-5373] - Remove `Zookeeper's` NTDDI_VERSION define
     * [MESOS-5374] - Add support for Console Ctrl handling in `slave.cpp`
     * [MESOS-5375] - Implement stout/os/windows/kill.hpp
@@ -655,7 +655,7 @@ All Issues:
     * [MESOS-3439] - Port ip_tests
     * [MESOS-3443] - Windows: Port protobuf_tests.hpp
     * [MESOS-3541] - Add CMakeLists that builds the Mesos master
-    * [MESOS-3558] - Implement  HTTPCommandExecutor that uses the Executor Library 
+    * [MESOS-3558] - Implement  HTTPCommandExecutor that uses the Executor Library
     * [MESOS-3559] - Make the Command Scheduler use the HTTP Scheduler Library
     * [MESOS-3609] - Port slave/gc.cpp
     * [MESOS-3610] - Port slave/flags.cpp to Windows
@@ -709,8 +709,8 @@ All Issues:
     * [MESOS-3779] - Slave/Agent Rename Phase I - Update terms in Web UI.
     * [MESOS-3781] - Replace Master/Slave Terminology Phase I - Rename flag names and deprecate old ones
     * [MESOS-3782] - Slave/Agent Rename Phase I - Add duplicate binaries (or create symlinks)
-    * [MESOS-3783] - Replace Master/Slave Terminology Phase I - Update documentation 
-    * [MESOS-3784] - Replace Master/Slave Terminology Phase I - Update mesos-cli 
+    * [MESOS-3783] - Replace Master/Slave Terminology Phase I - Update documentation
+    * [MESOS-3784] - Replace Master/Slave Terminology Phase I - Update mesos-cli
     * [MESOS-3854] - Finalize design for generalized Authorizer interface
     * [MESOS-3945] - Add operator documentation for /weight endpoint
     * [MESOS-4033] - Add a commit hook for non-ascii characters.
@@ -727,7 +727,7 @@ All Issues:
     * [MESOS-4758] - Add a 'name' field into NetworkInfo.
     * [MESOS-4759] - Add network/cni isolator for Mesos containerizer.
     * [MESOS-4761] - Add agent flags to allow operators to specify CNI plugin and config directories.
-    * [MESOS-4764] - The network/cni isolator should report assigned IP address. 
+    * [MESOS-4764] - The network/cni isolator should report assigned IP address.
     * [MESOS-4771] - Document the network/cni isolator.
     * [MESOS-4788] - Mesos UI should show the role and principal of a framework
     * [MESOS-4797] - Add a couple of registrar tests for /weights endpoint