Author: nnielsen
Date: Mon Sep 28 20:43:36 2015
New Revision: 1705768

URL: http://svn.apache.org/viewvc?rev=1705768&view=rev
Log:
Added 'Working Group' section on community page.


Modified:
    mesos/site/publish/blog/feed.xml
    mesos/site/publish/blog/index.html
    mesos/site/publish/community/index.html
    mesos/site/publish/downloads/index.html
    mesos/site/publish/index.html
    mesos/site/publish/sitemap.xml
    mesos/site/source/community.html.md

Modified: mesos/site/publish/blog/feed.xml
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/blog/feed.xml?rev=1705768&r1=1705767&r2=1705768&view=diff
==============================================================================
--- mesos/site/publish/blog/feed.xml (original)
+++ mesos/site/publish/blog/feed.xml Mon Sep 28 20:43:36 2015
@@ -4,7 +4,37 @@
   <id>http://mesos.apache.org/blog</id>
   <link href="http://mesos.apache.org/blog"; />
   <link href="http://mesos.apache.org/blog/feed.xml"; rel="self"/>
-  <updated>2015-09-21T00:00:00Z</updated>
+  <updated>2015-09-24T00:00:00Z</updated>
+  
+  <entry>
+    <id>http://mesos.apache.org/blog/mesos-0-24-1-and-more-released/</id>
+    <link href="/blog/mesos-0-24-1-and-more-released/" />
+    <title>
+      Apache Mesos 0.24.1 and More Released
+    </title>
+    <updated>2015-09-24T00:00:00Z</updated>
+    <author>
+      <name>Adam B</name>
+    </author>
+    <content type="html">
+      &lt;p&gt;The latest Mesos 0.24.1 is now available for &lt;a 
href=&quot;/downloads&quot;&gt;download&lt;/a&gt;. This release includes a fix 
for version parsing for Docker 1.8 and 1.7.0.fc22, as well as a fix for Docker 
command health checks. These same fixes were backported onto 0.23.0 to produce 
a new Mesos 0.23.1 release. MESOS-2986 was also backported to 0.21 and 0.22 to 
produce Mesos 0.21.2 and 0.22.2 (still VOTING). All of these releases are (or 
will be) available on the &lt;a 
href=&quot;/downloads&quot;&gt;downloads&lt;/a&gt; page.&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/MESOS-2986&quot;&gt;MESOS-2986&lt;/a&gt;
 - Docker version output is not compatible with Mesos&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/MESOS-3136&quot;&gt;MESOS-3136&lt;/a&gt;
 - COMMAND health checks with Marathon 0.10.0 are broken&lt;/li&gt;
+&lt;/ul&gt;
+
+
+&lt;p&gt;Full release notes are available in the release &lt;a 
href=&quot;https://github.com/apache/mesos/blob/master/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;Upgrading to 0.24.1 can be done seamlessly on a 0.24.0 cluster. In 
fact, only the slaves need to be upgraded. If upgrading from an earlier 
version, please refer to the &lt;a 
href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrades&lt;/a&gt;
 documentation.&lt;/p&gt;
+
+&lt;h2&gt;Contributors&lt;/h2&gt;
+
+&lt;p&gt;Special thanks to the lone code contributor for 0.24.1, 0.23.1, 
0.22.2, and 0.21.2: haosdent huang. Our hero.&lt;/p&gt;
+
+       </content>
+  </entry>
   
   <entry>
     <id>http://mesos.apache.org/blog/mesos-0-24-0-released/</id>

Modified: mesos/site/publish/blog/index.html
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/blog/index.html?rev=1705768&r1=1705767&r2=1705768&view=diff
==============================================================================
--- mesos/site/publish/blog/index.html (original)
+++ mesos/site/publish/blog/index.html Mon Sep 28 20:43:36 2015
@@ -76,6 +76,11 @@
        <div class="col-md-9">
                
                  <article>
+                       <h2><a 
href="/blog/mesos-0-24-1-and-more-released/">Apache Mesos 0.24.1 and More 
Released</a></h2>
+                       <p><em>Posted by Adam B, September 24, 2015</em></p>
+                 </article>
+               
+                 <article>
                        <h2><a href="/blog/mesos-0-24-0-released/">Apache Mesos 
