You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/08/15 14:01:25 UTC

mesos git commit: Moved MESOS-7660 to the appropriate CHANGELOG section.

Repository: mesos
Updated Branches:
  refs/heads/master e375b7bdd -> e335106aa


Moved MESOS-7660 to the appropriate CHANGELOG section.


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

Branch: refs/heads/master
Commit: e335106aa0406210a5faa10d5657701ca6fbb80c
Parents: e375b7b
Author: Alexander Rukletsov <al...@apache.org>
Authored: Tue Aug 15 16:01:10 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Tue Aug 15 16:01:10 2017 +0200

----------------------------------------------------------------------
 CHANGELOG | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e335106a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index e05d495..95fabd0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,8 @@ This release contains the following new features:
 Deprecations/Removals:
 
 Additional API Changes:
+  * [MESOS-7660] `Filter::refuse_seconds` is now capped to 31536000
+    seconds (365 days).
 
 Unresolved Critical Issues:
 
@@ -57,8 +59,6 @@ Additional API Changes:
     resources (both revocable and non-revocable) on the agent. Custom
     allocator implementation should be changed to interpretation of the
     passed value as a total before updating.
-  * [MESOS-7660] `Filter::refuse_seconds` is now capped to 31536000
-    seconds (365 days).
 
 Feature Graduations:
   * [MESOS-2533] - Support HTTP checks in Mesos.