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

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

Added MESOS-5571 to CHANGELOG for 0.27.4.


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

Branch: refs/heads/0.27.x
Commit: 329aca4a9398933cc480d4157babcca6678309fc
Parents: 0429559
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Tue Aug 16 09:52:04 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Tue Aug 16 10:02:19 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/329aca4a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 42ff87c..1039b27 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ Release Notes - Mesos - Version 0.27.4
 All Issues:
 ** Bug
   * [MESOS-5330] - Agent should backoff before connecting to the master.
+  * [MESOS-5571] - Scheduler JNI throws exception when the major versions of JAR and libmesos don't match.
   * [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.