Author: me
Date: Wed Sep 24 21:12:44 2014
New Revision: 1627421

URL: http://svn.apache.org/r1627421
Log:
Added 0.20.1 release to homepage and downloads, with blog post. Other docs 
changes pulled in too.

Added:
    mesos/site/publish/blog/mesos-0-20-1-released/
    mesos/site/publish/blog/mesos-0-20-1-released/index.html
    mesos/site/source/blog/2014-09-23-mesos-0-20-1-released.md
Modified:
    mesos/site/publish/blog/index.html
    mesos/site/publish/documentation/latest/mesos-c++-style-guide/index.html
    mesos/site/publish/documentation/mesos-c++-style-guide/index.html
    mesos/site/publish/downloads/index.html
    mesos/site/publish/index.html
    mesos/site/publish/sitemap.xml
    mesos/site/source/documentation/latest/mesos-c++-style-guide.md
    mesos/site/source/downloads.html.md
    mesos/site/source/index.html.md

Modified: mesos/site/publish/blog/index.html
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/blog/index.html?rev=1627421&r1=1627420&r2=1627421&view=diff
==============================================================================
--- mesos/site/publish/blog/index.html (original)
+++ mesos/site/publish/blog/index.html Wed Sep 24 21:12:44 2014
@@ -98,6 +98,11 @@
        <div class="col-md-9">
                
                  <article>
+                       <h2><a href="/blog/mesos-0-20-1-released/">Apache Mesos 
0.20.1 Released</a></h2>
+                       <p><em>Posted by Adam B, September 23, 2014</em></p>
+                 </article>
+               
+                 <article>
                        <h2><a href="/blog/mesos-0-20-0-released/">Mesos 0.20.0 
Released</a></h2>
                        <p><em>Posted by Jie Yu, September  3, 2014</em></p>
                  </article>

