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:18:44 UTC

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

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/95ec1532
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/95ec1532
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/95ec1532

Branch: refs/heads/1.3.x
Commit: 95ec153225927f4e764b8120e797901ac98336ba
Parents: 24622f1
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:18:29 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/95ec1532/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 34e85cc..2656d01 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.