0.24.0 Released</a></h2>
                        <p><em>Posted by Vinod Kone, September 21, 2015</em></p>
                  </article>

Modified: mesos/site/publish/community/index.html
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/community/index.html?rev=1705768&r1=1705767&r2=1705768&view=diff
==============================================================================
--- mesos/site/publish/community/index.html (original)
+++ mesos/site/publish/community/index.html Mon Sep 28 20:43:36 2015
@@ -101,6 +101,14 @@
     <h3 name="contribute">Contribute a core patch</h3>
     <p>Follow our <a 
href="/documentation/latest/submitting-a-patch">contribution guidelines</a> 
when submitting a patch. We love patches. :)</p>
 
+  <h3 name="workinggroups">Working Groups</h3>
+
+  <p>
+  As the community has scaled, we work on larger and more involved features 
and components in separate interest or <i>working</i> groups.
+  We keep track of these working groups <a 
href="https://cwiki.apache.org/confluence/display/MESOS/Apache+Mesos+Working+Groups";>here</a>.
+  In this list, you will be able to get in touch with the stakeholders, 
contributors and committers interested in certain features for Mesos and join 
in on the design meetings.
+  </p>
+
 </div>
 <div class="col-md-6">
     <h2>Get In Touch</h2>

Modified: mesos/site/publish/downloads/index.html
URL: 
http://svn.apache.org/viewvc/mesos/site/publish/downloads/index.html?rev=1705768&r1=1705767&r2=1705768&view=diff
==============================================================================
--- mesos/site/publish/downloads/index.html (original)
+++ mesos/site/publish/downloads/index.html Mon Sep 28 20:43:36 2015
@@ -73,12 +73,20 @@
     <h4>Previous Releases</h4>
 
     <ul>
+      <li><a href="http://archive.apache.org/dist/mesos/0.24.0/";>0.24.0</a>
+           (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329851";>Release
 Notes</a>)</li>