Added: mesos/site/publish/blog/mesos-0-20-1-released/index.html
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/blog/mesos-0-20-1-released/index.html?rev=1627421&view=auto
==============================================================================
--- mesos/site/publish/blog/mesos-0-20-1-released/index.html (added)
+++ mesos/site/publish/blog/mesos-0-20-1-released/index.html Wed Sep 24 
21:12:44 2014
@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+<!--
+
+                ______                           __                
+               /\  _  \                         /\ \               
+               \ \ \L\ \  _____      __      ___\ \ \___      __   
+                \ \  __ \/\ '__`\  /'__`\   /'___\ \  _ `\  /'__`\ 
+                 \ \ \/\ \ \ \L\ \/\ \L\.\_/\ \__/\ \ \ \ \/\  __/ 
+                  \ \_\ \_\ \ ,__/\ \__/.\_\ \____\\ \_\ \_\ \____\
+                   \/_/\/_/\ \ \/  \/__/\/_/\/____/ \/_/\/_/\/____/
+                            \ \_\                                  
+                             \/_/                                  
+                                                    
+                      /'\_/`\                                      
+                     /\      \     __    ____    ___     ____      
+                     \ \ \__\ \  /'__`\ /',__\  / __`\  /',__\     
+                      \ \ \_/\ \/\  __//\__, `\/\ \L\ \/\__, `\    
+                       \ \_\\ \_\ \____\/\____/\ \____/\/\____/    
+                        \/_/ \/_/\/____/\/___/  \/___/  \/___/     
+
+-->
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>Apache Mesos 0.20.1 Released</title>
+                   <meta name="viewport" content="width=device-width, 
initial-scale=1.0">
+                   <meta name="description" content="">
+                   <meta name="author" content="">
+
+                   <!-- Le styles -->
+                               <link 
href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" 
rel="stylesheet">
+                   
+                   <link href="../../assets/css/main.css" media="screen" 
rel="stylesheet" type="text/css" />
+                               
+                               
+                       
+                       <!-- Google Analytics Magic -->
+                       <script type="text/javascript">
+                         var _gaq = _gaq || [];
+                         _gaq.push(['_setAccount', 'UA-20226872-1']);
+                         _gaq.push(['_setDomainName', 'apache.org']);
+                         _gaq.push(['_trackPageview']);
+
+                         (function() {
+                           var ga = document.createElement('script'); ga.type 
= 'text/javascript'; ga.async = true;
+                           ga.src = ('https:' == document.location.protocol ? 
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+                           var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+                         })();
+                       </script>
+    </head>
+    <body>
+                       <!-- magical breadcrumbs -->
+                       <div class="topnav">
+                       <ul class="breadcrumb">
+                         <li>
+                                       <div class="dropdown">
+                                         <a data-toggle="dropdown" 
href="#">Apache Software Foundation <span class="caret"></span></a>
+                                         <ul class="dropdown-menu" role="menu" 
aria-labelledby="dLabel">
+                                                       <li><a 
href="http://www.apache.org";>Apache Homepage</a></li>
+                                                       <li><a 
href="http://www.apache.org/licenses/";>License</a></li>
+                                               <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>  
+                                               <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                                                       <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                                         </ul>
+                                       </div>
+                               </li>
+                               <li><a href="http://mesos.apache.org";>Apache 
Mesos</a></li>
+                               
+                               
+                                       <li><a href="/blog
+/">Blog
+</a></li>
+                               
+                               
+                       </ul><!-- /breadcrumb -->
+                       </div>
+                       
+                       <!-- navbar excitement -->
+           <div class="navbar navbar-static-top" role="navigation">
+             <div class="navbar-inner">
+               <div class="container">
+                                               <a href="/" class="logo"><img 
src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a>
+                                       <div class="nav-collapse">
+                                               <ul class="nav nav-pills 
navbar-right">
+                                                 <li><a 
href="/gettingstarted/">Getting Started</a></li>
+                                                 <li><a 
href="/documentation/latest/">Documentation</a></li>
+                                                 <li><a 
href="/downloads/">Downloads</a></li>
+                                                 <li><a 
href="/community/">Community</a></li>
+                                               </ul>
+                                       </div>
+               </div>
+             </div>
+           </div><!-- /.navbar -->
+
+      <div class="container">
+
+                       <div class="row">
+
+<div class="col-md-3">
+       <div class="meta">
+               <span class="author">
+                       
+                       <span class="author_contact">
+                         <p><strong>Adam B</strong></p>
+                         <p><a href="http://twitter.com/";>@</a></p>
+                       </span>
+               </span>
+               <p><em>Posted September 23, 2014</em></p>
+       </div>
+       
+       <div class="share">
+               <span class="social-share-button"><a 
href="https://twitter.com/share"; class="twitter-share-button" 
data-via="apachemesos">Tweet</a></span>
+               
+               <span><script>!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
 'script', 'twitter-wjs');</script></span>
+
+               <span><div class="g-plusone" data-size="medium"></div></span>
+
+               <!-- Place this tag after the last +1 button tag. -->
+               <script type="text/javascript">
+                 (function() {
+                   var po = document.createElement('script'); po.type = 
'text/javascript'; po.async = true;
+                   po.src = 'https://apis.google.com/js/plusone.js';
+                   var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(po, s);
+                 })();
+               </script>
+               
+               <script src="//platform.linkedin.com/in.js" 
type="text/javascript">
+                lang: en_US
+               </script>
+               <script type="IN/Share" data-counter="right"></script>
+       </div>
+</div>
+
+<div class="post col-md-9">
+       <h1>Apache Mesos 0.20.1 Released</h1>
+       
+       <p>The latest Mesos release, 0.20.1 is now available for <a 
href="http://mesos.apache.org/downloads";>download</a>. One of the major 
features of Mesos 0.20.0 was native Docker support, and that support has been 
improved in 0.20.1 by the following bug fixes and improvements:</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-1621";>MESOS-1621</a> 
- Docker run networking should be configurable and support bridge network</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-1724";>MESOS-1724</a> 
- Can&rsquo;t include port in DockerInfo&rsquo;s image</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-1730";>MESOS-1730</a> 
- Should be an error if commandinfo shell=true when using docker 
containerizer</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-1732";>MESOS-1732</a> 
- Mesos containerizer doesn&rsquo;t reject tasks with container info set</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-1737";>MESOS-1737</a> 
- Isolation=external result in core dump on 0.20.0</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-1755";>MESOS-1755</a> 
- Add docker support to mesos-execute</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-1758";>MESOS-1758</a> 
- Freezer failure leads to lost task during container destruction.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-1762";>MESOS-1762</a> 
- Avoid docker pull on each container run</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-1770";>MESOS-1770</a> 
- Docker with command shell=true should override entrypoint</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-1809";>MESOS-1809</a> 
- Modify docker pull to use docker inspect after a successful pull</li>
+</ul>
+
+
+<p>Full release notes are available in the release <a 
href="https://github.com/apache/mesos/blob/master/CHANGELOG";>CHANGELOG</a>.</p>
+
+<p>Upgrading to 0.20.1 can be done seamlessly on a 0.20.0 cluster. If 
upgrading from 0.19.x, please refer to the <a 
href="http://mesos.apache.org/documentation/latest/upgrades/";>upgrades</a> 
documentation.</p>
+
+<h2>Contributors</h2>
+
+<p>Thanks to all the contributors for 0.20.1: Timothy Chen, Jie Yu, Timothy 
St. Clair, Vinod Kone, Chris Heller, Kamil Domański, and Till Toenshoff.</p>
+
+</div>
+</div>
+
+                       
+             <hr>
+
+                               <!-- footer -->
+             <div class="footer">
+               <p>&copy; 2012-2014 <a href="http://apache.org";>The Apache 
Software Foundation</a>.
+               Apache Mesos, the Apache feather logo, and the Apache Mesos 
project logo are trademarks of The Apache Software Foundation.<p>
+             </div><!-- /footer -->
+
+           </div> <!-- /container -->
+
+           <!-- JS -->
+           <script src="//code.jquery.com/jquery-1.11.0.min.js" 
type="text/javascript"></script>
+                       <script 
src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" 
type="text/javascript"></script>
+    </body>
+</html>
\ No newline at end of file

Modified: 
mesos/site/publish/documentation/latest/mesos-c++-style-guide/index.html
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/mesos-c%2B%2B-style-guide/index.html?rev=1627421&r1=1627420&r2=1627421&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/mesos-c++-style-guide/index.html 
(original)
+++ mesos/site/publish/documentation/latest/mesos-c++-style-guide/index.html 
Wed Sep 24 21:12:44 2014
@@ -226,6 +226,15 @@ Try&lt;Duration&gt; failoverTimeout =
 </ul>
 
 
+<h2>C++11</h2>
+
+<p>We still support older compilers. The whitelist of supported C++11 features 
is:
+* Static assertions.
+* Multiple right angle brackets.
+* Type inference (<code>auto</code> and <code>decltype</code>).
+* Rvalue references.
+* Variadic templates.</p>
+
        </div>
 </div>
 

Modified: mesos/site/publish/documentation/mesos-c++-style-guide/index.html
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/documentation/mesos-c%2B%2B-style-guide/index.html?rev=1627421&r1=1627420&r2=1627421&view=diff
==============================================================================
--- mesos/site/publish/documentation/mesos-c++-style-guide/index.html (original)
+++ mesos/site/publish/documentation/mesos-c++-style-guide/index.html Wed Sep 
24 21:12:44 2014
@@ -226,6 +226,15 @@ Try&lt;Duration&gt; failoverTimeout =
 </ul>
 
 
+<h2>C++11</h2>
+
+<p>We still support older compilers. The whitelist of supported C++11 features 
is:
+* Static assertions.
+* Multiple right angle brackets.
+* Type inference (<code>auto</code> and <code>decltype</code>).
+* Rvalue references.
+* Variadic templates.</p>
+
        </div>
 </div>
 

Modified: mesos/site/publish/downloads/index.html
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/downloads/index.html?rev=1627421&r1=1627420&r2=1627421&view=diff
==============================================================================
--- mesos/site/publish/downloads/index.html (original)
+++ mesos/site/publish/downloads/index.html Wed Sep 24 21:12:44 2014
@@ -95,6 +95,8 @@
     <h4>Previous Releases</h4>
 
     <ul>
+      <li><a href="http://archive.apache.org/dist/mesos/0.20.0/";>0.20.0</a>
+           (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326835";>Release
 Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.19.1/";>0.19.1</a>
            (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12327173";>Release
 Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.19.0/";>0.19.0</a>
@@ -135,8 +137,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.20.0/";>0.20.0</a>
-        (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326835";>Release
 Notes</a>)
+          <a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.20.1/";>0.20.1</a>
+        (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12327951";>Release
 Notes</a>)
       </p>
         
       <h4>Getting the code via source control</h4>

Modified: mesos/site/publish/index.html
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/index.html?rev=1627421&r1=1627420&r2=1627421&view=diff
==============================================================================
--- mesos/site/publish/index.html (original)
+++ mesos/site/publish/index.html Wed Sep 24 21:12:44 2014
@@ -95,7 +95,7 @@
         <p class="lead">Apache Mesos is a cluster manager that simplifies the 
complexity of running applications on a shared pool of servers.<br /></p>
       </div>
     <div class="col-md-5 text-center download">
-      <a class="btn btn-lg btn-success" 
href="http://mesos.apache.org/downloads/";><span class="glyphicon 
glyphicon-download"></span> Download Mesos 0.20.0</a>
+      <a class="btn btn-lg btn-success" 
href="http://mesos.apache.org/downloads/";><span class="glyphicon 
glyphicon-download"></span> Download Mesos 0.20.1</a>
       <p>or learn how to <a href="http://mesos.apache.org/gettingstarted/";>get 
started</a></p>
     </div>
     </div>
@@ -157,6 +157,10 @@
   <div class="col-md-5">
     <h3>News</h3>
       <ul>
+        <li><em>September 23, 2014</em> - Mesos 0.20.1 is released!
+            See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12327951";>0.20.1
 release notes</a>
+                        and <a href="/blog/mesos-0-20-1-released/">blog post 
announcement</a> for more details.</li>
+        
                 <li><em>August 21, 2014</em> - Mesos 0.20.0 is released!  See 
the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326835";>0.20.0
 release notes</a> and <a href="/blog/mesos-0-20-0-released/">blog post 
announcement</a> for more details.</li>
 
                 <li><em>July 24, 2014</em> - <a 
href="/blog/mesoscon-2014-hackathon-details-announced/">#MesosCon Hackathon 
Details Announced</a></li>
@@ -174,23 +178,9 @@
             See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326253";>0.19.0
 release notes</a>
             and <a href="/blog/mesos-0-19-0-released/">blog post 
announcement</a> for more details.</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>
-
       <br />
 
       <h3>Follow Us</h3>


Reply via email to