You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/01/03 23:47:31 UTC

svn commit: r1555271 [4/5] - in /libcloud/site/trunk/generated: ./ assets/ blog/ blog/2010/02/02/ blog/2010/05/11/ blog/2010/10/12/ blog/2011/01/17/ blog/2011/02/15/ blog/2011/05/25/ blog/2011/06/06/ blog/2011/07/04/ blog/2011/09/01/ blog/2011/10/19/ b...

Modified: libcloud/site/trunk/generated/blog/page/5/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/5/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/5/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/5/index.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -97,44 +97,90 @@
     
       <div class="post">
   
-    <h2><a href="/blog/2011/12/30/2011-in-retrospect-and-happy-new-year-from-libcloud-team.html">2011 in retrospect and a Happy New Year from the Libcloud team</a></h2>
+    <h2><a href="/blog/2012/04/01/libcloud-0-9-1-released.html">Libcloud 0.9.1 released</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Dec 30, 2011</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Apr 01, 2012</span>
 
   <div class="post-content">
-    <p>Dear users &amp; developers,</p>
+    <p>Libcloud team is pleased to announce the release of Libcloud 0.9.1!</p>
 
-<p>First of all, Libcloud team wishes everyone a Happy New Year 2012!</p>
+<p>Release highlights:</p>
 
-<p>2011 has been a great year for us and we have accomplished a lot of things:</p>
+<ul>
+<li>A lot of improvements and additional functionality in the OpenStack
+driver. Now a generic OpenStack driver (Provider.OPENSTACK) also works with
+devstack.org and trystack.org installations</li>
+<li>Improvements and better exception propagation in the deploy_node method</li>
+<li>New driver for ElasticHosts Los Angeles and Toronto location</li>
+<li>Support for new EC2 instance type - m1.medium</li>
+</ul>
+
+<p>Bug fixes:</p>
 
 <ul>
-<li>Website has been ported to the Apache CMS and updated with a lot of new
-content, including documentation</li>
-<li>In May we have graduated from the incubator to a top level project</li>
-<li>Two new committers have joined the team (Tomaz Muraus, Hutson Betts)</li>
-<li>We have grown from supporting a single API (cloud servers) to supporting
-four different APIs (cloud servers, load balancers, cloud storage, dns)</li>
-<li>We have introduced support for Python 3</li>
-<li>We have released a total of 7 new versions</li>
-<li>We have received many patches by external contributors</li>
-<li>We have held two development sprints (PyCon, EuroPython)</li>
-<li>Code wise we have grown from ~4300 LOC to ~14300 LOC (excluding tests)</li>
+<li>Don&#39;t lowercase special header names in the Amazon S3 storage driver.
+This fixes a bug with multi-objects delete calls.</li>
+<li>Properly handle OpenStack providers which return public IP addresses
+under the &#39;internet&#39; key in the &#39;addresses&#39; dictionary</li>
+<li>Make create_node in Linode driver return a Node instance instead of a
+listen of Node instances</li>
 </ul>
 
-<p>Lets try to make 2012 even better :)</p>
+<p>For a full list of changes, please see the CHANGES file
+<a href="https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&amp;view=markup</a>.</p>
 
-<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201112.mbox/%3CCAJMHEmL1D-HuCj4LSH-mF1bP_Of6XwEfuP1Y74_2APeD-8OrFA@mail.gmail.com%3E">mailing list post</a>.</p>
+<h3>Download</h3>
+
+<p>Libcloud 0.9.1 can be downloaded from
+http://libcloud.apache.org/downloads.html or installed using pip:</p>
+
+<div class="highlight"><pre><code class="bash">pip install apache-libcloud
+</code></pre></div>
+
+<p>It is possible that the file hasn&#39;t been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud</p>
+
+<h3>Upgrading</h3>
+
+<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p>
+
+<div class="highlight"><pre><code class="bash">pip install --upgrade apache-libcloud
+</code></pre></div>
+
+<h3>Upgrade notes</h3>
+
+<p>A page which describes backward incompatible or semi-incompatible changes
+and how to preserve the old behavior when this is possible can be found at
+http://libcloud.apache.org/upgrade-notes.html.</p>
+
+<h3>Documentation</h3>
+
+<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.9.1/.</p>
+
+<h3>Bugs / Issues</h3>
+
+<p>If you find any bug or issue, please report it on our issue tracker
+<a href="https://issues.apache.org/jira/browse/LIBCLOUD">https://issues.apache.org/jira/browse/LIBCLOUD</a>. Don&#39;t forget to attach an
+example and / or test which reproduces your problem.</p>
+
+<h3>Thanks</h3>
+
+<p>Thanks to everyone who contributed and made this release possible! Full
+list of people who contributed to this release can be found in the CHANGES
+file <a href="https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&amp;view=markup</a>.</p>
+
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201204.mbox/%3CCAJMHEmJzeGL%2BU1PNeX0T-1dcxUC1um88jQTAmskZ-mXTQ3QLGw%40mail.gmail.com%3E">release announcement</a>.</p>
 
   </div>
 
   <div class="row section post-meta">
     <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a></p>
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
     </div>
   </div>
 </div>
