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:25:07 UTC

[3/3] mesos git commit: Added MESOS-5930 to CHANGELOG for 1.0.1.

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

Branch: refs/heads/1.0.x
Commit: 48d7288732805b88b03b5e850dec0ff6767dadcb
Parents: 6d18068
Author: Anand Mazumdar <an...@apache.org>
Authored: Thu Aug 4 19:09:26 2016 -0700
Committer: Anand Mazumdar <an...@apache.org>
Committed: Thu Aug 4 19:09:26 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/48d72887/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 2648282..0191a09 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.