You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/03/12 18:41:35 UTC

[4/4] mesos git commit: Fixed CHANGELOG spacing for 1.5.1.

Fixed CHANGELOG spacing for 1.5.1.


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

Branch: refs/heads/1.5.x
Commit: b64b00af5d656e860d0d680005dd9ef612a68555
Parents: 9392123
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:26:07 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:38:22 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/b64b00af/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 98da2c4..9c04bc0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,27 +3,27 @@ Release Notes - Mesos - Version 1.5.1 (WIP)
 * This is a bug fix release.
 
 ** Bug
- * [MESOS-1720] - Slave should send exited executor message when the executor is never launched.
- * [MESOS-7742] - Race conditions in IOSwitchboard: listening on unix socket and premature closing of the connection.
- * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused.
- * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
- * [MESOS-8468] - `LAUNCH_GROUP` failure tears down the default executor.
- * [MESOS-8488] - Docker bug can cause unkillable tasks.
- * [MESOS-8510] - URI disk profile adaptor does not consider plugin type for a profile.
- * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
- * [MESOS-8565] - Persistent volumes are not visible in Mesos UI when launching a pod using default executor.
- * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.
- * [MESOS-8574] - Docker executor makes no progress when 'docker inspect' hangs.
- * [MESOS-8575] - Improve discard handling for 'Docker::stop' and 'Docker::pull'.
- * [MESOS-8576] - Improve discard handling of 'Docker::inspect()'.
- * [MESOS-8577] - Destroy nested container if `LAUNCH_NESTED_CONTAINER_SESSION` fails.
- * [MESOS-8598] - Allow empty resource provider selector in `UriDiskProfileAdaptor`.
- * [MESOS-8601] - Master crashes during slave reregistration after failover.
- * [MESOS-8604] - Quota headroom tracking may be incorrect in the presence of hierarchical reservation.
- * [MESOS-8605] - Terminal task status update will not send if 'docker inspect' is hung.
- * [MESOS-8619] - Docker on Windows uses `USERPROFILE` instead of `HOME` for credentials.
- * [MESOS-8631] - Agent should be able to start a task with every CPU on a Windows machine.
- * [MESOS-8646] - Agent should be able to resolve file names on open files.
+  * [MESOS-1720] - Slave should send exited executor message when the executor is never launched.
+  * [MESOS-7742] - Race conditions in IOSwitchboard: listening on unix socket and premature closing of the connection.
+  * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused.
+  * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
+  * [MESOS-8468] - `LAUNCH_GROUP` failure tears down the default executor.
+  * [MESOS-8488] - Docker bug can cause unkillable tasks.
+  * [MESOS-8510] - URI disk profile adaptor does not consider plugin type for a profile.
+  * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
+  * [MESOS-8565] - Persistent volumes are not visible in Mesos UI when launching a pod using default executor.
+  * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.
+  * [MESOS-8574] - Docker executor makes no progress when 'docker inspect' hangs.
+  * [MESOS-8575] - Improve discard handling for 'Docker::stop' and 'Docker::pull'.
+  * [MESOS-8576] - Improve discard handling of 'Docker::inspect()'.
+  * [MESOS-8577] - Destroy nested container if `LAUNCH_NESTED_CONTAINER_SESSION` fails.
+  * [MESOS-8598] - Allow empty resource provider selector in `UriDiskProfileAdaptor`.
+  * [MESOS-8601] - Master crashes during slave reregistration after failover.
+  * [MESOS-8604] - Quota headroom tracking may be incorrect in the presence of hierarchical reservation.
+  * [MESOS-8605] - Terminal task status update will not send if 'docker inspect' is hung.
+  * [MESOS-8619] - Docker on Windows uses `USERPROFILE` instead of `HOME` for credentials.
+  * [MESOS-8631] - Agent should be able to start a task with every CPU on a Windows machine.
+  * [MESOS-8646] - Agent should be able to resolve file names on open files.
 
 
 Release Notes - Mesos - Version 1.5.0