You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2016/10/27 21:52:28 UTC

mesos git commit: Added MESOS-6212 to 1.0.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 713922fcc -> 6171c568a


Added MESOS-6212 to 1.0.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 6171c568acf1b8336ee30222771df4b7bc081e0e
Parents: 713922f
Author: Anand Mazumdar <an...@apache.org>
Authored: Thu Oct 27 14:48:43 2016 -0700
Committer: Anand Mazumdar <an...@apache.org>
Committed: Thu Oct 27 14:48:43 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/6171c568/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 141aace..cf5ee8a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -383,6 +383,7 @@ All Issues:
     * [MESOS-6118] - Agent would crash with docker container tasks due to host mount table read.
     * [MESOS-6122] - Mesos slave throws systemd errors even when passed a flag to disable systemd
     * [MESOS-6152] - Resource leak in libevent_ssl_socket.cpp.
+    * [MESOS-6212] - Validate the name format of mesos managed docker containers.
     * [MESOS-6216] - LibeventSSLSocketImpl::create is not safe to call concurrently with os::getenv
     * [MESOS-6233] - Master CHECK fails during recovery while relinking to other masters
     * [MESOS-6234] - Potential socket leak during Zookeeper network changes