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 2017/04/26 12:47:06 UTC

[4/4] mesos git commit: Added MESOS-7057 to 1.1.2 CHANGELOG.

Added MESOS-7057 to 1.1.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 7bb3c043275450e07f42c2d9ec8951590e8b1da6
Parents: e2f0c4c
Author: Alexander Rukletsov <al...@apache.org>
Authored: Mon Apr 24 14:33:47 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Apr 26 14:46:03 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/7bb3c043/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9c8b7d7..08f10da 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -504,6 +504,7 @@ All Issues:
   * [MESOS-5028] - Copy provisioner cannot replace directory with symlink.
   * [MESOS-5172] - Registry puller cannot fetch blobs correctly from http Redirect 3xx urls.
   * [MESOS-6327] - Large docker images causes container launch failures: Too many levels of symbolic links.
+  * [MESOS-7057] - Consider using the relink functionality of libprocess in the executor driver.
   * [MESOS-7119] - Mesos master crash while accepting inverse offer.
   * [MESOS-7152] - The agent may be flapping after the machine reboots due to provisioner recover.
   * [MESOS-7197] - Requesting tiny amount of CPU crashes master.