Repository: mesos Updated Branches: refs/heads/master 2d7bb9dfd -> 8ab7a6f4d
Fixed white space in 1.0.1 blog post. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8ab7a6f4 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8ab7a6f4 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8ab7a6f4 Branch: refs/heads/master Commit: 8ab7a6f4d5a6bab6eef8ec49b7a3b9f0a4e420af Parents: 2d7bb9d Author: Vinod Kone <vinodk...@gmail.com> Authored: Fri Aug 26 14:28:07 2016 -0700 Committer: Vinod Kone <vinodk...@gmail.com> Committed: Fri Aug 26 14:28:07 2016 -0700 ---------------------------------------------------------------------- .../source/blog/2016-08-23-mesos-1-0-1-released.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/8ab7a6f4/site/source/blog/2016-08-23-mesos-1-0-1-released.md ---------------------------------------------------------------------- diff --git a/site/source/blog/2016-08-23-mesos-1-0-1-released.md b/site/source/blog/2016-08-23-mesos-1-0-1-released.md index ac6561a..ab7d2b6 100644 --- a/site/source/blog/2016-08-23-mesos-1-0-1-released.md +++ b/site/source/blog/2016-08-23-mesos-1-0-1-released.md @@ -12,22 +12,39 @@ tags: Release The latest Mesos release, 1.0.1, is now available for [download](http://mesos.apache.org/downloads). This release includes some important bug fixes and improvements on top of 1.0.0. It is highly recommended to use this version if you are considering using Mesos 1.0. More specifically, this release includes the following fixes and improvements: [MESOS-5388]( https://issues.apache.org/jira/browse/MESOS-5388) - MesosContainerizerLaunch flags execute arbitrary commands via shell. + [MESOS-5862]( https://issues.apache.org/jira/browse/MESOS-5862) - External links to .md files broken. + [MESOS-5911]( https://issues.apache.org/jira/browse/MESOS-5911) - Webui redirection to leader in browser does not work + [MESOS-5913]( https://issues.apache.org/jira/browse/MESOS-5913) - Stale socket FD usage when using libevent + SSL. + [MESOS-5922]( https://issues.apache.org/jira/browse/MESOS-5922) - mesos-agent --help exit status is 1 + [MESOS-5923]( https://issues.apache.org/jira/browse/MESOS-5923) - Ubuntu 14.04 LTS GPU Isolator "/run" directory is noexec + [MESOS-5927]( https://issues.apache.org/jira/browse/MESOS-5927) - Unable to run "scratch" Dockerfiles with Unified Containerizer. + [MESOS-5928]( https://issues.apache.org/jira/browse/MESOS-5928) - Agent's '--version' flag doesn't work + [MESOS-5930]( https://issues.apache.org/jira/browse/MESOS-5930) - Orphan tasks can show up as running after they have finished. + [MESOS-5943]( https://issues.apache.org/jira/browse/MESOS-5943) - Incremental http parsing of URLs leads to decoder error + [MESOS-5945]( https://issues.apache.org/jira/browse/MESOS-5945) - NvidiaVolume::create() should check for root before creating volume + [MESOS-5959]( https://issues.apache.org/jira/browse/MESOS-5959) - All non-root tests fail on GPU machine + [MESOS-5969]( https://issues.apache.org/jira/browse/MESOS-5969) - Linux 'MountInfoTable' entries not sorted as expected + [MESOS-5982]( https://issues.apache.org/jira/browse/MESOS-5982) - NvidiaVolume errors out if any binary is missing + [MESOS-5986]( https://issues.apache.org/jira/browse/MESOS-5986) - SSL Socket CHECK can fail after socket receives EOF + [MESOS-5988]( https://issues.apache.org/jira/browse/MESOS-5988) - PollSocketImpl can write to a stale fd. + [MESOS-5830]( https://issues.apache.org/jira/browse/MESOS-5830) - Make a sweep to trim excess space around angle brackets + [MESOS-5970]( https://issues.apache.org/jira/browse/MESOS-5970) - Remove HTTP_PARSER_VERSION_MAJOR < 2 code in decoder. Full release notes are available in the release [CHANGELOG](https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.0.1)