Repository: mesos
Updated Branches:
  refs/heads/master b60b14487 -> 0c8fb0d91


Linked tickets with JIRAs in Mesos 1.1.1 blogpost.


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

Branch: refs/heads/master
Commit: 0c8fb0d91092434369e1a81bdab10c20ca48e651
Parents: b60b144
Author: Alexander Rukletsov <[email protected]>
Authored: Thu Mar 30 12:45:49 2017 +0200
Committer: Alexander Rukletsov <[email protected]>
Committed: Thu Mar 30 12:45:49 2017 +0200

----------------------------------------------------------------------
 .../blog/2017-03-14-mesos-1-1-1-released.md     | 34 ++++++++++----------
 1 file changed, 17 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0c8fb0d9/site/source/blog/2017-03-14-mesos-1-1-1-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2017-03-14-mesos-1-1-1-released.md 
b/site/source/blog/2017-03-14-mesos-1-1-1-released.md
index 2b464fc..c7fd846 100644
--- a/site/source/blog/2017-03-14-mesos-1-1-1-released.md
+++ b/site/source/blog/2017-03-14-mesos-1-1-1-released.md
@@ -14,23 +14,23 @@ important bug fixes and improvements on top of 1.1.0. It is 
highly recommended
 that users use this version if you are considering using Mesos 1.1. More
 specifically, this release includes the following major fixes and improvements:
 
-* [MESOS-6002] - The whiteout file cannot be removed correctly using aufs 
backend.
-* [MESOS-6010] - Docker registry puller shows decode error "No response 
decoded".
-* [MESOS-6142] - Frameworks may RESERVE for an arbitrary role.
-* [MESOS-6360] - The handling of whiteout files in provisioner is not correct.
-* [MESOS-6411] - Add documentation for CNI port-mapper plugin.
-* [MESOS-6526] - `mesos-containerizer launch --environment` exposes executor 
env vars in `ps`.
-* [MESOS-6571] - Add "--task" flag to mesos-execute
-* [MESOS-6597] - Include v1 Operator API protos in generated JAR and python 
packages.
-* [MESOS-6606] - Reject optimized builds with libcxx before 3.9
-* [MESOS-6621] - SSL downgrade path will CHECK-fail when using both temporary 
and persistent sockets
-* [MESOS-6624] - Master WebUI does not work on Firefox 45
-* [MESOS-6676] - Always re-link with scheduler during re-registration.
-* [MESOS-6848] - The default executor does not exit if a single task pod fails.
-* [MESOS-6852] - Nested container's launch command is not set correctly in 
docker/runtime isolator.
-* [MESOS-6917] - Segfault when the executor sets an invalid UUID when sending 
a status update.
-* [MESOS-7008] - Quota not recovered from registry in empty cluster.
-* [MESOS-7133] - mesos-fetcher fails with openssl-related output.
+* [MESOS-6002](https://issues.apache.org/jira/browse/MESOS-6002) - The 
whiteout file cannot be removed correctly using aufs backend.
+* [MESOS-6010](https://issues.apache.org/jira/browse/MESOS-6010) - Docker 
registry puller shows decode error "No response decoded".
+* [MESOS-6142](https://issues.apache.org/jira/browse/MESOS-6142) - Frameworks 
may RESERVE for an arbitrary role.
+* [MESOS-6360](https://issues.apache.org/jira/browse/MESOS-6360) - The 
handling of whiteout files in provisioner is not correct.
+* [MESOS-6411](https://issues.apache.org/jira/browse/MESOS-6411) - Add 
documentation for CNI port-mapper plugin.
+* [MESOS-6526](https://issues.apache.org/jira/browse/MESOS-6526) - 
`mesos-containerizer launch --environment` exposes executor env vars in `ps`.
+* [MESOS-6571](https://issues.apache.org/jira/browse/MESOS-6571) - Add 
"--task" flag to mesos-execute
+* [MESOS-6597](https://issues.apache.org/jira/browse/MESOS-6597) - Include v1 
Operator API protos in generated JAR and python packages.
+* [MESOS-6606](https://issues.apache.org/jira/browse/MESOS-6606) - Reject 
optimized builds with libcxx before 3.9
+* [MESOS-6621](https://issues.apache.org/jira/browse/MESOS-6621) - SSL 
downgrade path will CHECK-fail when using both temporary and persistent sockets
+* [MESOS-6624](https://issues.apache.org/jira/browse/MESOS-6624) - Master 
WebUI does not work on Firefox 45
+* [MESOS-6676](https://issues.apache.org/jira/browse/MESOS-6676) - Always 
re-link with scheduler during re-registration.
+* [MESOS-6848](https://issues.apache.org/jira/browse/MESOS-6848) - The default 
executor does not exit if a single task pod fails.
+* [MESOS-6852](https://issues.apache.org/jira/browse/MESOS-6852) - Nested 
container's launch command is not set correctly in docker/runtime isolator.
+* [MESOS-6917](https://issues.apache.org/jira/browse/MESOS-6917) - Segfault 
when the executor sets an invalid UUID when sending a status update.
+* [MESOS-7008](https://issues.apache.org/jira/browse/MESOS-7008) - Quota not 
recovered from registry in empty cluster.
+* [MESOS-7133](https://issues.apache.org/jira/browse/MESOS-7133) - 
mesos-fetcher fails with openssl-related output.
 
 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.1.1)

Reply via email to