You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dl...@apache.org on 2014/05/24 21:16:47 UTC

svn commit: r1597339 - in /mesos/site: publish/ publish/documentation/getting-started/ publish/documentation/latest/getting-started/ publish/downloads/ publish/gettingstarted/ source/ source/documentation/latest/

Author: dlester
Date: Sat May 24 19:16:46 2014
New Revision: 1597339

URL: http://svn.apache.org/r1597339
Log:
Updates website to reflect 0.18.2 release.

Modified:
    mesos/site/publish/documentation/getting-started/index.html
    mesos/site/publish/documentation/latest/getting-started/index.html
    mesos/site/publish/downloads/index.html
    mesos/site/publish/gettingstarted/index.html
    mesos/site/publish/index.html
    mesos/site/source/documentation/latest/getting-started.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=1597339&r1=1597338&r2=1597339&view=diff
==============================================================================
--- mesos/site/publish/documentation/getting-started/index.html (original)
+++ mesos/site/publish/documentation/getting-started/index.html Sat May 24 19:16:46 2014
@@ -110,8 +110,8 @@
 <ol>
 <li><p>Download the latest stable release from <a href="http://mesos.apache.org/downloads/">Apache</a> (<strong><em>Recommended</em></strong>)</p>
 
-<pre><code> $ wget http://www.apache.org/dist/mesos/0.18.0/mesos-0.18.0.tar.gz
- $ tar -zxf mesos-0.18.0.tar.gz
+<pre><code> $ wget http://www.apache.org/dist/mesos/0.18.2/mesos-0.18.2.tar.gz
+ $ tar -zxf mesos-0.18.2.tar.gz
 </code></pre></li>
 <li><p>Clone the Mesos git <a href="http://git-wip-us.apache.org/repos/asf/mesos.git">repository</a> (<strong><em>Advanced Users Only</em></strong>)</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=1597339&r1=1597338&r2=1597339&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/getting-started/index.html (original)
+++ mesos/site/publish/documentation/latest/getting-started/index.html Sat May 24 19:16:46 2014
@@ -110,8 +110,8 @@
 <ol>
 <li><p>Download the latest stable release from <a href="http://mesos.apache.org/downloads/">Apache</a> (<strong><em>Recommended</em></strong>)</p>
 
-<pre><code> $ wget http://www.apache.org/dist/mesos/0.18.0/mesos-0.18.0.tar.gz
- $ tar -zxf mesos-0.18.0.tar.gz
+<pre><code> $ wget http://www.apache.org/dist/mesos/0.18.2/mesos-0.18.2.tar.gz
+ $ tar -zxf mesos-0.18.2.tar.gz
 </code></pre></li>
 <li><p>Clone the Mesos git <a href="http://git-wip-us.apache.org/repos/asf/mesos.git">repository</a> (<strong><em>Advanced Users Only</em></strong>)</p>
 

Modified: mesos/site/publish/downloads/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/downloads/index.html?rev=1597339&r1=1597338&r2=1597339&view=diff
==============================================================================
--- mesos/site/publish/downloads/index.html (original)
+++ mesos/site/publish/downloads/index.html Sat May 24 19:16:46 2014
@@ -93,6 +93,10 @@
     <h4>Previous Releases</h4>
 
     <ul>
+      <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>
+           (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326140">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.17.0/">0.17.0</a>
            (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12325669">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.16.0/">0.16.0</a>
@@ -123,8 +127,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.0/">0.18.0</a>
-        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326140">Release Notes</a>)
+          <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>)
       </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=1597339&r1=1597338&r2=1597339&view=diff
==============================================================================
--- mesos/site/publish/gettingstarted/index.html (original)
+++ mesos/site/publish/gettingstarted/index.html Sat May 24 19:16:46 2014
@@ -110,8 +110,8 @@
 <ol>
 <li><p>Download the latest stable release from <a href="http://mesos.apache.org/downloads/">Apache</a> (<strong><em>Recommended</em></strong>)</p>
 
-<pre><code> $ wget http://www.apache.org/dist/mesos/0.18.0/mesos-0.18.0.tar.gz
- $ tar -zxf mesos-0.18.0.tar.gz
+<pre><code> $ wget http://www.apache.org/dist/mesos/0.18.2/mesos-0.18.2.tar.gz
+ $ tar -zxf mesos-0.18.2.tar.gz
 </code></pre></li>
 <li><p>Clone the Mesos git <a href="http://git-wip-us.apache.org/repos/asf/mesos.git">repository</a> (<strong><em>Advanced Users Only</em></strong>)</p>
 

Modified: mesos/site/publish/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/index.html?rev=1597339&r1=1597338&r2=1597339&view=diff
==============================================================================
--- mesos/site/publish/index.html (original)
+++ mesos/site/publish/index.html Sat May 24 19:16:46 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.0</a>
+        <a class="btn btn-lg btn-success" href="/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.18.2</a>
         <p>or learn how to <a href="/gettingstarted/">get started</a></p>
       </div>
     </div>

Modified: mesos/site/source/documentation/latest/getting-started.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/getting-started.md?rev=1597339&r1=1597338&r2=1597339&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/getting-started.md (original)
+++ mesos/site/source/documentation/latest/getting-started.md Sat May 24 19:16:46 2014
@@ -10,8 +10,8 @@ There are different ways you can get Mes
 
 1. Download the latest stable release from [Apache](http://mesos.apache.org/downloads/) (***Recommended***)
 
-        $ wget http://www.apache.org/dist/mesos/0.18.0/mesos-0.18.0.tar.gz
-        $ tar -zxf mesos-0.18.0.tar.gz
+        $ wget http://www.apache.org/dist/mesos/0.18.2/mesos-0.18.2.tar.gz
+        $ tar -zxf mesos-0.18.2.tar.gz
 
 2. Clone the Mesos git [repository](http://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)
 

Modified: mesos/site/source/downloads.html.md
URL: http://svn.apache.org/viewvc/mesos/site/source/downloads.html.md?rev=1597339&r1=1597338&r2=1597339&view=diff
==============================================================================
--- mesos/site/source/downloads.html.md (original)
+++ mesos/site/source/downloads.html.md Sat May 24 19:16:46 2014
@@ -8,6 +8,10 @@ breadcrumb: Downloads
     <h4>Previous Releases</h4>
 
     <ul>
+      <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>
+      	   (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326140">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.17.0/">0.17.0</a>
       	   (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12325669">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.16.0/">0.16.0</a>
@@ -38,8 +42,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.0/">0.18.0</a>
-        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326140">Release Notes</a>)
+	      <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>)
       </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=1597339&r1=1597338&r2=1597339&view=diff
==============================================================================
--- mesos/site/source/index.html.md (original)
+++ mesos/site/source/index.html.md Sat May 24 19:16:46 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.0</a>
+	    <a class="btn btn-lg btn-success" href="/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.18.2</a>
 	    <p>or learn how to <a href="/gettingstarted/">get started</a></p>
 	  </div>
 	</div>