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/485b4431 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/485b4431 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/485b4431 Branch: refs/heads/1.1.x Commit: 485b44319ac1629689b00649d85739acf9afc56e Parents: d9e3c8a Author: Alexander Rukletsov <[email protected]> Authored: Mon Apr 24 14:33:47 2017 +0200 Committer: Alexander Rukletsov <[email protected]> Committed: Wed Apr 26 14:40:30 2017 +0200 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/485b4431/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 5d172c4..5df2d08 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,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.
