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 2013/09/11 08:48:22 UTC

svn commit: r1521748 - in /mesos: website/downloads.html website/gettingstarted.html website/index.html www/downloads/index.html www/gettingstarted/index.html www/index.html

Author: dlester
Date: Wed Sep 11 06:48:22 2013
New Revision: 1521748

URL: http://svn.apache.org/r1521748
Log:
Updates release version number on downloads, getting started, and the homepage.

Modified:
    mesos/website/downloads.html
    mesos/website/gettingstarted.html
    mesos/website/index.html
    mesos/www/downloads/index.html
    mesos/www/gettingstarted/index.html
    mesos/www/index.html

Modified: mesos/website/downloads.html
URL: http://svn.apache.org/viewvc/mesos/website/downloads.html?rev=1521748&r1=1521747&r2=1521748&view=diff
==============================================================================
--- mesos/website/downloads.html (original)
+++ mesos/website/downloads.html Wed Sep 11 06:48:22 2013
@@ -8,7 +8,8 @@ title: Apache Mesos | Downloads
 		<h4>Previous Releases</h4>
 
 		<ul>
-			<li><a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.12.0-incubating/">0.12.0-incubating</a> (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324391">Release Notes</a>)</li>
+			<li><a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.12.1/">0.12.1</a>. (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324794">Release Notes</a>)</li>
+      <li><a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.12.0-incubating/">0.12.0-incubating</a> (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324391">Release Notes</a>)</li>
 		  <li><a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.11.0-incubating/">0.11.0-incubating</a> (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324390">Release Notes</a>)</li>
 		  <li><a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.10.0-incubating/">0.10.0-incubating</a> (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324389">Release Notes</a>)</li>
 		  <li><a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.9.0-incubating/">0.9.0-incubating</a> (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12319875">Release Notes</a>)</li>
@@ -16,7 +17,7 @@ title: Apache Mesos | Downloads
 	</div>
 	<div class="span8">
 		<h2>Download Mesos</h2>
-		<p>Download the most recent stable release: <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.12.1/">0.12.1</a>. (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324794">Release Notes</a>)</p>
+		<p>Download the most recent stable release: <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.13.0/">0.13.0</a>. (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324392&styleName=&projectId=12311242">Release Notes</a>)</p>
 		
 		<h4>Getting the code via source control</h4>
 		<p>The codebase can also be downloaded from the Apache git repository at: <code>https://git-wip-us.apache.org/repos/asf/mesos.git</code>. A read-only git repository is also mirrored on <a href="https://github.com/apache/mesos/tree/master">on Github</a>. (Note: we use <a href="http://reviews.apache.org">Review Board</a> for patches, not pull requests on Github)</p>

Modified: mesos/website/gettingstarted.html
URL: http://svn.apache.org/viewvc/mesos/website/gettingstarted.html?rev=1521748&r1=1521747&r2=1521748&view=diff
==============================================================================
--- mesos/website/gettingstarted.html (original)
+++ mesos/website/gettingstarted.html Wed Sep 11 06:48:22 2013
@@ -32,10 +32,10 @@ title: Apache Mesos | Getting Started
 
 <h3>Downloading Mesos</h3>
 
-<p>Mesos is available as a tar file, or the source can be downloaded directly from git. To get running with Mesos version 0.12.1, our most-recent release by either:</p>
+<p>Mesos is available as a tar file, or the source can be downloaded directly from git. To get running with Mesos version 0.13.0, our most-recent release by either:</p>
 
 <ul>
-	<li><a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.12.1/">Download Mesos 0.12.1</a></li>
+	<li><a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.13.0/">Download Mesos 0.13.0</a></li>
 	<li>Obtain the current Mesos development HEAD by checking it out from Apache Git mirror repository, using: <code>git clone git://git.apache.org/mesos.git</code>, or <code>https://git-wip-us.apache.org/repos/asf/mesos.git</code></li>
 </ul>
 

Modified: mesos/website/index.html
URL: http://svn.apache.org/viewvc/mesos/website/index.html?rev=1521748&r1=1521747&r2=1521748&view=diff
==============================================================================
--- mesos/website/index.html (original)
+++ mesos/website/index.html Wed Sep 11 06:48:22 2013
@@ -11,7 +11,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, MPI, Hypertable, Spark, and other applications on a dynamically shared pool of nodes.</p>
 	  </div>
 	  <div class="span5 text-center download">
