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 2016/08/10 23:32:30 UTC

[2/2] mesos git commit: Updated CHANGELOG for 1.0.1.

Updated CHANGELOG for 1.0.1.


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

Branch: refs/heads/master
Commit: 853869eb39c62c3a405b4588c82bfc2902575bdc
Parents: 0f79782
Author: Vinod Kone <vi...@gmail.com>
Authored: Wed Aug 10 16:32:10 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Aug 10 16:32:10 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 37 ++++++++++++++++++++++---------------
 1 file changed, 22 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/853869eb/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 3008e8b..4fd9364 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,21 +4,28 @@ Release Notes - Mesos - Version 1.0.1
 
 All Issues:
 ** Bug
-  * [MESOS-5388] - MesosContainerizerLaunch flags execute arbitrary commands via shell.
-  * [MESOS-5911] - Webui redirection to leader in browser does not work.
-  * [MESOS-5913] - Stale socket FD usage when using libevent + SSL.
-  * [MESOS-5922] - mesos-agent --help exit status is 1
-  * [MESOS-5923] - Ubuntu 14.04 LTS GPU Isolator "/run" directory is noexec.
-  * [MESOS-5927] - Unable to run "scratch" Dockerfiles with Unified Containerizer.
-  * [MESOS-5928] - Agent's '--version' flag doesn't work
-  * [MESOS-5930] - Orphan tasks can shown up as running after they have finished.
-  * [MESOS-5943] - Incremental http parsing of URLs leads to decoder error.
-  * [MESOS-5945] - NvidiaVolume::create() should check for root before creating volume.
-  * [MESOS-5959] - All non-root tests fail on GPU machine.
-  * [MESOS-5969] - Linux 'MountInfoTable' entries not sorted as expected
-  * [MESOS-5982] - NvidiaVolume errors out if any Nvidia binary is missing.
-  * [MESOS-5986] - SSL Socket CHECK can fail after socket receives EOF.
-  * [MESOS-5988] - PollSocketImpl can write to a stale file descriptor.
+    * [MESOS-5388] - MesosContainerizerLaunch flags execute arbitrary commands via shell.
+    * [MESOS-5862] - External links to .md files broken.
+    * [MESOS-5911] - Webui redirection to leader in browser does not work
+    * [MESOS-5913] - Stale socket FD usage when using libevent + SSL.
+    * [MESOS-5922] - mesos-agent --help exit status is 1
+    * [MESOS-5923] - Ubuntu 14.04 LTS GPU Isolator "/run" directory is noexec
+    * [MESOS-5927] - Unable to run "scratch" Dockerfiles with Unified Containerizer.
+    * [MESOS-5928] - Agent's '--version' flag doesn't work
+    * [MESOS-5930] - Orphan tasks can show up as running after they have finished.
+    * [MESOS-5943] - Incremental http parsing of URLs leads to decoder error
+    * [MESOS-5945] - NvidiaVolume::create() should check for root before creating volume
+    * [MESOS-5959] - All non-root tests fail on GPU machine
+    * [MESOS-5969] - Linux 'MountInfoTable' entries not sorted as expected
+    * [MESOS-5982] - NvidiaVolume errors out if any binary is missing
+    * [MESOS-5986] - SSL Socket CHECK can fail after socket receives EOF
+    * [MESOS-5988] - PollSocketImpl can write to a stale fd.
+
+** Improvement
+    * [MESOS-5830] - Make a sweep to trim excess space around angle brackets
+
+** Task
+    * [MESOS-5970] - Remove HTTP_PARSER_VERSION_MAJOR < 2 code in decoder.
 
 
 Release Notes - Mesos - Version 1.0.0