You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/10/28 20:08:00 UTC

mesos git commit: Added MESOS-6502 to CHANGLOG for 1.1.0.

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


Added MESOS-6502 to CHANGLOG for 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/e6e50bd5
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e6e50bd5
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e6e50bd5

Branch: refs/heads/master
Commit: e6e50bd59fcbd31d72a666b93493b46c58621a2b
Parents: cbbc5a4
Author: Joris Van Remoortere <jo...@gmail.com>
Authored: Fri Oct 28 16:07:04 2016 -0400
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Fri Oct 28 16:07:04 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/e6e50bd5/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 57bd4da..9a39f53 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-6502] - _version uses incorrect MESOS_{MAJOR,MINOR,PATCH}_VERSION in libmesos java binding.
 
 ** Documentation
   * [MESOS-5221] - Add Documentation for Nvidia GPU support.