-	    <a class="btn btn-large btn-success" href="{{ site.url }}downloads/">Download Mesos 0.12.1</a>
+	    <a class="btn btn-large btn-success" href="{{ site.url }}downloads/">Download Mesos 0.13.0</a>
 	    <p>or learn how to <a href="{{ site.url }}gettingstarted/">get started</a></p>
 	  </div>
 	</div>

Modified: mesos/www/downloads/index.html
URL: http://svn.apache.org/viewvc/mesos/www/downloads/index.html?rev=1521748&r1=1521747&r2=1521748&view=diff
==============================================================================
--- mesos/www/downloads/index.html (original)
+++ mesos/www/downloads/index.html Wed Sep 11 06:48:22 2013
@@ -93,7 +93,8 @@
 		<h4>Previous Releases</h4>
 
 		<ul>
-			<li><a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.12.0-incubating/">0.12.0-incubating</a> (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324391">Release Notes</a>)</li>
+			<li><a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.12.1/">0.12.1</a>. (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324794">Release Notes</a>)</li>
+      <li><a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.12.0-incubating/">0.12.0-incubating</a> (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324391">Release Notes</a>)</li>
 		  <li><a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.11.0-incubating/">0.11.0-incubating</a> (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324390">Release Notes</a>)</li>
 		  <li><a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.10.0-incubating/">0.10.0-incubating</a> (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324389">Release Notes</a>)</li>
 		  <li><a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.9.0-incubating/">0.9.0-incubating</a> (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12319875">Release Notes</a>)</li>
@@ -101,7 +102,7 @@
 	</div>
 	<div class="span8">
 		<h2>Download Mesos</h2>
-		<p>Download the most recent stable release: <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.12.1/">0.12.1</a>. (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324794">Release Notes</a>)</p>
+		<p>Download the most recent stable release: <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.13.0/">0.13.0</a>. (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324392&styleName=&projectId=12311242">Release Notes</a>)</p>
 		
 		<h4>Getting the code via source control</h4>
 		<p>The codebase can also be downloaded from the Apache git repository at: <code>https://git-wip-us.apache.org/repos/asf/mesos.git</code>. A read-only git repository is also mirrored on <a href="https://github.com/apache/mesos/tree/master">on Github</a>. (Note: we use <a href="http://reviews.apache.org">Review Board</a> for patches, not pull requests on Github)</p>

Modified: mesos/www/gettingstarted/index.html
URL: http://svn.apache.org/viewvc/mesos/www/gettingstarted/index.html?rev=1521748&r1=1521747&r2=1521748&view=diff
==============================================================================
--- mesos/www/gettingstarted/index.html (original)
+++ mesos/www/gettingstarted/index.html Wed Sep 11 06:48:22 2013
@@ -117,10 +117,10 @@
 
 <h3>Downloading Mesos</h3>
 
-<p>Mesos is available as a tar file, or the source can be downloaded directly from git. To get running with Mesos version 0.12.1, our most-recent release by either:</p>
+<p>Mesos is available as a tar file, or the source can be downloaded directly from git. To get running with Mesos version 0.13.0, our most-recent release by either:</p>
 
 <ul>
-	<li><a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.12.1/">Download Mesos 0.12.1</a></li>
+	<li><a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.13.0/">Download Mesos 0.13.0</a></li>
 	<li>Obtain the current Mesos development HEAD by checking it out from Apache Git mirror repository, using: <code>git clone git://git.apache.org/mesos.git</code>, or <code>https://git-wip-us.apache.org/repos/asf/mesos.git</code></li>
 </ul>
 

Modified: mesos/www/index.html
URL: http://svn.apache.org/viewvc/mesos/www/index.html?rev=1521748&r1=1521747&r2=1521748&view=diff
==============================================================================
--- mesos/www/index.html (original)
+++ mesos/www/index.html Wed Sep 11 06:48:22 2013
@@ -96,7 +96,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, MPI, Hypertable, Spark, and other applications on a dynamically shared pool of nodes.</p>
 	  </div>
 	  <div class="span5 text-center download">
-	    <a class="btn btn-large btn-success" href="http://mesos.apache.org/downloads/">Download Mesos 0.12.1</a>
+	    <a class="btn btn-large btn-success" href="http://mesos.apache.org/downloads/">Download Mesos 0.13.0</a>
 	    <p>or learn how to <a href="http://mesos.apache.org/gettingstarted/">get started</a></p>
 	  </div>
 	</div>