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/08/03 00:06:39 UTC

mesos git commit: Added MESOS-5927 to 0.28.3 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master f0cf8cc37 -> 1e049dba4


Added MESOS-5927 to 0.28.3 CHANGELOG.

Review: https://reviews.apache.org/r/50729/


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

Branch: refs/heads/master
Commit: 1e049dba48b45033a08291eab5ff3dc2492122f5
Parents: f0cf8cc
Author: Gilbert Song <so...@gmail.com>
Authored: Tue Aug 2 17:04:03 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Aug 2 17:04:03 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/1e049dba/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index a395317..fc9ef05 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -857,6 +857,7 @@ All Issues:
   * [MESOS-5740] - Consider adding `relink` functionality to libprocess.
   * [MESOS-5576] - Masters may drop the first message they send between masters after a network partition.
   * [MESOS-5913] - Stale socket FD usage when using libevent + SSL.
+  * [MESOS-5927] - Unable to run "scratch" Dockerfiles with Unified Containerizer.
   * [MESOS-5943] - Incremental http parsing of URLs leads to decoder error.