You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by me...@apache.org on 2016/07/31 18:07:18 UTC

[2/2] mesos git commit: Add MESOS-2043 to the 0.28.3 changelog and sort.

Add MESOS-2043 to the 0.28.3 changelog and sort.


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

Branch: refs/heads/0.28.x
Commit: d219d505722eefa1231d64bf8cd43ac65d783fe4
Parents: 8046860
Author: Adam B <ad...@mesosphere.io>
Authored: Sat Jul 30 23:18:27 2016 -0700
Committer: Adam B <ad...@mesosphere.io>
Committed: Sun Jul 31 03:15:25 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/d219d505/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 92b482e..9de4bc8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,17 +4,18 @@ Release Notes - Mesos - Version 0.28.3
 
 All Issues:
 ** Bug
-  * [MESOS-5673] - Port mapping isolator may cause segfault if it bind mount root does not exist.
+  * [MESOS-2043] - Framework auth fail with timeout error and never get authenticated
+  * [MESOS-5073] - Mesos allocator leaks role sorter and quota role sorters.
   * [MESOS-5330] - Agent should backoff before connecting to the master.
+  * [MESOS-5390] - v1 Executor Protos not included in maven jar
   * [MESOS-5543] - /dev/fd is missing in the Mesos containerizer environment.
+  * [MESOS-5576] - Masters may drop the first message they send between masters after a network partition.
+  * [MESOS-5673] - Port mapping isolator may cause segfault if it bind mount root does not exist.
   * [MESOS-5691] - SSL downgrade support will leak sockets in CLOSE_WAIT status.
-  * [MESOS-5723] - SSL-enabled libprocess will leak incoming links to forks.
-  * [MESOS-5748] - Potential segfault in `link` when linking to a remote process.
-  * [MESOS-5073] - Mesos allocator leaks role sorter and quota role sorters.
   * [MESOS-5698] - Quota sorter not updated for resource changes at agent.
+  * [MESOS-5723] - SSL-enabled libprocess will leak incoming links to forks.
   * [MESOS-5740] - Consider adding `relink` functionality to libprocess.
-  * [MESOS-5576] - Masters may drop the first message they send between masters after a network partition.
-  * [MESOS-5390] - v1 Executor Protos not included in maven jar
+  * [MESOS-5748] - Potential segfault in `link` when linking to a remote process.
 
 
 Release Notes - Mesos - Version 0.28.2