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:29 UTC

[3/6] 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/55b498ce
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/55b498ce
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/55b498ce

Branch: refs/heads/1.3.x
Commit: 55b498ceeb21d11851de1de6f98e45aafb07c991
Parents: 3d39124
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:18:15 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/55b498ce/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index a2c913d..5dc8acd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,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.
@@ -21,6 +22,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.