You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by nn...@apache.org on 2014/04/28 18:21:30 UTC

git commit: Updated CHANGELOG for 0.18.1-rc2.

Repository: mesos
Updated Branches:
  refs/heads/master bd6a0dadd -> d44c7a1cb


Updated CHANGELOG for 0.18.1-rc2.


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

Branch: refs/heads/master
Commit: d44c7a1cb505086667861bdbd0e0cc565164d023
Parents: bd6a0da
Author: Niklas Q. Nielsen <ni...@mesosphere.io>
Authored: Mon Apr 28 09:20:40 2014 -0700
Committer: Niklas Q. Nielsen <ni...@mesosphere.io>
Committed: Mon Apr 28 09:20:40 2014 -0700

----------------------------------------------------------------------
 CHANGELOG | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d44c7a1c/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 2451a9a..792d926 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,7 +5,12 @@ Release Notes - Mesos - Version 0.18.1
 ** Bug
     * [MESOS-979] - Master segfault when tasks.json endpoint is hit
     * [MESOS-1045] - Unrecognized file extension in CommandInfo.URI causes executor to exit
-    * [MESOS-1078] - JNI calls hasNext on ArrayList instead of iterator.
+    * [MESOS-1078] - JNI calls hasNext on ArrayList instead of iterator
+    * [MESOS-1221] - Slave should update the containerizers with executor resources after recovery
+    * [MESOS-1241] - Unable to disable the auto-extraction of URIs (mesos-fetcher)
+
+** Improvement
+    * [MESOS-1212] - Use maven to compile and package Mesos' Java files
 
 
 Release Notes - Mesos - Version 0.18.0