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:08:18 UTC

[2/2] mesos git commit: Added MESOS-5927 to 0.28.3 CHANGELOG.

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/e8ec0398
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e8ec0398
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e8ec0398

Branch: refs/heads/0.28.x
Commit: e8ec0398d34274c139cb9cd68913c4c7337e5162
Parents: 0caf210
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:07:51 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/e8ec0398/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index e81bc97..e3a5e4a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@ All Issues:
   * [MESOS-5740] - Consider adding `relink` functionality to libprocess.
   * [MESOS-5748] - Potential segfault in `link` when linking to a remote process.
   * [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.