You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2017/05/09 21:19:30 UTC

[1/2] mesos git commit: Added MESOS-7478 to the 1.2.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master e64c0d88e -> 1e00fd5fa


Added MESOS-7478 to the 1.2.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: 575b189288d71e0911fa227d407ebe82fe408e6d
Parents: e64c0d8
Author: Benjamin Mahler <bm...@apache.org>
Authored: Tue May 9 14:16:58 2017 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Tue May 9 14:17:49 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/575b1892/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index d22489d..c541a0d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -311,6 +311,7 @@ All Issues:
   * [MESOS-7429] - Allow isolators to inject task-specific environment variables.
   * [MESOS-7453] - glyphicons-halflings-regular.woff2 is missing in WebUI.
   * [MESOS-7471] - Provisioner recover should not always assume 'rootfses' dir exists.
+  * [MESOS-7478] - Pre-1.2.x master does not work with 1.2.x agent.
 
 
 Release Notes - Mesos - Version 1.2.0


[2/2] mesos git commit: Added MESOS-7478 to the 1.3.0 CHANGELOG.

Posted by bm...@apache.org.
Added MESOS-7478 to the 1.3.0 CHANGELOG.


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

Branch: refs/heads/master
Commit: 1e00fd5fabde88bf2052c3e1f2530c7333f52f85
Parents: 575b189
Author: Benjamin Mahler <bm...@apache.org>
Authored: Tue May 9 14:15:25 2017 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Tue May 9 14:17:50 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/1e00fd5f/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index c541a0d..0159c76 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -198,6 +198,7 @@ All Resolved Issues:
   * [MESOS-7430] - Per-role Suppress call implementation is broken.
   * [MESOS-7453] - glyphicons-halflings-regular.woff2 is missing in WebUI.
   * [MESOS-7456] - Compilation error on recent glibc in cgroups device subsystem.
+  * [MESOS-7478] - Pre-1.2.x master does not work with 1.2.x agent.
 
 ** Documentation
   * [MESOS-7005] - Add executor authentication documentation.