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/09/07 14:48:59 UTC

mesos git commit: Updated CHANGELOG for 1.4.0.

Repository: mesos
Updated Branches:
  refs/heads/1.4.x 0459104a6 -> 832fdb493


Updated CHANGELOG for 1.4.0.


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

Branch: refs/heads/1.4.x
Commit: 832fdb49390318ab31ee37606c704db793b64c65
Parents: 0459104
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Thu Sep 7 10:47:45 2017 -0400
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Thu Sep 7 10:47:45 2017 -0400

----------------------------------------------------------------------
 CHANGELOG | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/832fdb49/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ee66f55..24252c1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,15 +1,5 @@
-Release Notes - Mesos - Version 1.4.1 (WIP)
--------------------------------------------
-* This is a bug fix release.
-
-All Issues:
-** Bug
-  * [MESOS-7872] - Scheduler hang when registration fails.
-  * [MESOS-7912] - Master WebUI not working in Chrome.
-
-
-Release Notes - Mesos - Version 1.4.0 (WIP)
--------------------------------------------
+Release Notes - Mesos - Version 1.4.0
+-------------------------------------
 This release contains the following new features:
 
   * [MESOS-5116] - The `disk/xfs` isolator now supports the
@@ -45,7 +35,6 @@ This release contains the following new features:
     maximum privileges that a task may acquire.
 
 Deprecations/Removals:
-
   * [MESOS-7671] - LinuxInfo.capabilities is deprecated in favor
     of LinuxInfo.effective_capabilities.
 
@@ -57,7 +46,6 @@ Unresolved Critical Issues:
   * [MESOS-7402] - Quota is over-allocated when used with hierarchical roles.
 
 Additional API Changes:
-
   * [MESOS-7755] The interpretation of the optional resource argument
     passed in `Allocator::updateSlave` was changed from the total
     amount of oversubscribed resources on the agent to the new total
@@ -176,11 +164,14 @@ All Resolved Issues:
   * [MESOS-7865] - Agent may process a kill task and still launch the task.
   * [MESOS-7869] - Build fails with `--disable-zlib` or `--with-zlib=DIR`
   * [MESOS-7871] - Agent fails assertion during request to '/state'
+  * [MESOS-7872] - Scheduler hang when registration fails.
   * [MESOS-7888] - Track fetcher task success and failures
   * [MESOS-7909] - Ordering dependency between 'linux/capabilities' and 'docker/runtime' isolator.
+  * [MESOS-7912] - Master WebUI not working in Chrome.
+  * [MESOS-7921] - process::EventQueue sometimes crashes
   * [MESOS-7922] - Fix communication between old masters and new agents.
   * [MESOS-7926] - Abnormal termination of default executor can cause MesosContainerizer::destroy to fail.
-  * [MESOS-7934] - OOM due to LibeventSSLSocket send incorrectly return 0, repeatedly.
+  * [MESOS-7934] - OOM due to LibeventSSLSocket send incorrectly returning 0 after shutdown.
 
 ** Documentation
   * [MESOS-7246] - Add documentation for AGENT_ADDED/AGENT_REMOVED events.