You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2017/11/10 01:56:19 UTC

[1/3] mesos git commit: Added MESOS-8090 to the 1.4.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/1.4.x b0448a4b5 -> c844db9ac


Added MESOS-8090 to the 1.4.1 CHANGELOG.


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

Branch: refs/heads/1.4.x
Commit: 5ec1a7bfc04ea1f04bf8f154a98dac573db61493
Parents: b0448a4
Author: Michael Park <mp...@apache.org>
Authored: Sun Oct 22 15:29:36 2017 -0700
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Thu Nov 9 19:37:02 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5ec1a7bf/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 40e05e2..ec245fc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,7 @@ All Resolved Issues:
  * [MESOS-7980] - Stout fails to compile with libc >= 2.26.
  * [MESOS-8051] - Killing TASK_GROUP fail to kill some tasks.
  * [MESOS-8080] - The default executor does not propagate missing task exit status correctly.
+ * [MESOS-8090] - Mesos 1.4.0 crashes with 1.3.x agent with oversubscription
  * [MESOS-8135] - Masters can lose track of tasks' executor IDs.
  * [MESOS-8169] - Incorrect master validation forces executor IDs to be globally unique.
 


[2/3] mesos git commit: Updated Mesos version to 1.4.1 in CMakeLists.txt.

Posted by ka...@apache.org.
Updated Mesos version to 1.4.1 in CMakeLists.txt.


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

Branch: refs/heads/1.4.x
Commit: c19dfd5f26186a784ddeae0eb85ed41c1e7ea7f8
Parents: 5ec1a7b
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Thu Nov 9 19:47:01 2017 -0500
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Thu Nov 9 19:53:50 2017 -0500

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c19dfd5f/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 75468ab..a739173 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ endif ()
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 4)
-set(MESOS_PATCH_VERSION 0)
+set(MESOS_PATCH_VERSION 1)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 


[3/3] mesos git commit: Removed WIP from 1.4.1 release notes.

Posted by ka...@apache.org.
Removed WIP from 1.4.1 release notes.


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

Branch: refs/heads/1.4.x
Commit: c844db9ac7c0cef59be87438c6781bfb71adcc42
Parents: c19dfd5
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Thu Nov 9 19:35:55 2017 -0500
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Thu Nov 9 19:53:50 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/c844db9a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ec245fc..d485e07 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,6 @@
-Release Notes - Mesos - Version 1.4.1 (WIP)
+Release Notes - Mesos - Version 1.4.1
 -------------------------------------
-This release contains the following new features:
-
-All Resolved Issues:
+* This is a bug fix release.
 
 ** Bug
  * [MESOS-7873] - Expose `ExecutorInfo.ContainerInfo.NetworkInfo` in Mesos `state` endpoint.