@@ -144,44 +190,40 @@ four different APIs (cloud servers, load
     
       <div class="post">
   
-    <h2><a href="/blog/2011/12/09/libcloud-0-7-1-released.html">Libcloud 0.7.1 released</a></h2>
+    <h2><a href="/blog/2012/02/08/libcloud-0-8-0-released.html">Libcloud 0.8.0 released</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Dec 09, 2011</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Feb 08, 2012</span>
 
   <div class="post-content">
-    <p>Libcloud team is pleased to announce the release of Libcloud 0.7.1!</p>
+    <p>Libcloud team is pleased to announce the release of Libcloud 0.8.0!</p>
 
-<p>This release represents another big milestone for us and introduces a
-support for Python 3!</p>
-
-<p>Other notable changes:</p>
+<p>Release highlights:</p>
 
 <ul>
-<li>New Las Vegas location for the CloudSigma provider</li>
-<li>Improvements to the OpenStack driver</li>
-<li>Improvements to the OpenNebula driver</li>
-<li>Support for Amazon EC2 new &quot;Cluster Compute Eight Extra Large&quot; instance
-size</li>
+<li>Support for handling compressed (gzip, deflate) responses</li>
+<li>Support for new Amazon EC2 location - South America (Sao Paulo)</li>
 </ul>
 
-<p>This release also removes old, deprecated (pre-0.5) paths. If you still
-haven&#39;t updated your code you need to do it now otherwise it won&#39;t work
-with 0.7.1 and future releases.</p>
+<p>Other notable changes:</p>
 
-<p>Script which can help you with the migration from the old style paths to
-the new ones can be found at
-http://libcloud.apache.org/upgrade-notes-0-7.html.</p>
+<ul>
+<li>Many improvements and additions of extension methods in the OpenStack
+compute driver</li>
+<li>Many improvements and additions of extension methods in the Rackspace
+load-balancer driver</li>
+<li>Improvements in the OpenNebula compute driver</li>
+</ul>
 
 <p>For a full list of changes, please see the CHANGES file
-<a href="https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup</a>.</p>
+<a href="https://svn.apache.org/viewvc/libcloud/tags/0.8.0/CHANGES?revision=r1240459&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.8.0/CHANGES?revision=r1240459&amp;view=markup</a>.</p>
 
 <h3>Download</h3>
 
-<p>Libcloud 0.7.1 can be downloaded from
+<p>Libcloud 0.8.0 can be downloaded from
 http://libcloud.apache.org/downloads.html or installed using pip:</p>
 
 <div class="highlight"><pre><code class="bash">pip install apache-libcloud
@@ -202,25 +244,25 @@ http://www.apache.org/dist/libcloud</p>
 
 <p>A page which describes backward incompatible or semi-incompatible changes
 and how to preserve the old behavior when this is possible can be found at
-http://libcloud.apache.org/upgrade-notes-0-7.html.</p>
+http://libcloud.apache.org/upgrade-notes-0-8.html.</p>
 
 <h3>Documentation</h3>
 
-<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.7.1/.</p>
+<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.8.0/.</p>
 
 <h3>Bugs / Issues</h3>
 
-<p>If you find any bug or issue, please report it on our issue tracker &lt;
-https://issues.apache.org/jira/browse/LIBCLOUD&gt;. Don&#39;t forget to attach an
+<p>If you find any bug or issue, please report it on our issue tracker
+<a href="https://issues.apache.org/jira/browse/LIBCLOUD">https://issues.apache.org/jira/browse/LIBCLOUD</a>. Don&#39;t forget to attach an
 example and / or test which reproduces your problem.</p>
 
 <h3>Thanks</h3>
 
 <p>Thanks to everyone who contributed and made this release possible! Full
 list of people who contributed to this release can be found in the CHANGES
-file <a href="https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup</a>.</p>
+file <a href="https://svn.apache.org/viewvc/libcloud/tags/0.8.0/CHANGES?revision=r1240459&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.8.0/CHANGES?revision=r1240459&amp;view=markup</a>.</p>
 
-<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201112.mbox/%3CCAJMHEm+qKuSarmvQZ4H1PVUkv6L3vssjQEHs+3MCtSJ9hfBwOw@mail.gmail.com%3E">release announcement</a>.</p>
+<p>Source: <a href="http://mail-archives.us.apache.org/mod_mbox/www-announce/201202.mbox/%3CCAJMHEmJJcigBO+ZoSyxFGvc5Z37t-t3KKHBHyyMi7L-J4-Y03A@mail.gmail.com%3E">release announcement</a>.</p>
 
   </div>
 
@@ -236,35 +278,44 @@ file <a href="https://svn.apache.org/vie
     
       <div class="post">
   
-    <h2><a href="/blog/2011/11/22/new-committer-hutson-betts-join-our-team.html">New committer Hutson Betts joins our team</a></h2>
+    <h2><a href="/blog/2011/12/30/2011-in-retrospect-and-happy-new-year-from-libcloud-team.html">2011 in retrospect and a Happy New Year from the Libcloud team</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Nov 22, 2011</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Dec 30, 2011</span>
 
   <div class="post-content">
-    <p>Hi all,</p>
+    <p>Dear users &amp; developers,</p>
 
-<p>I just wanted to let everyone know that the Libcloud PMC has decided to
-invite a new committer - Hutson Betts (hbetts).</p>
+<p>First of all, Libcloud team wishes everyone a Happy New Year 2012!</p>
 
-<p>He has previously mostly contributed to the OpenNebula driver and the
-networking API.</p>
+<p>2011 has been a great year for us and we have accomplished a lot of things:</p>
 
-<p>We believe that granting him the committer status will allow him to more
-easily and directly contribute to the project.</p>
+<ul>
+<li>Website has been ported to the Apache CMS and updated with a lot of new
+content, including documentation</li>
+<li>In May we have graduated from the incubator to a top level project</li>
+<li>Two new committers have joined the team (Tomaz Muraus, Hutson Betts)</li>
+<li>We have grown from supporting a single API (cloud servers) to supporting
+four different APIs (cloud servers, load balancers, cloud storage, dns)</li>
+<li>We have introduced support for Python 3</li>
+<li>We have released a total of 7 new versions</li>
+<li>We have received many patches by external contributors</li>
+<li>We have held two development sprints (PyCon, EuroPython)</li>
+<li>Code wise we have grown from ~4300 LOC to ~14300 LOC (excluding tests)</li>
+</ul>
 
-<p>Please help us welcome him!</p>
+<p>Lets try to make 2012 even better :)</p>
 
-<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-dev/201111.mbox/%3CCAJMHEm+08-1MMCgHDZgULc+StDiwgR+_krVZvHOJF0odcU_OWg@mail.gmail.com%3E">mailing list</a>.</p>
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201112.mbox/%3CCAJMHEmL1D-HuCj4LSH-mF1bP_Of6XwEfuP1Y74_2APeD-8OrFA@mail.gmail.com%3E">mailing list post</a>.</p>
 
   </div>
 
   <div class="row section post-meta">
     <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/new%20committer.html" rel="tag">new committer</a></p>
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a></p>
     </div>
   </div>
 </div>
@@ -274,42 +325,44 @@ easily and directly contribute to the pr
     
       <div class="post">
   
-    <h2><a href="/blog/2011/11/17/libcloud-0-6-2-released.html">Libcloud 0.6.2 released</a></h2>
+    <h2><a href="/blog/2011/12/09/libcloud-0-7-1-released.html">Libcloud 0.7.1 released</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Nov 17, 2011</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Dec 09, 2011</span>
 
   <div class="post-content">
-    <p>Libcloud team is pleased to announce the release of Libcloud 0.6.2!</p>
+    <p>Libcloud team is pleased to announce the release of Libcloud 0.7.1!</p>
 
-<p>This is primary a bug-fix release and includes the following bug-fixes:</p>
+<p>This release represents another big milestone for us and introduces a
+support for Python 3!</p>
+
+<p>Other notable changes:</p>
 
 <ul>
-<li>Fix the PollingConnection class and actually use the poll_interval class
-variable (previously it was ignored). This bug-fix affects Rackspace Cloud
-DNS driver, CloudStack and Ninefold compute driver.</li>
-<li>Fix a bug in the Rackspace Cloud DNS driver exception handling and throw
-an Exception if an unexpected status code is returned.</li>
+<li>New Las Vegas location for the CloudSigma provider</li>
+<li>Improvements to the OpenStack driver</li>
+<li>Improvements to the OpenNebula driver</li>
+<li>Support for Amazon EC2 new &quot;Cluster Compute Eight Extra Large&quot; instance
+size</li>
 </ul>
 
-<p>Besides the bug-fixes it also includes some new features:</p>
+<p>This release also removes old, deprecated (pre-0.5) paths. If you still
+haven&#39;t updated your code you need to do it now otherwise it won&#39;t work
+with 0.7.1 and future releases.</p>
 
-<ul>
-<li>Support for Amazon&#39;s new location (Oregon)</li>
-<li>Expose CloudStack provider. This way it can be used with an arbitrary
-CloudStack installation and not just with the provider drivers which
-sub-class it (e.g. Ninefold.com driver).</li>
-</ul>
+<p>Script which can help you with the migration from the old style paths to
+the new ones can be found at
+http://libcloud.apache.org/upgrade-notes-0-7.html.</p>
 
 <p>For a full list of changes, please see the CHANGES file
-<a href="https://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?revision=1202009&amp;view=markup">https://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?revision=1202009&amp;view=markup</a>.</p>
+<a href="https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup</a>.</p>
 
 <h3>Download</h3>
 
-<p>Libcloud 0.6.2 can be downloaded from
+<p>Libcloud 0.7.1 can be downloaded from
 http://libcloud.apache.org/downloads.html or installed using pip:</p>
 
 <div class="highlight"><pre><code class="bash">pip install apache-libcloud
@@ -330,11 +383,11 @@ http://www.apache.org/dist/libcloud</p>
 
 <p>A page which describes backward incompatible or semi-incompatible changes
 and how to preserve the old behavior when this is possible can be found at
-http://libcloud.apache.org/upgrade-notes-0-6.html.</p>
+http://libcloud.apache.org/upgrade-notes-0-7.html.</p>
 
 <h3>Documentation</h3>
 
-<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.6.2/.</p>
+<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.7.1/.</p>
 
 <h3>Bugs / Issues</h3>
 
