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/12/22 13:48:38 UTC

[5/6] mesos git commit: Fixed 1.4.x CHANGELOG.

Fixed 1.4.x CHANGELOG.


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

Branch: refs/heads/1.4.x
Commit: 2677606b9b6ddc67638d000de247a80c3ae0222c
Parents: 9d8502c
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Dec 22 12:52:01 2017 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Dec 22 12:52:01 2017 +0100

----------------------------------------------------------------------
 CHANGELOG | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2677606b/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index df1410b..bdab625 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,17 +1,10 @@
 Release Notes - Mesos - Version 1.4.2 (WIP)
--------------------------------------
+-------------------------------------------
 * This is a bug fix release.
 
 ** Bug
  * [MESOS-7975] - The command/default/docker executor can incorrectly send a TASK_FINISHED update even when the task is killed.
  * [MESOS-8159] - ns::clone uses an async signal unsafe stack.
-
-
-Release Notes - Mesos - Version 1.4.2
--------------------------------------------
-* This is a bug fix release.
-
-** Bug
  * [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers.