You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2019/01/22 22:07:59 UTC

[mesos] branch master updated (0335d37 -> 6dbd6ac)

This is an automated email from the ASF dual-hosted git repository.

gilbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 0335d37  Fixed a minor coding error in `createSandboxDirectory`.
     new e118b44  Added MESOS-9531 to 1.7.2 CHANGELOG.
     new 6dbd6ac  Added MESOS-9531 to 1.6.2 CHANGELOG.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG | 9 +++++++++
 1 file changed, 9 insertions(+)


[mesos] 01/02: Added MESOS-9531 to 1.7.2 CHANGELOG.

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gilbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit e118b44acc6b8794c23a63135ee52e658b690889
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Tue Jan 22 14:05:50 2019 -0800

    Added MESOS-9531 to 1.7.2 CHANGELOG.
---
 CHANGELOG | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 3ad244f..3189b30 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+Release Notes - Mesos - Version 1.7.2 (WIP)
+-------------------------------------------
+* This is a bug fix release.
+
+** Bug
+  * [MESOS-9531] - chown error handling is incorrect in createSandboxDirectory.
+
+
 Release Notes - Mesos - Version 1.7.1
 -------------------------------------
 * This is a bug fix release. Also includes performance and API


[mesos] 02/02: Added MESOS-9531 to 1.6.2 CHANGELOG.

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gilbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 6dbd6acb55ba9f1b494317a1cd102b708ca5cdc9
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Tue Jan 22 14:07:18 2019 -0800

    Added MESOS-9531 to 1.6.2 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 3189b30..ad289e3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -477,6 +477,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [MESOS-9480] - Master may skip processing authorization results for `LAUNCH_GROUP`.
   * [MESOS-9492] - Persist CNI working directory across reboot.
   * [MESOS-9518] - CNI_NETNS should not be set for orphan containers that do not have network namespace.
+  * [MESOS-9531] - chown error handling is incorrect in createSandboxDirectory.
 
 ** Improvement
   * [MESOS-9305] - Create cgoup recursively to workaround systemd deleting cgroups_root.