Repository: mesos Updated Branches: refs/heads/1.0.x 4d76bb145 -> 69fe49dc1
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/69fe49dc Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/69fe49dc Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/69fe49dc Branch: refs/heads/1.0.x Commit: 69fe49dc1f5f56f1f99a2434f94b3ca91010ce28 Parents: 4d76bb1 Author: Vinod Kone <vinodk...@gmail.com> Authored: Wed Aug 10 16:32:10 2016 -0700 Committer: Vinod Kone <vinodk...@gmail.com> Committed: Wed Aug 10 16:32:59 2016 -0700 ---------------------------------------------------------------------- CHANGELOG | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/69fe49dc/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index e612c4e..6ab89f6 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