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

mesos git commit: Fixed CHANGELOG for 1.4.0 and 1.4.1.

Repository: mesos
Updated Branches:
  refs/heads/master 28f882795 -> de7beab4f


Fixed CHANGELOG for 1.4.0 and 1.4.1.

Removed the WIP from 1.4.0 CHANGELOG since it was already released.

Made sure 1.4.1 CHANGELOG contains entries that are in the CHANGELOG of
1.4.x branch.


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

Branch: refs/heads/master
Commit: de7beab4fc9ea71d7a9f52f1ce33463f6b76b352
Parents: 28f8827
Author: Vinod Kone <vi...@gmail.com>
Authored: Tue Oct 10 14:58:49 2017 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Tue Oct 10 14:58:49 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/de7beab4/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 7b874c4..acbb999 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,8 +21,14 @@ Release Notes - Mesos - Version 1.4.1 (WIP)
 -------------------------------------------
 * This is a bug fix release.
 
-
-Release Notes - Mesos - Version 1.4.0 (WIP)
+**Bug
+ * [MESOS-7873] - Expose `ExecutorInfo.ContainerInfo.NetworkInfo` in Mesos `state` endpoint.
+ * [MESOS-7964] - Heavy-duty GC makes the agent unresponsive.
+ * [MESOS-7968] - Handle `/proc/self/ns/pid_for_children` when parsing available namespace.
+ * [MESOS-7969] - Handle cgroups v2 hierarchy when parsing /proc/self/cgroups.
+ * [MESOS-7980] - Stout fails to compile with libc >= 2.26.
+
+Release Notes - Mesos - Version 1.4.0
 -------------------------------------------
 This release contains the following new features: