You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2014/06/10 01:19:05 UTC

svn commit: r1601528 - in /mesos/site: publish/ publish/documentation/getting-started/ publish/documentation/latest/getting-started/ publish/documentation/latest/upgrades/ publish/documentation/upgrades/ publish/downloads/ publish/gettingstarted/ sourc...

Author: bmahler
Date: Mon Jun  9 23:19:05 2014
New Revision: 1601528

URL: http://svn.apache.org/r1601528
Log:
Added the 0.19.0 release.

Modified:
    mesos/site/publish/documentation/getting-started/index.html
    mesos/site/publish/documentation/latest/getting-started/index.html
    mesos/site/publish/documentation/latest/upgrades/index.html
    mesos/site/publish/documentation/upgrades/index.html
    mesos/site/publish/downloads/index.html
    mesos/site/publish/gettingstarted/index.html
    mesos/site/publish/index.html
    mesos/site/publish/sitemap.xml
    mesos/site/source/documentation/latest/getting-started.md
    mesos/site/source/documentation/latest/upgrades.md
    mesos/site/source/downloads.html.md
    mesos/site/source/index.html.md

Modified: mesos/site/publish/documentation/getting-started/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/getting-started/index.html?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/publish/documentation/getting-started/index.html (original)
+++ mesos/site/publish/documentation/getting-started/index.html Mon Jun  9 23:19:05 2014
@@ -143,6 +143,9 @@
 
  # Install devel libsasl (***Only required for Mesos 0.14.0 or newer***).
  $ sudo apt-get install libsasl2-dev
+
+ # Install Maven (***Only required for Mesos 0.18.1 or newer***).
+ $ sudo apt-get install maven
 </code></pre></li>
 <li><p>If you are building from git repository, you will need to additionally install the following packages.</p>
 

Modified: mesos/site/publish/documentation/latest/getting-started/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/getting-started/index.html?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/getting-started/index.html (original)
+++ mesos/site/publish/documentation/latest/getting-started/index.html Mon Jun  9 23:19:05 2014
@@ -143,6 +143,9 @@
 
  # Install devel libsasl (***Only required for Mesos 0.14.0 or newer***).
  $ sudo apt-get install libsasl2-dev
+
+ # Install Maven (***Only required for Mesos 0.18.1 or newer***).
+ $ sudo apt-get install maven
 </code></pre></li>
 <li><p>If you are building from git repository, you will need to additionally install the following packages.</p>
 

Modified: mesos/site/publish/documentation/latest/upgrades/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/upgrades/index.html?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/upgrades/index.html (original)
+++ mesos/site/publish/documentation/latest/upgrades/index.html Mon Jun  9 23:19:05 2014
@@ -105,6 +105,23 @@
 
 <p>This document serves as a guide for users who wish to upgrade an existing mesos cluster. Some versions require particular upgrade techniques when upgrading a running cluster. Some upgrades will have incompatible changes.</p>
 
+<h2>Upgrading from 0.18.0 to 0.19.0.</h2>
+
+<p>NOTE: There are new required flags on the master (<code>--work_dir</code> and <code>--quorum</code>) to support the <em>Registrar</em> feature, which adds replicated state on the masters.</p>
+
+<p>NOTE: No required upgrade ordering across components.</p>
+
+<p>In order to upgrade a running cluster:</p>
+
+<ul>
+<li>Install the new master binaries and restart the masters.</li>
+<li>Install the new slave binaries and restart the slaves.</li>
+<li>Upgrade the schedulers by linking the latest native library (mesos jar upgrade not necessary).</li>
+<li>Restart the schedulers.</li>
+<li>Upgrade the executors by linking the latest native library and mesos jar (if necessary).</li>
+</ul>
+
+
 <h2>Upgrading from 0.17.0 to 0.18.0.</h2>
 
 <p>In order to upgrade a running cluster:</p>

Modified: mesos/site/publish/documentation/upgrades/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/upgrades/index.html?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/publish/documentation/upgrades/index.html (original)
+++ mesos/site/publish/documentation/upgrades/index.html Mon Jun  9 23:19:05 2014
@@ -105,6 +105,23 @@
 
 <p>This document serves as a guide for users who wish to upgrade an existing mesos cluster. Some versions require particular upgrade techniques when upgrading a running cluster. Some upgrades will have incompatible changes.</p>
 
+<h2>Upgrading from 0.18.0 to 0.19.0.</h2>
+
+<p>NOTE: There are new required flags on the master (<code>--work_dir</code> and <code>--quorum</code>) to support the <em>Registrar</em> feature, which adds replicated state on the masters.</p>
+
+<p>NOTE: No required upgrade ordering across components.</p>
+
+<p>In order to upgrade a running cluster:</p>
+
+<ul>
+<li>Install the new master binaries and restart the masters.</li>
+<li>Install the new slave binaries and restart the slaves.</li>
+<li>Upgrade the schedulers by linking the latest native library (mesos jar upgrade not necessary).</li>
+<li>Restart the schedulers.</li>
+<li>Upgrade the executors by linking the latest native library and mesos jar (if necessary).</li>
+</ul>
+
+
 <h2>Upgrading from 0.17.0 to 0.18.0.</h2>
 
 <p>In order to upgrade a running cluster:</p>

Modified: mesos/site/publish/downloads/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/downloads/index.html?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/publish/downloads/index.html (original)
+++ mesos/site/publish/downloads/index.html Mon Jun  9 23:19:05 2014
@@ -93,6 +93,8 @@
     <h4>Previous Releases</h4>
 
     <ul>
+      <li><a href="http://archive.apache.org/dist/mesos/0.18.2/">0.18.2</a>
+           (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326851">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.18.1/">0.18.1</a>
            (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326752">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.18.0/">0.18.0</a>
@@ -127,8 +129,8 @@
   <div class="col-md-8">
     <h1>Download Mesos</h1>
       <p>Download the most recent stable release:
-          <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.18.2/">0.18.2</a>
-        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326851">Release Notes</a>)
+          <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.19.0/">0.19.0</a>
+        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326253">Release Notes</a>)
       </p>
         
       <h4>Getting the code via source control</h4>

Modified: mesos/site/publish/gettingstarted/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/gettingstarted/index.html?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/publish/gettingstarted/index.html (original)
+++ mesos/site/publish/gettingstarted/index.html Mon Jun  9 23:19:05 2014
@@ -143,6 +143,9 @@
 
  # Install devel libsasl (***Only required for Mesos 0.14.0 or newer***).
  $ sudo apt-get install libsasl2-dev
+
+ # Install Maven (***Only required for Mesos 0.18.1 or newer***).
+ $ sudo apt-get install maven
 </code></pre></li>
 <li><p>If you are building from git repository, you will need to additionally install the following packages.</p>
 

Modified: mesos/site/publish/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/index.html?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/publish/index.html (original)
+++ mesos/site/publish/index.html Mon Jun  9 23:19:05 2014
@@ -93,7 +93,7 @@
         <p class="lead">Apache Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or <em>frameworks</em>. It can run Hadoop, Jenkins, Spark, Aurora, and other applications on a dynamically shared pool of nodes.</p>
       </div>
       <div class="col-md-5 text-center download">
-        <a class="btn btn-lg btn-success" href="/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.18.2</a>
+        <a class="btn btn-lg btn-success" href="/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.19.0</a>
         <p>or learn how to <a href="/gettingstarted/">get started</a></p>
       </div>
     </div>
@@ -154,20 +154,52 @@
   </div>
   <div class="col-md-4">
     <h3>News</h3>
-        <ul>
-            <li><em>May 29, 2014</em> - Mesos 0.18.1 and 0.18.2 are released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326752">0.18.1 release notes</a>, <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326851">0.18.2 release notes</a> and <a href="/blog/mesos-0-18-1-and-0-18-2-released/">blog post announcement</a> for more details.</li>
-            <li><em>April 10, 2014</em> - Mesos 0.18.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326140">release notes</a> and <a href="/blog/mesos-0-18-0-released/">blog post announcement</a> for more details.</li>
-            <li><em>March 28, 2014</em> - Mesos Community Update #1. See the <a href="blog/mesos-community-update-1/">blog post</a>.</li>
-            <li><em>March 6, 2014</em> - Mesos 0.17.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12325669">release notes</a> and <a href="blog/mesos-0-17-0-released-featuring-autorecovery/">blog post announcement</a>.</li>
-            <li><em>Feburary 11, 2014</em> - Mesos 0.16.0 is released! See the <a href="/blog/mesos-0-16-0-released/">blog post announcement</a> for more details.</li>
-            <li><em>January 09, 2014</em> - Mesos 0.15.0 is released! See the <a href="/blog/framework-authentication-in-apache-mesos-0-15-0/">blog post announcement</a> for more details.</li>
-            <li><em>December 16, 2013</em> - Niklas Nielson becomes project's newest committer and PMC member (<a href="/blog/niklas-nielsen-becomes-mesos-committer/">Announcement</a>)</li>
-            <li><em>November 12, 2013</em> - Mesos 0.14.2 is released! See the <a href="/blog/mesos-0-14-2-released/">blog post announcement</a> for more details.</li>
-            <li><em>October 23, 2013</em> - <a href="/blog/slave-recovery-in-apache-mesos/">New blog post</a> by Vinod Kone about the Slave Recovery feature introduced in Mesos 0.14.1</li>
-            <li><em>October 21, 2013</em> - Mesos 0.14.1 is released! Now <a href="/downloads/">available for download</a>.</li>
-            <li><em>October 16, 2013</em> - Mesos 0.14.0 is released! Now <a href="/downloads/">available for download</a>.</li>
-            <li><em>September 11, 2013</em> - Mesos 0.13.0 is released! Now <a href="/downloads/">available for download</a>.</li>
-        </ul>
+      <ul>
+        <li><em>June 9th, 2014</em> - Mesos 0.19.0 is released! See the <a href="">0.19.0 release notes</a>, blog post
+          coming soon!</li>
+        
+        <li><em>May 29, 2014</em> - Mesos 0.18.1 and 0.18.2 are released!
+            See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326752">0.18.1 release notes</a>,
+            <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326851">0.18.2 release notes</a>
+            and <a href="/blog/mesos-0-18-1-and-0-18-2-released/">blog post announcement</a> for more details.
+        </li>
+        
+        <li><em>April 10, 2014</em> - Mesos 0.18.0 is released!
+            See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326140">release notes</a>
+            and <a href="/blog/mesos-0-18-0-released/">blog post announcement</a> for more details.</li>
+        
+        <li><em>March 28, 2014</em> - Mesos Community Update #1.
+            See the <a href="blog/mesos-community-update-1/">blog post</a>.</li>
+          
+        <li><em>March 6, 2014</em> - Mesos 0.17.0 is released!
+            See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12325669">release notes</a>
+            and <a href="blog/mesos-0-17-0-released-featuring-autorecovery/">blog post announcement</a>.</li>
+
+        <li><em>Feburary 11, 2014</em> - Mesos 0.16.0 is released!
+            See the <a href="/blog/mesos-0-16-0-released/">blog post announcement</a> for more details.</li>
+
+        <li><em>January 09, 2014</em> - Mesos 0.15.0 is released!
+            See the <a href="/blog/framework-authentication-in-apache-mesos-0-15-0/">blog post announcement</a>
+            for more details.</li>
+
+        <li><em>December 16, 2013</em> - Niklas Nielson becomes project&#39;s newest committer and PMC member
+            (<a href="/blog/niklas-nielsen-becomes-mesos-committer/">Announcement</a>)</li>
+
+        <li><em>November 12, 2013</em> - Mesos 0.14.2 is released!
+            See the <a href="/blog/mesos-0-14-2-released/">blog post announcement</a> for more details.</li>
+
+        <li><em>October 23, 2013</em> - <a href="/blog/slave-recovery-in-apache-mesos/">New blog post</a> by
+            Vinod Kone about the Slave Recovery feature introduced in Mesos 0.14.1</li>
+
+        <li><em>October 21, 2013</em>
+            - Mesos 0.14.1 is released! Now <a href="/downloads/">available for download</a>.</li>
+
+        <li><em>October 16, 2013</em>
+            - Mesos 0.14.0 is released! Now <a href="/downloads/">available for download</a>.</li>
+
+        <li><em>September 11, 2013</em>
+            - Mesos 0.13.0 is released! Now <a href="/downloads/">available for download</a>.</li>
+      </ul>
 
         <br />
 

Modified: mesos/site/publish/sitemap.xml
URL: http://svn.apache.org/viewvc/mesos/site/publish/sitemap.xml?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/publish/sitemap.xml (original)
+++ mesos/site/publish/sitemap.xml Mon Jun  9 23:19:05 2014
@@ -2,366 +2,366 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
     <loc>http://mesos.apache.org/api/latest/java/allclasses-frame.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/allclasses-noframe.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/constant-values.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/deprecated-list.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/help-doc.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/index-all.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Executor.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/ExecutorDriver.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.Entry.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.OperationFailedException.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.Position.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.Reader.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.Writer.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.WriterFailedException.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/MesosExecutorDriver.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/MesosSchedulerDriver.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/package-frame.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/package-summary.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/package-tree.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Scheduler.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/SchedulerDriver.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/overview-tree.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/serialized-form.html</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/slave-recovery-in-apache-mesos/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-14-2-released/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/niklas-nielsen-becomes-mesos-committer/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/framework-authentication-in-apache-mesos-0-15-0/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-16-0-released/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-17-0-released-featuring-autorecovery/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-community-update-1/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-18-0-released/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-18-1-and-0-18-2-released/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/community/committers/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/community/user-groups/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/community/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/allocation-module/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/app-framework-development-guide/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/committers-guide/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/configuration/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/deploy-scripts/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/ec2-scripts/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/getting-started/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/high-availability/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/logging-and-debugging/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-architecture/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-c++-style-guide/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-code-internals/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-developers-guide/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-frameworks/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-presentations/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-roadmap/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/powered-by-mesos/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/release-guide/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/running-a-web-application-farm-on-mesos/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/running-torque-or-mpi-on-mesos/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/slave-recovery/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/tools/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/upgrades/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/using-the-mesos-submit-tool/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/downloads/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/gettingstarted/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/allocation-module/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/app-framework-development-guide/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/committers-guide/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/configuration/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/deploy-scripts/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/ec2-scripts/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/getting-started/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/high-availability/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/logging-and-debugging/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-architecture/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-c++-style-guide/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-code-internals/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-developers-guide/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-frameworks/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-presentations/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-roadmap/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/powered-by-mesos/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/release-guide/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/running-a-web-application-farm-on-mesos/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/running-torque-or-mpi-on-mesos/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/slave-recovery/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/tools/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/upgrades/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/using-the-mesos-submit-tool/</loc>
-    <lastmod>2014-05-30T00:00:00-07:00</lastmod>
+    <lastmod>2014-06-09T00:00:00-07:00</lastmod>
   </url>
 </urlset>
\ No newline at end of file

Modified: mesos/site/source/documentation/latest/getting-started.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/getting-started.md?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/getting-started.md (original)
+++ mesos/site/source/documentation/latest/getting-started.md Mon Jun  9 23:19:05 2014
@@ -41,6 +41,8 @@ There are different ways you can get Mes
         # Install devel libsasl (***Only required for Mesos 0.14.0 or newer***).
         $ sudo apt-get install libsasl2-dev
 
+        # Install Maven (***Only required for Mesos 0.18.1 or newer***).
+        $ sudo apt-get install maven
 
 -  If you are building from git repository, you will need to additionally install the following packages.
 

Modified: mesos/site/source/documentation/latest/upgrades.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/upgrades.md?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/upgrades.md (original)
+++ mesos/site/source/documentation/latest/upgrades.md Mon Jun  9 23:19:05 2014
@@ -5,6 +5,22 @@ layout: documentation
 # Upgrading Mesos
 This document serves as a guide for users who wish to upgrade an existing mesos cluster. Some versions require particular upgrade techniques when upgrading a running cluster. Some upgrades will have incompatible changes.
 
+
+## Upgrading from 0.18.0 to 0.19.0.
+
+NOTE: There are new required flags on the master (`--work_dir` and `--quorum`) to support the *Registrar* feature, which adds replicated state on the masters.
+
+NOTE: No required upgrade ordering across components.
+
+In order to upgrade a running cluster:
+
+* Install the new master binaries and restart the masters.
+* Install the new slave binaries and restart the slaves.
+* Upgrade the schedulers by linking the latest native library (mesos jar upgrade not necessary).
+* Restart the schedulers.
+* Upgrade the executors by linking the latest native library and mesos jar (if necessary).
+
+
 ## Upgrading from 0.17.0 to 0.18.0.
 
 In order to upgrade a running cluster:

Modified: mesos/site/source/downloads.html.md
URL: http://svn.apache.org/viewvc/mesos/site/source/downloads.html.md?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/source/downloads.html.md (original)
+++ mesos/site/source/downloads.html.md Mon Jun  9 23:19:05 2014
@@ -8,6 +8,8 @@ breadcrumb: Downloads
     <h4>Previous Releases</h4>
 
     <ul>
+      <li><a href="http://archive.apache.org/dist/mesos/0.18.2/">0.18.2</a>
+      	   (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326851">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.18.1/">0.18.1</a>
       	   (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326752">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.18.0/">0.18.0</a>
@@ -42,8 +44,8 @@ breadcrumb: Downloads
   <div class="col-md-8">
     <h1>Download Mesos</h1>
       <p>Download the most recent stable release:
-	      <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.18.2/">0.18.2</a>
-        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326851">Release Notes</a>)
+	      <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.19.0/">0.19.0</a>
+        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326253">Release Notes</a>)
       </p>
 		
       <h4>Getting the code via source control</h4>

Modified: mesos/site/source/index.html.md
URL: http://svn.apache.org/viewvc/mesos/site/source/index.html.md?rev=1601528&r1=1601527&r2=1601528&view=diff
==============================================================================
--- mesos/site/source/index.html.md (original)
+++ mesos/site/source/index.html.md Mon Jun  9 23:19:05 2014
@@ -9,7 +9,7 @@ title: Apache Mesos
 	    <p class="lead">Apache Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or <em>frameworks</em>. It can run Hadoop, Jenkins, Spark, Aurora, and other applications on a dynamically shared pool of nodes.</p>
 	  </div>
 	  <div class="col-md-5 text-center download">
-	    <a class="btn btn-lg btn-success" href="/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.18.2</a>
+	    <a class="btn btn-lg btn-success" href="/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.19.0</a>
 	    <p>or learn how to <a href="/gettingstarted/">get started</a></p>
 	  </div>
 	</div>
@@ -62,20 +62,52 @@ title: Apache Mesos
   </div>
   <div class="col-md-4">
     <h3>News</h3>
-		<ul>
-			<li><em>May 29, 2014</em> - Mesos 0.18.1 and 0.18.2 are released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326752">0.18.1 release notes</a>, <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326851">0.18.2 release notes</a> and <a href="/blog/mesos-0-18-1-and-0-18-2-released/">blog post announcement</a> for more details.</li>
-			<li><em>April 10, 2014</em> - Mesos 0.18.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326140">release notes</a> and <a href="/blog/mesos-0-18-0-released/">blog post announcement</a> for more details.</li>
-			<li><em>March 28, 2014</em> - Mesos Community Update #1. See the <a href="blog/mesos-community-update-1/">blog post</a>.</li>
-			<li><em>March 6, 2014</em> - Mesos 0.17.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12325669">release notes</a> and <a href="blog/mesos-0-17-0-released-featuring-autorecovery/">blog post announcement</a>.</li>
-			<li><em>Feburary 11, 2014</em> - Mesos 0.16.0 is released! See the <a href="/blog/mesos-0-16-0-released/">blog post announcement</a> for more details.</li>
-			<li><em>January 09, 2014</em> - Mesos 0.15.0 is released! See the <a href="/blog/framework-authentication-in-apache-mesos-0-15-0/">blog post announcement</a> for more details.</li>
-			<li><em>December 16, 2013</em> - Niklas Nielson becomes project's newest committer and PMC member (<a href="/blog/niklas-nielsen-becomes-mesos-committer/">Announcement</a>)</li>
-			<li><em>November 12, 2013</em> - Mesos 0.14.2 is released! See the <a href="/blog/mesos-0-14-2-released/">blog post announcement</a> for more details.</li>
-			<li><em>October 23, 2013</em> - <a href="/blog/slave-recovery-in-apache-mesos/">New blog post</a> by Vinod Kone about the Slave Recovery feature introduced in Mesos 0.14.1</li>
-			<li><em>October 21, 2013</em> - Mesos 0.14.1 is released! Now <a href="/downloads/">available for download</a>.</li>
-			<li><em>October 16, 2013</em> - Mesos 0.14.0 is released! Now <a href="/downloads/">available for download</a>.</li>
-			<li><em>September 11, 2013</em> - Mesos 0.13.0 is released! Now <a href="/downloads/">available for download</a>.</li>
-		</ul>
+      <ul>
+        <li><em>June 9th, 2014</em> - Mesos 0.19.0 is released! See the <a href="">0.19.0 release notes</a>, blog post
+          coming soon!</li>
+        
+        <li><em>May 29, 2014</em> - Mesos 0.18.1 and 0.18.2 are released!
+            See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326752">0.18.1 release notes</a>,
+            <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326851">0.18.2 release notes</a>
+            and <a href="/blog/mesos-0-18-1-and-0-18-2-released/">blog post announcement</a> for more details.
+        </li>
+        
+        <li><em>April 10, 2014</em> - Mesos 0.18.0 is released!
+            See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326140">release notes</a>
+            and <a href="/blog/mesos-0-18-0-released/">blog post announcement</a> for more details.</li>
+        
+        <li><em>March 28, 2014</em> - Mesos Community Update #1.
+            See the <a href="blog/mesos-community-update-1/">blog post</a>.</li>
+          
+        <li><em>March 6, 2014</em> - Mesos 0.17.0 is released!
+            See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12325669">release notes</a>
+            and <a href="blog/mesos-0-17-0-released-featuring-autorecovery/">blog post announcement</a>.</li>
+
+        <li><em>Feburary 11, 2014</em> - Mesos 0.16.0 is released!
+            See the <a href="/blog/mesos-0-16-0-released/">blog post announcement</a> for more details.</li>
+
+        <li><em>January 09, 2014</em> - Mesos 0.15.0 is released!
+            See the <a href="/blog/framework-authentication-in-apache-mesos-0-15-0/">blog post announcement</a>
+            for more details.</li>
+
+        <li><em>December 16, 2013</em> - Niklas Nielson becomes project&#39;s newest committer and PMC member
+            (<a href="/blog/niklas-nielsen-becomes-mesos-committer/">Announcement</a>)</li>
+
+        <li><em>November 12, 2013</em> - Mesos 0.14.2 is released!
+            See the <a href="/blog/mesos-0-14-2-released/">blog post announcement</a> for more details.</li>
+
+        <li><em>October 23, 2013</em> - <a href="/blog/slave-recovery-in-apache-mesos/">New blog post</a> by
+            Vinod Kone about the Slave Recovery feature introduced in Mesos 0.14.1</li>
+
+        <li><em>October 21, 2013</em>
+            - Mesos 0.14.1 is released! Now <a href="/downloads/">available for download</a>.</li>
+
+        <li><em>October 16, 2013</em>
+            - Mesos 0.14.0 is released! Now <a href="/downloads/">available for download</a>.</li>
+
+        <li><em>September 11, 2013</em>
+            - Mesos 0.13.0 is released! Now <a href="/downloads/">available for download</a>.</li>
+      </ul>
 
 		<br />
 
@@ -88,4 +120,4 @@ title: Apache Mesos
 	  </span>
  </div>
 </div>
-<!-- /lowersection -->
\ No newline at end of file
+<!-- /lowersection -->