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:55 UTC

mesos git commit: Added MESOS-7538 to 1.3.0 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 6ebb98f9b -> d9fbff98d


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

Branch: refs/heads/master
Commit: d9fbff98d44866f501c9cf25627a7b48fbfb2e54
Parents: 6ebb98f
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 12:50:44 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/d9fbff98/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 154e375..ebd3e43 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.