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

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

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

Branch: refs/heads/1.3.x
Commit: e9e759aac0fbab5957d7dae3a6f2d73485085943
Parents: 312b4cc
Author: Neil Conway <ne...@gmail.com>
Authored: Tue May 23 11:25:47 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Tue May 23 11:25:47 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/e9e759aa/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 5a81894..5a41e53 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -199,6 +199,7 @@ All Resolved Issues:
   * [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.
   * [MESOS-7484] - VersionTest.ParseInvalid aborts on Windows.
+  * [MESOS-7538] - Don't validate re-registrations that are going to be dropped.
 
 ** Documentation
   * [MESOS-7005] - Add executor authentication documentation.