+      <li><a href="http://archive.apache.org/dist/mesos/0.23.1/";>0.23.1</a>
+           (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12333553";>Release
 Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.23.0/";>0.23.0</a>
            (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12328728";>Release
 Notes</a>)</li>
+      <li><a href="http://archive.apache.org/dist/mesos/0.22.2/";>0.22.2</a>
+           (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12333645";>Release
 Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.22.1/";>0.22.1</a>
            (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329855";>Release
 Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.22.0/";>0.22.0</a>
            (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12328650";>Release
 Notes</a>)</li>
+      <li><a href="http://archive.apache.org/dist/mesos/0.21.2/";>0.21.2</a>
+           (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12333646";>Release
 Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.21.1/";>0.21.1</a>
            (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329076";>Release
 Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.21.0/";>0.21.0</a>
@@ -126,9 +134,7 @@
     <h1>Download Mesos</h1>
       <p>Download the most recent stable release:
           <a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.24.1/";>0.24.1</a>
-        (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329851";>Release
 Notes</a>)
-          <a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.24.0/";>0.24.0</a>
-        (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329851";>Release
 Notes</a>)
+        (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12333552";>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=1705768&r1=1705767&r2=1705768&view=diff
==============================================================================
--- mesos/site/publish/index.html (original)
+++ mesos/site/publish/index.html Mon Sep 28 20:43:36 2015
@@ -68,11 +68,11 @@
 
                        <div class="container-fluid homepage jumbotron">
     <div class="row">
-      <div class="col-md-7 nopadding">
+      <div class="col-md-7">
         <h1>Program against your datacenter like it’s a single pool of 
resources</h1>
         <p class="lead">Apache Mesos abstracts CPU, memory, storage, and other 
compute resources away from machines (physical or virtual), enabling 
fault-tolerant and elastic distributed systems to easily be built and run 
effectively.</p>
 
-            <p> <a href="downloads/"><span class="glyphicon 
glyphicon-download"></span> Download Mesos 0.24.0</a> or learn how to <a 
href="gettingstarted/">get started</a></p>
+            <p> <a href="downloads/"><span class="glyphicon 
glyphicon-download"></span> Download Mesos 0.24.1</a> or learn how to <a 
href="gettingstarted/">get started</a></p>
       </div>
     <div class="col-md-5 text-center download">
             <div class="homepage-featured">
@@ -89,19 +89,14 @@
 
 
 
-<hr>
-
-
-
-
 <!-- lowersection -->
 
 
 <div class="row">
   <div class="col-md-7">
     <h3>What is Mesos?</h3>
-    <h4>A distributed systems kernel</h4>
-    <p>Mesos is built using the same principles as the Linux kernel, only at a 
different level of abstraction. The Mesos kernel runs on every machine and 
provides applications (e.g., Hadoop, Spark, Kafka, Elastic Search) with API’s 
for resource management and scheduling across entire datacenter and cloud 
environments.</p>
+      <h4>A distributed systems kernel</h4>
+      <p>Mesos is built using the same principles as the Linux kernel, only at 
a different level of abstraction. The Mesos kernel runs on every machine and 
provides applications (e.g., Hadoop, Spark, Kafka, Elastic Search) with API’s 
for resource management and scheduling across entire datacenter and cloud 
environments.</p>
 
     <h3>Project Features</h3>
     <ul>
@@ -117,22 +112,20 @@
   <div class="col-md-5">
     <h3>News</h3>
       <ul>
-            <li><em>September 21, 2015</em> - Mesos 0.24.0 is released! See 
the <a 
href="https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.24.0";>CHANGELOG</a>
 and <a href="/blog/mesos-0-24-0-released/">blog post</a> for more details.</li>
+      <li><em>September 24, 2015</em> - Mesos 0.24.1 is released! See the <a 
href="https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.24.1";>CHANGELOG</a>
 and <a href="/blog/mesos-0-24-1-and-more-released/">blog post</a> for 
details.</li>
+      <li><em>September 21, 2015</em> - Mesos 0.24.0 is released! See the <a 
href="https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.24.0";>CHANGELOG</a>
 and <a href="/blog/mesos-0-24-0-released/">blog post</a> for details.</li>
         <li><em>September 17, 2015</em> - <a 
href="/blog/mesoscon-europe-2015-schedule-announced/">MesosCon Europe Schedule 
and Diversity Scholarship</a></li>
         <li><em>August 5, 2015</em> - <a 
href="/blog/mesoscon-goes-europe/">MesosCon goes Europe</a></li>
-        <li><em>July 28, 2015</em> - <a 
href="/blog/register-for-mesoscon-seattle-save/">Register for #MesosCon by 7/31 
and Save $100</a></li>
         <li><em>July 22, 2015</em> - Mesos 0.23.0 is released! See the <a 
href="https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.23.0";>CHANGELOG</a>
 and <a href="/blog/mesos-0-23-0-released/">blog post</a> for more details.</li>
-        <li><em>July 13, 2015</em> - MesosCon pre-conference and social 
activities announced! See the <a 
href="/blog/mesoscon-seattle-preconference-and-social-activities/">blog 
post</a> for more details.</li>
-        <li><em>July 1, 2015</em> - MesosCon Seattle 2015 keynote speakers 
announced! See the <a 
href="/blog/mesoscon-seattle-keynote-speakers-announced/">blog post</a> for 
more details.</li>
       </ul>
 
-      <h3>Follow Us</h3>
-      <span class="social">
-        <a href="https://twitter.com/ApacheMesos"; 
class="twitter-follow-button" data-show-count="false" data-size="large">Follow 
@ApacheMesos</a>
-        <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>
-        <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"; 
class="twitter-hashtag-button" data-size="large" 
data-related="ApacheMesos">Tweet #mesos</a>
-        <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>
+    <h3>Follow Us</h3>
+    <span class="social">
+      <a href="https://twitter.com/ApacheMesos"; class="twitter-follow-button" 
data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+      <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>
+      <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"; 
class="twitter-hashtag-button" data-size="large" 
data-related="ApacheMesos">Tweet #mesos</a>
+      <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>
  </div>
 </div>
 


Reply via email to