You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2017/12/02 05:34:38 UTC

[2/3] mesos git commit: Added MESOS-7674 to the 1.3.2 CHANGELOG.

Added MESOS-7674 to the 1.3.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 5a4fc3d5ebc3d06740e6811fbe873d2067d9abb8
Parents: fc6cbbf
Author: Benjamin Mahler <bm...@apache.org>
Authored: Fri Dec 1 20:16:25 2017 -0800
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Fri Dec 1 20:38:16 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5a4fc3d5/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 6eab804..d64c080 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -325,6 +325,7 @@ All Issues:
   * [MESOS-6743] - Docker executor hangs forever if `docker stop` fails.
   * [MESOS-6950] - Launching two tasks with the same Docker image simultaneously may cause a staging dir never cleaned up.
   * [MESOS-7652] - Docker image with universal containerizer does not work if WORKDIR is missing in the rootfs.
+  * [MESOS-7674] - Update the generic Protobuf to JSON facility to not output deprecated fields.
   * [MESOS-7858] - Launching a nested container with namespace/pid isolation, with glibc < 2.25, may deadlock the LinuxLauncher and MesosContainerizer.
   * [MESOS-7863] - Agent may drop pending kill task status updates.
   * [MESOS-7865] - Agent may process a kill task and still launch the task.
@@ -336,6 +337,7 @@ All Issues:
   * [MESOS-8135] - Masters can lose track of tasks' executor IDs.
 
 
+
 Release Notes - Mesos - Version 1.3.1
 -------------------------------------
 * This is a bug fix release.