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 2016/10/28 20:26:15 UTC

mesos git commit: Fixed the 1.1.0 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master e6e50bd59 -> 195717031


Fixed the 1.1.0 CHANGELOG.

Ticket was mistakenly added to 1.0.2 instead of 1.1.0


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

Branch: refs/heads/master
Commit: 1957170315294940a5f3e45651ec11c78c0bc1dd
Parents: e6e50bd
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Oct 28 22:26:29 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Oct 28 22:26:29 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/19571703/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9a39f53..34b722e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -217,6 +217,7 @@ All Issues:
   * [MESOS-6446] - WebUI redirect doesn't work with stats from /metric/snapshot.
   * [MESOS-6482] - Master check failure when marking an agent unreachable.
   * [MESOS-6483] - Check failure when a 1.1 master marking a 0.28 agent as unreachable.
+  * [MESOS-6497] - Java Scheduler Adapter does not surface MasterInfo
   * [MESOS-6502] - _version uses incorrect MESOS_{MAJOR,MINOR,PATCH}_VERSION in libmesos java binding.
 
 ** Documentation
@@ -401,7 +402,6 @@ All Issues:
     * [MESOS-6393] - Deprecated SSL_ environment variables are non functional already.
     * [MESOS-6420] - Mesos Agent leaking sockets when port mapping network isolator is ON 
     * [MESOS-6446] - WebUI redirect doesn't work with stats from /metric/snapshot
-    * [MESOS-6497] - Java Scheduler Adapter does not surface MasterInfo
 
 ** Improvement
     * [MESOS-6075] - Avoid libprocess functions in `mesos-containerizer launch`.