You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2016/08/16 17:06:40 UTC

[2/2] mesos git commit: Added MESOS-5571 to CHANGELOG for 0.28.3.

Added MESOS-5571 to CHANGELOG for 0.28.3.


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

Branch: refs/heads/0.28.x
Commit: a82539ff2122d1e165a5f587c765cc1969da7293
Parents: 76ce056
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Tue Aug 16 09:51:20 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Tue Aug 16 10:05:12 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a82539ff/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index e3a5e4a..b5ef98a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ All Issues:
   * [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-5571] - Scheduler JNI throws exception when the major versions of JAR and libmesos don't match.
   * [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.