You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/08/26 10:54:27 UTC

mesos git commit: Removed mistakenly added MESOS-7652 from the 1.1.3 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master bfd3fa7a6 -> df61d25b4


Removed mistakenly added MESOS-7652 from the 1.1.3 CHANGELOG.


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

Branch: refs/heads/master
Commit: df61d25b43069f03694b6d905687ffee6d19287f
Parents: bfd3fa7
Author: Alexander Rukletsov <al...@apache.org>
Authored: Sat Aug 26 12:54:10 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Sat Aug 26 12:54:10 2017 +0200

----------------------------------------------------------------------
 CHANGELOG | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/df61d25b/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index d567d33..a3a734d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -929,7 +929,6 @@ All Issues:
   * [MESOS-6950] - Launching two tasks with the same Docker image simultaneously may cause a staging dir never cleaned up.
   * [MESOS-7540] - Add an agent flag for executor re-registration timeout.
   * [MESOS-7569] - Allow "old" executors with half-open connections to be preserved during agent upgrade / restart.
-  * [MESOS-7652] - Docker image with universal containerizer does not work if WORKDIR is missing in the rootfs.
   * [MESOS-7689] - Libprocess can crash on malformed request paths for libprocess messages.
   * [MESOS-7690] - The agent can crash when an unknown executor tries to register.
   * [MESOS-7581] - Fix interference of external Boost installations when using some unbundled dependencies.