@@ -346,10 +399,9 @@ example and / or test which reproduces y
 
 <p>Thanks to everyone who contributed and made this release possible! Full
 list of people who contributed to this release can be found in the CHANGES
-file
-<a href="https://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?revision=1202009&amp;view=markup">https://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?revision=1202009&amp;view=markup</a>.</p>
+file <a href="https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup</a>.</p>
 
-<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201111.mbox/%3CCAJMHEmJTN407_JJRfnwDuJxNsWCupEGc0cXWxs%3DM-n8HoHoQKQ%40mail.gmail.com%3E">release announcement</a>.</p>
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201112.mbox/%3CCAJMHEm+qKuSarmvQZ4H1PVUkv6L3vssjQEHs+3MCtSJ9hfBwOw@mail.gmail.com%3E">release announcement</a>.</p>
 
   </div>
 
@@ -365,125 +417,35 @@ file
     
       <div class="post">
   
-    <h2><a href="/blog/2011/11/09/libcloud-0-6-1-released.html">Libcloud 0.6.1 released</a></h2>
+    <h2><a href="/blog/2011/11/22/new-committer-hutson-betts-join-our-team.html">New committer Hutson Betts joins our team</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Nov 09, 2011</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Nov 22, 2011</span>
 
   <div class="post-content">
-    <p>Libcloud team is pleased to announce the release of Libcloud 0.6.1!</p>
-
-<p>This release represents a big milestone for us and includes many
-improvements and new drivers, but the most important thing is a brand new
-DNS API.</p>
-
-<p>DNS API allows users to manage DNS service provided by many different
-providers. This release includes a driver for Linode DNS (
-http://www.linode.com/features.cfm), Zerigo DNS (http://www.zerigo.com/)
-and Rackspace Cloud DNS (
-http://www.rackspace.com/cloud/cloud<em>hosting</em>products/dns/). In the future
-we also plan to expand it (hopefully with your help) and add new drivers
-for providers such as Amazon and others.</p>
-
-<p>Other notable changes, bug-fixes and improvements:</p>
-
-<p><strong>Documentation</strong></p>
-
-<ul>
-<li>New documentation which is available at http://libcloud.apache.org/docs/</li>
-</ul>
-
-<p><strong>General</strong></p>
-
-<ul>
-<li>SSL certificate validation is now enabled by default. If no CA
-certificate files are found on startup, an exception is thrown.</li>
-</ul>
-
-<p><strong>Compute</strong></p>
-
-<ul>
-<li>New driver for Ninefold.com (also a first driver for public Australian
-cloud provider in Libcloud)</li>
-<li>Support for OpenStack 1.1 API and many other improvements in the
-OpenStack driver</li>
-<li>Linode driver now support a new Japan location</li>
-<li>Support for deployment using an SSH key</li>
-<li>Amazon EC2 driver now supports deploy functionality using an SSH key</li>
-</ul>
-
-<p><strong>Storage</strong></p>
-
-<ul>
-<li>New driver for Google storage (http://code.google.com/apis/storage/)</li>
-<li>New driver for Ninefold.com storage (http://ninefold.com/cloud-storage/)</li>
-</ul>
-
-<p>Load Balancer:</p>
-
-<ul>
-<li>New driver for ninefold.com (
-https://ninefold.com/support/display/SPT/Load+Balancing)</li>
-<li>Rackspace driver now also supports UK location</li>
-</ul>
-
-<p>Any many other improvements and bug fixes!</p>
-
-<p>For a full list of changes, please see the CHANGES file
-<a href="https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup">https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup</a>.</p>
-
-<h3>Download</h3>
-
-<p>Libcloud 0.6.1 can be downloaded from
-http://libcloud.apache.org/downloads.html or installed using pip:</p>
-
-<div class="highlight"><pre><code class="bash">pip install apache-libcloud
-</code></pre></div>
-
-<p>It is possible that the file hasn&#39;t been synced to all the mirrors yet. If
-this is the case, please use the main Apache mirror -
-http://www.apache.org/dist/libcloud</p>
-
-<h3>Upgrading</h3>
-
-<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p>
-
-<div class="highlight"><pre><code class="bash">pip install --upgrade apache-libcloud
-</code></pre></div>
-
-<h3>Upgrade notes</h3>
-
-<p>A page which describes backward incompatible or semi-incompatible changes
-and how to preserve the old behavior when this is possible can be found at
-http://libcloud.apache.org/upgrade-notes-0-6.html.</p>
-
-<h3>Documentation</h3>
-
-<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.6.1/.</p>
+    <p>Hi all,</p>
 
-<h3>Bugs / Issues</h3>
+<p>I just wanted to let everyone know that the Libcloud PMC has decided to
+invite a new committer - Hutson Betts (hbetts).</p>
 
-<p>If you find any bug or issue, please report it on our issue tracker
-<a href="https://issues.apache.org/jira/browse/LIBCLOUD">https://issues.apache.org/jira/browse/LIBCLOUD</a>. Don&#39;t forget to attach an
-example and / or test which reproduces your problem.</p>
+<p>He has previously mostly contributed to the OpenNebula driver and the
+networking API.</p>
 
-<h3>Thanks</h3>
+<p>We believe that granting him the committer status will allow him to more
+easily and directly contribute to the project.</p>
 
-<p>Thanks to everyone who contributed and made this release possible! Full
-list of people who contributed to this release can be found in the CHANGES
-file
-<a href="https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup">https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup</a>.</p>
+<p>Please help us welcome him!</p>
 
-<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201111.mbox/%3CCAJMHEm+8XX704mSY4qw4P0YSBjGK=0SWCKjzSHBe8sLD__2UnA@mail.gmail.com%3E">release announcement</a>.</p>
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-dev/201111.mbox/%3CCAJMHEm+08-1MMCgHDZgULc+StDiwgR+_krVZvHOJF0odcU_OWg@mail.gmail.com%3E">mailing list</a>.</p>
 
   </div>
 
   <div class="row section post-meta">
     <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/new%20committer.html" rel="tag">new committer</a></p>
     </div>
   </div>
 </div>
@@ -514,7 +476,7 @@ file
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li>
  <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
+      <li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><l
 i> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
     </ul>
   </div>
 </div>
@@ -534,7 +496,7 @@ file
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -545,7 +507,7 @@ file
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/page/6/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/6/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/6/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/6/index.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -97,13 +97,104 @@
     
       <div class="post">
   
-    <h2><a href="/blog/2011/10/19/libcloud-0-6-0-beta1-released.html">Libcloud 0.6.0-beta1 released</a></h2>
+    <h2><a href="/blog/2011/11/17/libcloud-0-6-2-released.html">Libcloud 0.6.2 released</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Oct 19, 2011</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Nov 17, 2011</span>
+
+  <div class="post-content">
+    <p>Libcloud team is pleased to announce the release of Libcloud 0.6.2!</p>
+
+<p>This is primary a bug-fix release and includes the following bug-fixes:</p>
+
+<ul>
+<li>Fix the PollingConnection class and actually use the poll_interval class
+variable (previously it was ignored). This bug-fix affects Rackspace Cloud
+DNS driver, CloudStack and Ninefold compute driver.</li>
+<li>Fix a bug in the Rackspace Cloud DNS driver exception handling and throw
+an Exception if an unexpected status code is returned.</li>
+</ul>
+
+<p>Besides the bug-fixes it also includes some new features:</p>
+
+<ul>
+<li>Support for Amazon&#39;s new location (Oregon)</li>
+<li>Expose CloudStack provider. This way it can be used with an arbitrary
+CloudStack installation and not just with the provider drivers which
+sub-class it (e.g. Ninefold.com driver).</li>
+</ul>
+
+<p>For a full list of changes, please see the CHANGES file
+<a href="https://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?revision=1202009&amp;view=markup">https://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?revision=1202009&amp;view=markup</a>.</p>
+
+<h3>Download</h3>
+
+<p>Libcloud 0.6.2 can be downloaded from
+http://libcloud.apache.org/downloads.html or installed using pip:</p>
+
+<div class="highlight"><pre><code class="bash">pip install apache-libcloud
+</code></pre></div>
+
+<p>It is possible that the file hasn&#39;t been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud</p>
+
+<h3>Upgrading</h3>
+
+<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p>
+
+<div class="highlight"><pre><code class="bash">pip install --upgrade apache-libcloud
+</code></pre></div>
+
+<h3>Upgrade notes</h3>
+
+<p>A page which describes backward incompatible or semi-incompatible changes
+and how to preserve the old behavior when this is possible can be found at
+http://libcloud.apache.org/upgrade-notes-0-6.html.</p>
+
+<h3>Documentation</h3>
+
+<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.6.2/.</p>
+
+<h3>Bugs / Issues</h3>
+
+<p>If you find any bug or issue, please report it on our issue tracker &lt;
+https://issues.apache.org/jira/browse/LIBCLOUD&gt;. Don&#39;t forget to attach an
+example and / or test which reproduces your problem.</p>
+
+<h3>Thanks</h3>
+
+<p>Thanks to everyone who contributed and made this release possible! Full
+list of people who contributed to this release can be found in the CHANGES
+file
+<a href="https://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?revision=1202009&amp;view=markup">https://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?revision=1202009&amp;view=markup</a>.</p>
+
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201111.mbox/%3CCAJMHEmJTN407_JJRfnwDuJxNsWCupEGc0cXWxs%3DM-n8HoHoQKQ%40mail.gmail.com%3E">release announcement</a>.</p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
+    </div>
+  </div>
+</div>
+
+    
+  
+    
+      <div class="post">
+  
+    <h2><a href="/blog/2011/11/09/libcloud-0-6-1-released.html">Libcloud 0.6.1 released</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Nov 09, 2011</span>
 
   <div class="post-content">
     <p>Libcloud team is pleased to announce the release of Libcloud 0.6.1!</p>
@@ -154,7 +245,7 @@ OpenStack driver</li>
 <li>New driver for Ninefold.com storage (http://ninefold.com/cloud-storage/)</li>
 </ul>
 
-<p><strong>Load Balancer</strong></p>
+<p>Load Balancer:</p>
 
 <ul>
 <li>New driver for ninefold.com (
@@ -165,7 +256,7 @@ https://ninefold.com/support/display/SPT
 <p>Any many other improvements and bug fixes!</p>
 
 <p>For a full list of changes, please see the CHANGES file
-<a href="https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup">https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup</a></p>
+<a href="https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup">https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup</a>.</p>
 
 <h3>Download</h3>
 
@@ -225,96 +316,119 @@ file
     
       <div class="post">
   
-    <h2><a href="/blog/2011/09/01/libcloud-on-floss-weekly.html">Episode about Libcloud on FLOSS Weekly podcast</a></h2>
+    <h2><a href="/blog/2011/10/19/libcloud-0-6-0-beta1-released.html">Libcloud 0.6.0-beta1 released</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Sep 01, 2011</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Oct 19, 2011</span>
 
   <div class="post-content">
-    <p>Tomaz Muraus has been guest on a <a href="http://twit.tv/show/floss-weekly/">FLOSS weekly podcast</a> where he talked
-about Apache Libcloud.</p>
-
-<p>For a recording and show notes, please see the official show page -
-<a href="http://twit.tv/show/floss-weekly/181">FLOSS Weekly 181</a>.</p>
+    <p>Libcloud team is pleased to announce the release of Libcloud 0.6.1!</p>
 
-  </div>
+<p>This release represents a big milestone for us and includes many
+improvements and new drivers, but the most important thing is a brand new
+DNS API.</p>
 
-  <div class="row section post-meta">
-    <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/podcasts.html" rel="tag">podcasts</a></p>
-    </div>
-  </div>
-</div>
+<p>DNS API allows users to manage DNS service provided by many different
+providers. This release includes a driver for Linode DNS (
+http://www.linode.com/features.cfm), Zerigo DNS (http://www.zerigo.com/)
+and Rackspace Cloud DNS (
+http://www.rackspace.com/cloud/cloud<em>hosting</em>products/dns/). In the future
+we also plan to expand it (hopefully with your help) and add new drivers
+for providers such as Amazon and others.</p>
 
-    
-  
-    
-      <div class="post">
-  
-    <h2><a href="/blog/2011/07/04/libcloud-0-5-2-released.html">Libcloud 0.5.2 released</a></h2>
-  
+<p>Other notable changes, bug-fixes and improvements:</p>
 
-  
-    
-  
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Jul 04, 2011</span>
+<p><strong>Documentation</strong></p>
 
-  <div class="post-content">
-    <p>Hello all,</p>
+<ul>
+<li>New documentation which is available at http://libcloud.apache.org/docs/</li>
+</ul>
 
-<p>I would like to announce Libcloud 0.5.2. This release primary fixes two bugs
-which were introduced in Libcloud 0.5.0 and improves listing of the objects
-in the containers which contain more objects that fit into a single
-response.</p>
+<p><strong>General</strong></p>
 
-<h3>Notable changes, bug-fixes and improvements</h3>
+<ul>
+<li>SSL certificate validation is now enabled by default. If no CA
+certificate files are found on startup, an exception is thrown.</li>
+</ul>
 
 <p><strong>Compute</strong></p>
 
 <ul>
-<li>Fix a regression in the <code>deploy_node()</code> method and make it more robust</li>
-<li>Fix a regression in the Nimbus driver create_node() method</li>
-<li>Improved node name and tag handling in the Amazon EC2 driver</li>
-<li>Improved pricing and response handling in the OpenStack driver</li>
-<li>New driver for SkaliCloud (skalicloud.com)</li>
-<li>New driver for ServerLove (serverlove.com)</li>
+<li>New driver for Ninefold.com (also a first driver for public Australian
+cloud provider in Libcloud)</li>
+<li>Support for OpenStack 1.1 API and many other improvements in the
+OpenStack driver</li>
+<li>Linode driver now support a new Japan location</li>
+<li>Support for deployment using an SSH key</li>
+<li>Amazon EC2 driver now supports deploy functionality using an SSH key</li>
 </ul>
 
 <p><strong>Storage</strong></p>
 
 <ul>
-<li>Fix handling of the containers with a lot of objects. Now an iterator
-object is returned when user calls <code>list_container_objects()</code> method
-and this object transparently handles pagination.</li>
+<li>New driver for Google storage (http://code.google.com/apis/storage/)</li>
+<li>New driver for Ninefold.com storage (http://ninefold.com/cloud-storage/)</li>
 </ul>
 
-<p>For a full list of changes, please check the CHANGES file &lt;
-https://github.com/apache/libcloud/blob/0.5.2/CHANGES&gt;.</p>
+<p><strong>Load Balancer</strong></p>
+
+<ul>
+<li>New driver for ninefold.com (
+https://ninefold.com/support/display/SPT/Load+Balancing)</li>
+<li>Rackspace driver now also supports UK location</li>
+</ul>
+
+<p>Any many other improvements and bug fixes!</p>
+
+<p>For a full list of changes, please see the CHANGES file
+<a href="https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup">https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup</a></p>
 
 <h3>Download</h3>
 
-<p>Libcloud 0.5.2 can be downloaded from
-http://libcloud.apache.org/downloads.html or installed using pip - pip
-install apache-libcloud</p>
+<p>Libcloud 0.6.1 can be downloaded from
+http://libcloud.apache.org/downloads.html or installed using pip:</p>
 
-<p>It is possible that the file hasn&#39;t been synced to all the mirrors yet so if
-this is the case, please use the apache mirror -
+<div class="highlight"><pre><code class="bash">pip install apache-libcloud
+</code></pre></div>
+
+<p>It is possible that the file hasn&#39;t been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
 http://www.apache.org/dist/libcloud</p>
 
-<h3>Documentation*</h3>
+<h3>Upgrading</h3>
 
-<p>API documentation can be found at https://libcloud.apache.org/apidocs/0.5.2/</p>
+<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p>
+
+<div class="highlight"><pre><code class="bash">pip install --upgrade apache-libcloud
+</code></pre></div>
+
+<h3>Upgrade notes</h3>
+
+<p>A page which describes backward incompatible or semi-incompatible changes
+and how to preserve the old behavior when this is possible can be found at
+http://libcloud.apache.org/upgrade-notes-0-6.html.</p>
+
+<h3>Documentation</h3>
+
+<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.6.1/.</p>
 
 <h3>Bugs / Issues</h3>
 
-<p>If you find any bug or issue, please report it on our issue tracker &lt;
-https://issues.apache.org/jira/browse/LIBCLOUD&gt;. Don&#39;t forget to attach an
+<p>If you find any bug or issue, please report it on our issue tracker
+<a href="https://issues.apache.org/jira/browse/LIBCLOUD">https://issues.apache.org/jira/browse/LIBCLOUD</a>. Don&#39;t forget to attach an
 example and / or test which reproduces your problem.</p>
 
-<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-dev/201107.mbox/%3CCAJMHEm+-=3NxsZj+n+bogmYzGsxDJQOU_2aJbuNS77nmnsekJw@mail.gmail.com%3E">release announcement</a>.</p>
+<h3>Thanks</h3>
+
+<p>Thanks to everyone who contributed and made this release possible! Full
+list of people who contributed to this release can be found in the CHANGES
+file
+<a href="https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup">https://svn.apache.org/viewvc/libcloud/trunk/CHANGES?revision=1198753&amp;view=markup</a>.</p>
+
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201111.mbox/%3CCAJMHEm+8XX704mSY4qw4P0YSBjGK=0SWCKjzSHBe8sLD__2UnA@mail.gmail.com%3E">release announcement</a>.</p>
 
   </div>
 
@@ -330,23 +444,26 @@ example and / or test which reproduces y
     
       <div class="post">
   
-    <h2><a href="/blog/2011/06/06/libcloud-sprint-will-be-held-at-europython-2011.html">Libcloud sprint will be held at EuroPython 2011</a></h2>
+    <h2><a href="/blog/2011/09/01/libcloud-on-floss-weekly.html">Episode about Libcloud on FLOSS Weekly podcast</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Jun 06, 2011</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Sep 01, 2011</span>
 
   <div class="post-content">
-    <p>Libcloud sprint will be held at EuroPython 2011 in Florence, Italy. For more
-information, please refer to the <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201106.mbox/%3CBANLkTiniHVi+EYpo6iBYvA-BxwPkZmfSig@mail.gmail.com%3E">mailing list thread</a>.</p>
+    <p>Tomaz Muraus has been guest on a <a href="http://twit.tv/show/floss-weekly/">FLOSS weekly podcast</a> where he talked
+about Apache Libcloud.</p>
+
+<p>For a recording and show notes, please see the official show page -
+<a href="http://twit.tv/show/floss-weekly/181">FLOSS Weekly 181</a>.</p>
 
   </div>
 
   <div class="row section post-meta">
     <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/sprints.html" rel="tag">sprints</a>, <a href="/blog/tags/europython.html" rel="tag">europython</a></p>
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/podcasts.html" rel="tag">podcasts</a></p>
     </div>
   </div>
 </div>
@@ -356,100 +473,67 @@ information, please refer to the <a href
     
       <div class="post">
   
-    <h2><a href="/blog/2011/05/25/libcloud-0-5-0-released.html">Libcloud 0.5.0 released</a></h2>
+    <h2><a href="/blog/2011/07/04/libcloud-0-5-2-released.html">Libcloud 0.5.2 released</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on May 25, 2011</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Jul 04, 2011</span>
 
   <div class="post-content">
     <p>Hello all,</p>
 
-<p>I would like to announce Libcloud 0.5.0. This version represents a big
-milestone, because it includes many new features, drivers, improvement and
-two totally new API&#39;s - storage and load-balancers.</p>
-
-<h3>Major changes and features since the last release</h3>
-
-<p><strong>New Storage API</strong></p>
-
-<p>Storage API which allows you to manage cloud storage has been added to the
-core. Currently two provider drivers are available (Rackspace Cloud Files
-and Amazon S3), but you can expect more drivers in the future releases.</p>
-
-<p><strong>New load-balancer API</strong></p>
-
-<p>Load-balancer API which allows you to manage load-balancers as a service
-(LBaaS) has been added to the core. Currently two provider drivers are
-available (Rackspace and GoGrid), but you can expect more drivers in the
-future releases.</p>
+<p>I would like to announce Libcloud 0.5.2. This release primary fixes two bugs
+which were introduced in Libcloud 0.5.0 and improves listing of the objects
+in the containers which contain more objects that fit into a single
+response.</p>
 
-<p><strong>New compute drivers</strong></p>
+<h3>Notable changes, bug-fixes and improvements</h3>
 
-<p>This release includes 5 new compute drivers. The compute API now supports a
-total of 24 different providers.</p>
+<p><strong>Compute</strong></p>
 
 <ul>
-<li>Bluebox (contributed by Christian Paredes)</li>
-<li>Gandi.net (contributed by Aymeric Barantal)</li>
-<li>Nimbus (contributed by David LaBissoniere)</li>
-<li>OpenStack (contributed by Roman Bogorodskiy)</li>
-<li>Opsource.net cloud (contributed by Joe Miller)</li>
+<li>Fix a regression in the <code>deploy_node()</code> method and make it more robust</li>
+<li>Fix a regression in the Nimbus driver create_node() method</li>
+<li>Improved node name and tag handling in the Amazon EC2 driver</li>
+<li>Improved pricing and response handling in the OpenStack driver</li>
+<li>New driver for SkaliCloud (skalicloud.com)</li>
+<li>New driver for ServerLove (serverlove.com)</li>
 </ul>
 
-<h3>API changes</h3>
-
-<p>To support new services, core Libcloud API had to be refactored. The library
-now consists of three top-level modules:</p>
+<p><strong>Storage</strong></p>
 
 <ul>
-<li>libcloud.compute.* (everything related to the compute has been moved here)</li>
-<li>libcloud.storage.* (new place for the storage API)</li>
-<li>libcloud.loadbalancer.* (new place for the load-balancer API)</li>
+<li>Fix handling of the containers with a lot of objects. Now an iterator
+object is returned when user calls <code>list_container_objects()</code> method
+and this object transparently handles pagination.</li>
 </ul>
 
-<p>Importing stuff from the old location (e.g. from libcloud.providers import
-get_driver) should still work, but you will receive a deprecation warning.</p>
-
-<p>You are encouraged to update your code to use the new module locations. The
-old paths will be fully deprecated and removed in version 0.6.0.</p>
-
-<h3>Other notable changes</h3>
-
-<p>All the pricing data has been moved to a separate JSON file. This should
-make updating pricing a lot easier.</p>
-
 <p>For a full list of changes, please check the CHANGES file &lt;
-https://github.com/apache/libcloud/blob/trunk/CHANGES&gt;.</p>
+https://github.com/apache/libcloud/blob/0.5.2/CHANGES&gt;.</p>
 
 <h3>Download</h3>
 
-<p>Libcloud 0.5.0 can be downloaded from
-http://libcloud.apache.org/downloads.html or install it using pip - pip
+<p>Libcloud 0.5.2 can be downloaded from
+http://libcloud.apache.org/downloads.html or installed using pip - pip
 install apache-libcloud</p>
 
-<h3>Documentation</h3>
-
-<p>For the API documentation, please refer to
-https://libcloud.apache.org/apidocs/0.5.0/</p>
+<p>It is possible that the file hasn&#39;t been synced to all the mirrors yet so if
+this is the case, please use the apache mirror -
+http://www.apache.org/dist/libcloud</p>
 
-<p>For a real world example, check the example_{compute,storage,balancer}.py
-files which are located in the root directory.</p>
+<h3>Documentation*</h3>
 
-<p>We have been pretty busy with this release so we currently don&#39;t have any
-articles about the new APIs on the website yet, but we will try to add them
-this week.</p>
+<p>API documentation can be found at https://libcloud.apache.org/apidocs/0.5.2/</p>
 
 <h3>Bugs / Issues</h3>
 
-<p>If you find any bug or issue, please report it on our issue tracker (
-https://issues.apache.org/jira/browse/LIBCLOUD).</p>
-
-<p>Attaching an example or test which reproduces it would be ideal</p>
+<p>If you find any bug or issue, please report it on our issue tracker &lt;
+https://issues.apache.org/jira/browse/LIBCLOUD&gt;. Don&#39;t forget to attach an
+example and / or test which reproduces your problem.</p>
 
-<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-dev/201105.mbox/%3CBANLkTi=LqBidHLHUwAJSAWSzd-qSpad+dA@mail.gmail.com%3E">release announcement</a>.</p>
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-dev/201107.mbox/%3CCAJMHEm+-=3NxsZj+n+bogmYzGsxDJQOU_2aJbuNS77nmnsekJw@mail.gmail.com%3E">release announcement</a>.</p>
 
   </div>
 
@@ -486,7 +570,7 @@ https://issues.apache.org/jira/browse/LI
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li>
  <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
+      <li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><l
 i> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
     </ul>
   </div>
 </div>
@@ -506,7 +590,7 @@ https://issues.apache.org/jira/browse/LI
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -517,7 +601,7 @@ https://issues.apache.org/jira/browse/LI
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/page/7/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/7/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/7/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/7/index.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -97,23 +97,23 @@
     
       <div class="post">
   
-    <h2><a href="/blog/2011/02/15/libcloud-sprint-will-be-held-at-pycon-2011.html">Libcloud sprint will be held at PyCon 2011</a></h2>
+    <h2><a href="/blog/2011/06/06/libcloud-sprint-will-be-held-at-europython-2011.html">Libcloud sprint will be held at EuroPython 2011</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Feb 15, 2011</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Jun 06, 2011</span>
 
   <div class="post-content">
-    <p>Libcloud sprint will be held at PyCon 2011 in Atlanta. For more information,
-please refer to the <a href="http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201102.mbox/%3CAANLkTimwn5Dm372VYZ4YVcgKQqbVVwxyo8=DMFtHoTwg@mail.gmail.com%3E">mailing list thread</a>.</p>
+    <p>Libcloud sprint will be held at EuroPython 2011 in Florence, Italy. For more
+information, please refer to the <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201106.mbox/%3CBANLkTiniHVi+EYpo6iBYvA-BxwPkZmfSig@mail.gmail.com%3E">mailing list thread</a>.</p>
 
   </div>
 
   <div class="row section post-meta">
     <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/sprints.html" rel="tag">sprints</a>, <a href="/blog/tags/pycon.html" rel="tag">pycon</a></p>
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/sprints.html" rel="tag">sprints</a>, <a href="/blog/tags/europython.html" rel="tag">europython</a></p>
     </div>
   </div>
 </div>
@@ -123,41 +123,106 @@ please refer to the <a href="http://mail
     
       <div class="post">
   
-    <h2><a href="/blog/2011/01/17/libcloud-0-4-2-released.html">Libcloud 0.4.2 released</a></h2>
+    <h2><a href="/blog/2011/05/25/libcloud-0-5-0-released.html">Libcloud 0.5.0 released</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Jerry Chen on Jan 17, 2011</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on May 25, 2011</span>
 
   <div class="post-content">
-    <p>The Apache Software Foundation and the Apache Libcloud Project are
-pleased to announce the release and immediate availability of version
-0.4.2 of Apache Libcloud (&quot;libcloud&quot;).</p>
+    <p>Hello all,</p>
 
-<p>Apache Libcloud is a pure python client library for interacting with
-many of the popular cloud server providers. It was created to make it
-easy for developers to build products that work between any of the
-services that it supports.</p>
+<p>I would like to announce Libcloud 0.5.0. This version represents a big
+milestone, because it includes many new features, drivers, improvement and
+two totally new API&#39;s - storage and load-balancers.</p>
 
-<p>Apache Libcloud is available for download from:
-<a href="http://incubator.apache.org/libcloud/downloads.html">http://incubator.apache.org/libcloud/downloads.html</a>.</p>
+<h3>Major changes and features since the last release</h3>
 
-<p>Major changes since the previous release:</p>
+<p><strong>New Storage API</strong></p>
+
+<p>Storage API which allows you to manage cloud storage has been added to the
+core. Currently two provider drivers are available (Rackspace Cloud Files
+and Amazon S3), but you can expect more drivers in the future releases.</p>
+
+<p><strong>New load-balancer API</strong></p>
+
+<p>Load-balancer API which allows you to manage load-balancers as a service
+(LBaaS) has been added to the core. Currently two provider drivers are
+available (Rackspace and GoGrid), but you can expect more drivers in the
+future releases.</p>
+
+<p><strong>New compute drivers</strong></p>
+
+<p>This release includes 5 new compute drivers. The compute API now supports a
+total of 24 different providers.</p>
 
 <ul>
-<li>New drivers for CloudSigma, Brightbox, Rackspace UK</li>
-<li>Improvements to deployment capabilities</li>
-<li>libcloud.security module for SSL certificate verification, see
-http://wiki.apache.org/incubator/LibcloudSSL</li>
+<li>Bluebox (contributed by Christian Paredes)</li>
+<li>Gandi.net (contributed by Aymeric Barantal)</li>
+<li>Nimbus (contributed by David LaBissoniere)</li>
+<li>OpenStack (contributed by Roman Bogorodskiy)</li>
+<li>Opsource.net cloud (contributed by Joe Miller)</li>
 </ul>
 
+<h3>API changes</h3>
+
+<p>To support new services, core Libcloud API had to be refactored. The library
+now consists of three top-level modules:</p>
+
+<ul>
+<li>libcloud.compute.* (everything related to the compute has been moved here)</li>
+<li>libcloud.storage.* (new place for the storage API)</li>
+<li>libcloud.loadbalancer.* (new place for the load-balancer API)</li>
+</ul>
+
+<p>Importing stuff from the old location (e.g. from libcloud.providers import
+get_driver) should still work, but you will receive a deprecation warning.</p>
+
+<p>You are encouraged to update your code to use the new module locations. The
+old paths will be fully deprecated and removed in version 0.6.0.</p>
+
+<h3>Other notable changes</h3>
+
+<p>All the pricing data has been moved to a separate JSON file. This should
+make updating pricing a lot easier.</p>
+
+<p>For a full list of changes, please check the CHANGES file &lt;
+https://github.com/apache/libcloud/blob/trunk/CHANGES&gt;.</p>
+
+<h3>Download</h3>
+
+<p>Libcloud 0.5.0 can be downloaded from
+http://libcloud.apache.org/downloads.html or install it using pip - pip
+install apache-libcloud</p>
+
+<h3>Documentation</h3>
+
+<p>For the API documentation, please refer to
+https://libcloud.apache.org/apidocs/0.5.0/</p>
+
+<p>For a real world example, check the example_{compute,storage,balancer}.py
+files which are located in the root directory.</p>
+
+<p>We have been pretty busy with this release so we currently don&#39;t have any
+articles about the new APIs on the website yet, but we will try to add them
+this week.</p>
+
+<h3>Bugs / Issues</h3>
+
+<p>If you find any bug or issue, please report it on our issue tracker (
+https://issues.apache.org/jira/browse/LIBCLOUD).</p>
+
+<p>Attaching an example or test which reproduces it would be ideal</p>
+
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-dev/201105.mbox/%3CBANLkTi=LqBidHLHUwAJSAWSzd-qSpad+dA@mail.gmail.com%3E">release announcement</a>.</p>
+
   </div>
 
   <div class="row section post-meta">
     <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a>, <a href="/blog/tags/security%20release.html" rel="tag">security release</a></p>
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
     </div>
   </div>
 </div>
@@ -167,46 +232,23 @@ http://wiki.apache.org/incubator/Libclou
     
       <div class="post">
   
-    <h2><a href="/blog/2010/10/12/libcloud-0-4-0-released.html">Libcloud 0.4.0 released</a></h2>
+    <h2><a href="/blog/2011/02/15/libcloud-sprint-will-be-held-at-pycon-2011.html">Libcloud sprint will be held at PyCon 2011</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Paul Querna <span style="display:none">(<a href="https://plus.google.com/114551141389167971892?rel=author">Google+</a>)</span>on Oct 12, 2010</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Feb 15, 2011</span>
 
   <div class="post-content">
-    <p>The Apache Software Foundation and the Apache Libcloud Project are pleased to
-announce the release and immediate availability of version 0.4.0 of Apache
-Libcloud (&quot;libcloud&quot;).</p>
-
-<p>Apache Libcloud is a pure python client library for interacting with many of
-the popular cloud server providers. It was created to make it easy for
-developers to build products that work between any of the services that it
-supports.</p>
-
-<p>Apache Libcloud is available for download from:
-<a href="http://incubator.apache.org/libcloud/downloads.html">http://incubator.apache.org/libcloud/downloads.html</a>.</p>
-
-<p>Major changes since the previous release:</p>
-
-<ul>
-<li>Removed dependency on Zope.Interface.</li>
-<li>New driver for ElasticHosts.</li>
-<li>Bug fixes and improvements for GoGrid, EC2, Linode, Slicehost, and
-RimuHosting.</li>
-</ul>
-
-<p>See the CHANGES file for more details: 
-<a href="https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.4.0/CHANGES">https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.4.0/CHANGES</a>.</p>
-
-<p>Source: <a href="http://mail-archives.us.apache.org/mod_mbox/www-announce/201010.mbox/%3CAANLkTinqaKjPE-xJUgEdZibF0oeCiyHwCx0VRmC9F=UW@mail.gmail.com%3E">release announcement</a>.</p>
+    <p>Libcloud sprint will be held at PyCon 2011 in Atlanta. For more information,
+please refer to the <a href="http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201102.mbox/%3CAANLkTimwn5Dm372VYZ4YVcgKQqbVVwxyo8=DMFtHoTwg@mail.gmail.com%3E">mailing list thread</a>.</p>
 
   </div>
 
   <div class="row section post-meta">
     <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/sprints.html" rel="tag">sprints</a>, <a href="/blog/tags/pycon.html" rel="tag">pycon</a></p>
     </div>
   </div>
 </div>
@@ -216,23 +258,23 @@ RimuHosting.</li>
     
       <div class="post">
   
-    <h2><a href="/blog/2010/05/11/libcloud-0-3-1-released.html">Libcloud 0.3.1 released</a></h2>
+    <h2><a href="/blog/2011/01/17/libcloud-0-4-2-released.html">Libcloud 0.4.2 released</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Paul Querna <span style="display:none">(<a href="https://plus.google.com/114551141389167971892?rel=author">Google+</a>)</span>on May 11, 2010</span>
+  <span class="post-date-author">By Jerry Chen on Jan 17, 2011</span>
 
   <div class="post-content">
-    <p>The Apache Software Foundation and the Apache Libcloud Project are pleased to
-announce the release and immediate availability of version 0.3.1 of Apache
-Libcloud (&quot;libcloud&quot;).</p>
+    <p>The Apache Software Foundation and the Apache Libcloud Project are
+pleased to announce the release and immediate availability of version
+0.4.2 of Apache Libcloud (&quot;libcloud&quot;).</p>
 
-<p>Apache Libcloud is a pure python client library for interacting with many of
-the popular cloud server providers. It was created to make it easy for
-developers to build products that work between any of the services that it
-supports.</p>
+<p>Apache Libcloud is a pure python client library for interacting with
+many of the popular cloud server providers. It was created to make it
+easy for developers to build products that work between any of the
+services that it supports.</p>
 
 <p>Apache Libcloud is available for download from:
 <a href="http://incubator.apache.org/libcloud/downloads.html">http://incubator.apache.org/libcloud/downloads.html</a>.</p>
@@ -240,20 +282,17 @@ supports.</p>
 <p>Major changes since the previous release:</p>
 
 <ul>
-<li>New Drivers for Dreamhost, Eucalyptus, Enomaly ECP, IBM Developer
-Cloud and SoftLayer.</li>
-<li>Added new deployment and bootstrap API.</li>
-<li>Added support for Amazon EC2 Asia Pacific (Singapore) Region</li>
-<li>Improved test coverage for all drivers.</li>
+<li>New drivers for CloudSigma, Brightbox, Rackspace UK</li>
+<li>Improvements to deployment capabilities</li>
+<li>libcloud.security module for SSL certificate verification, see
+http://wiki.apache.org/incubator/LibcloudSSL</li>
 </ul>
 
-<p>Source: <a href="http://mail-archives.us.apache.org/mod_mbox/www-announce/201005.mbox/%3CAANLkTilX0aWMhmdZWm-vCF3XjNaOQHrv7MWuj0ogNhRf@mail.gmail.com%3E">release announcement</a>.</p>
-
   </div>
 
   <div class="row section post-meta">
     <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a>, <a href="/blog/tags/security%20release.html" rel="tag">security release</a></p>
     </div>
   </div>
 </div>
@@ -263,16 +302,40 @@ Cloud and SoftLayer.</li>
     
       <div class="post">
   
-    <h2><a href="/blog/2010/02/02/libcloud-0-2-0-released.html">Libcloud 0.2.0 released</a></h2>
+    <h2><a href="/blog/2010/10/12/libcloud-0-4-0-released.html">Libcloud 0.4.0 released</a></h2>
   
 
   
     
   
-  <span class="post-date-author">By Paul Querna <span style="display:none">(<a href="https://plus.google.com/114551141389167971892?rel=author">Google+</a>)</span>on Feb 02, 2010</span>
+  <span class="post-date-author">By Paul Querna <span style="display:none">(<a href="https://plus.google.com/114551141389167971892?rel=author">Google+</a>)</span>on Oct 12, 2010</span>
 
   <div class="post-content">
-    <p>Libcloud 0.2.0 has been released.</p>
+    <p>The Apache Software Foundation and the Apache Libcloud Project are pleased to
+announce the release and immediate availability of version 0.4.0 of Apache
+Libcloud (&quot;libcloud&quot;).</p>
+
+<p>Apache Libcloud is a pure python client library for interacting with many of
+the popular cloud server providers. It was created to make it easy for
+developers to build products that work between any of the services that it
+supports.</p>
+
+<p>Apache Libcloud is available for download from:
+<a href="http://incubator.apache.org/libcloud/downloads.html">http://incubator.apache.org/libcloud/downloads.html</a>.</p>
+
+<p>Major changes since the previous release:</p>
+
+<ul>
+<li>Removed dependency on Zope.Interface.</li>
+<li>New driver for ElasticHosts.</li>
+<li>Bug fixes and improvements for GoGrid, EC2, Linode, Slicehost, and
+RimuHosting.</li>
+</ul>
+
+<p>See the CHANGES file for more details: 
+<a href="https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.4.0/CHANGES">https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.4.0/CHANGES</a>.</p>
+
+<p>Source: <a href="http://mail-archives.us.apache.org/mod_mbox/www-announce/201010.mbox/%3CAANLkTinqaKjPE-xJUgEdZibF0oeCiyHwCx0VRmC9F=UW@mail.gmail.com%3E">release announcement</a>.</p>
 
   </div>
 
@@ -289,6 +352,10 @@ Cloud and SoftLayer.</li>
 
 <p class="navigation">
   
+    
+      <span class="alignleft"><a href="/blog/page/8/">« Previous Page</a></span>
+    
+  
 
   
     
@@ -305,7 +372,7 @@ Cloud and SoftLayer.</li>
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li>
  <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
+      <li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><l
 i> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
     </ul>
   </div>
 </div>
@@ -325,7 +392,7 @@ Cloud and SoftLayer.</li>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -336,7 +403,7 @@ Cloud and SoftLayer.</li>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Added: libcloud/site/trunk/generated/blog/page/8/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/8/index.html?rev=1555271&view=auto
==============================================================================
--- libcloud/site/trunk/generated/blog/page/8/index.html (added)
+++ libcloud/site/trunk/generated/blog/page/8/index.html Fri Jan  3 22:47:29 2014
@@ -0,0 +1,236 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    
+
+    <meta name="author" content="The Apache Software Foundation">
+
+    
+      <meta name="keywords" content="python,libcloud,cloud,cloud computing,rackspace,amazon ec2,cloudfiles,openstack,cloudstack" />
+    
+
+    
+      <title>Blog | Apache Libcloud</title>
+    
+
+    <!-- fav icons -->
+    <link rel="shortcut icon" href="/images/favicon.png" />
+    <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
+    <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon.png" />
+
+    <link href="/blog/atom.xml" type="application/atom+xml" rel="alternate" title="Apache Libcloud Blog Feed" />
+
+    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
+
+    <!-- Facebook OpenGraph tags -->
+    <meta content="Apache Libcloud" property="og:site_name">
+    
+      <meta content="Blog" property="og:title">
+    
+
+    
+
+    
+
+    
+      <meta content="website" property="og:type">
+    
+
+    
+      <meta content="https://libcloud.apache.org/blog/page/8/index.html" property="og:url">
+    
+    
+
+    
+
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
+
+  </head>
+
+  <body data-spy="scroll" data-target=".sidebar-nav" data-offset="80">
+    <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/index.html"><img src="/images/libcloud_logo.png" class="navbar-logo" /> Apache Libcloud</a>
+        </div>
+        <div class="collapse navbar-collapse navbar-ex1-collapse">
+          <ul class="nav navbar-nav">
+            
+            
+              <li ><a href="/" >Home</a></li>
+            
+              <li ><a href="/about.html" >About</a></li>
+            
+              <li ><a href="/getting-started.html" >Quick Start</a></li>
+            
+              <li ><a href="https://libcloud.readthedocs.org/en/latest/" target="_blank">Documentation</a></li>
+            
+              <li ><a href="/downloads.html" >Downloads</a></li>
+            
+              <li ><a href="/community.html" >Community</a></li>
+            
+              <li ><a href="/blog/" >Blog</a></li>
+            
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+    <div class="container main-container">
+      <div class="row section page-content">
+  <div class="col-lg-8">
+    <h1>Blog</h1>
+
+<div class="posts">
+  
+  
+    
+      <div class="post">
+  
+    <h2><a href="/blog/2010/05/11/libcloud-0-3-1-released.html">Libcloud 0.3.1 released</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Paul Querna <span style="display:none">(<a href="https://plus.google.com/114551141389167971892?rel=author">Google+</a>)</span>on May 11, 2010</span>
+
+  <div class="post-content">
+    <p>The Apache Software Foundation and the Apache Libcloud Project are pleased to
+announce the release and immediate availability of version 0.3.1 of Apache
+Libcloud (&quot;libcloud&quot;).</p>
+
+<p>Apache Libcloud is a pure python client library for interacting with many of
+the popular cloud server providers. It was created to make it easy for
+developers to build products that work between any of the services that it
+supports.</p>
+
+<p>Apache Libcloud is available for download from:
+<a href="http://incubator.apache.org/libcloud/downloads.html">http://incubator.apache.org/libcloud/downloads.html</a>.</p>
+
+<p>Major changes since the previous release:</p>
+
+<ul>
+<li>New Drivers for Dreamhost, Eucalyptus, Enomaly ECP, IBM Developer
+Cloud and SoftLayer.</li>
+<li>Added new deployment and bootstrap API.</li>
+<li>Added support for Amazon EC2 Asia Pacific (Singapore) Region</li>
+<li>Improved test coverage for all drivers.</li>
+</ul>
+
+<p>Source: <a href="http://mail-archives.us.apache.org/mod_mbox/www-announce/201005.mbox/%3CAANLkTilX0aWMhmdZWm-vCF3XjNaOQHrv7MWuj0ogNhRf@mail.gmail.com%3E">release announcement</a>.</p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
+    </div>
+  </div>
+</div>
+
+    
+  
+    
+      <div class="post">
+  
+    <h2><a href="/blog/2010/02/02/libcloud-0-2-0-released.html">Libcloud 0.2.0 released</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Paul Querna <span style="display:none">(<a href="https://plus.google.com/114551141389167971892?rel=author">Google+</a>)</span>on Feb 02, 2010</span>
+
+  <div class="post-content">
+    <p>Libcloud 0.2.0 has been released.</p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
+    </div>
+  </div>
+</div>
+
+    
+  
+</div>
+
+<p class="navigation">
+  
+
+  
+    
+      
+        <span class="pull-right"><a href="/blog/page/7/">Next Page »</a></span>
+      
+    
+  
+</p>
+
+
+  </div>
+
+  <div class="col-lg-3 col-lg-offset-1">
+    <h2>Archive</h1>
+    <ul>
+      <li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><l
 i> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
+    </ul>
+  </div>
+</div>
+
+
+      <hr />
+
+      <footer>
+        <div class="row">
+          <div class="col-lg-12 text-center">
+            <div class="footer-links">
+  <p><a href="http://www.apache.org/licenses/">License</a> | <a
+  href="/security.html">Security</a> | <a
+  href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
+  <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> |
+  <a href="/credits.html">Credits</a> | <a href="/media.html">Media</a>
+</div>
+
+<div class="footer-text">
+  <p class="">Copyright &copy; 2009-2014 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+</div>
+
+          </div>
+        </div>
+      </footer>
+
+    </div><!-- /.container -->
+
+    <!-- JavaScript -->
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
+
+
+    <script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-23580482-1']);
+  _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>
+
+  </body>
+</html>

Modified: libcloud/site/trunk/generated/blog/tags/europython.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/europython.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/europython.html (original)
+++ libcloud/site/trunk/generated/blog/tags/europython.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -138,7 +138,7 @@ information, please refer to the <a href
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -149,7 +149,7 @@ information, please refer to the <a href
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/tags/infrastructure.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/infrastructure.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/infrastructure.html (original)
+++ libcloud/site/trunk/generated/blog/tags/infrastructure.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -176,7 +176,7 @@ to manually edit markdown files again wh
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -187,7 +187,7 @@ to manually edit markdown files again wh
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">