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/03/03 22:23:21 UTC

mesos git commit: Fixed a small issue in the CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 954fc08ff -> 534d35b8e


Fixed a small issue in the CHANGELOG.


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

Branch: refs/heads/master
Commit: 534d35b8e9807761b5572f57a9aee24c9516d008
Parents: 954fc08
Author: Jie Yu <yu...@gmail.com>
Authored: Thu Mar 3 13:22:56 2016 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Mar 3 13:22:56 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/534d35b8/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9fe34df..25cdcfe 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,7 +12,7 @@ This release contains:
   * [MESOS-2840] - Experimental support for container images in Mesos
     containerizer (a.k.a. Unified Containerizer). This allows frameworks to
     launch Docker/Appc containers using Mesos containerizer without relying on
-    docker daemon (engine). The isolation of the containers is done using
+    docker daemon (engine) or rkt. The isolation of the containers is done using
     isolators. Please refer to container-image.md for currently supported
     features and limitations.