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/08/05 02:36:36 UTC

mesos git commit: Added MESOS-5930 to CHANGELOG for 1.0.1.

Repository: mesos
Updated Branches:
  refs/heads/master 1e2187f8b -> fe75e14e1


Added MESOS-5930 to CHANGELOG for 1.0.1.


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

Branch: refs/heads/master
Commit: fe75e14e139d525a4e1738941fd53536016300d6
Parents: 1e2187f
Author: Anand Mazumdar <an...@apache.org>
Authored: Thu Aug 4 19:35:40 2016 -0700
Committer: Anand Mazumdar <an...@apache.org>
Committed: Thu Aug 4 19:35:40 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/fe75e14e/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 6fc56a9..aec5e53 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ All Issues:
   * [MESOS-5923] - Ubuntu 14.04 LTS GPU Isolator "/run" directory is noexec.
   * [MESOS-5927] - Unable to run "scratch" Dockerfiles with Unified Containerizer.
   * [MESOS-5928] - Agent's '--version' flag doesn't work
+  * [MESOS-5930] - Orphan tasks can shown up as running after they have finished.
   * [MESOS-5943] - Incremental http parsing of URLs leads to decoder error.
   * [MESOS-5945] - NvidiaVolume::create() should check for root before creating volume.
   * [MESOS-5959] - All non-root tests fail on GPU machine.