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 2017/09/20 15:49:07 UTC

svn commit: r1809044 [3/7] - in /libcloud/site/trunk: generated/ generated/blog/ generated/blog/2017/07/ generated/blog/2017/07/17/ generated/blog/2017/09/ generated/blog/2017/09/03/ generated/blog/archives/2017/07/ generated/blog/archives/2017/09/ gen...

Modified: libcloud/site/trunk/generated/blog/page/13/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/13/index.html?rev=1809044&r1=1809043&r2=1809044&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/13/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/13/index.html Wed Sep 20 15:49:07 2017
@@ -97,6 +97,185 @@
     
       <div class="post">
   
+    <h2><a href="/blog/2012/08/22/libcloud-0-11-1-released.html">Libcloud 0.11.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 Aug 22, 2012</span>
+
+  <div class="post-content">
+    <p>This release fixes a possible SSL man-in-the-middle vulnerability inside
+the code which performs the SSL certificate validation. For more
+information about the vulnerability, please see the &quot;Security&quot; page -
+<a href="http://libcloud.apache.org/security.html">http://libcloud.apache.org/security.html</a>.</p>
+
+<p>Everyone using an older version is strongly encouraged to upgrade to this
+release.</p>
+
+<h3>Download</h3>
+
+<p>Libcloud 0.11.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.11.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 the researchers from the University of Texas at Austin
+(Martin Georgiev, Suman Jana and Vitaly Shmatikov) who discovered this
+vulnerability.</p>
+
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/www-announce/201208.mbox/%3CCAJMHEmL958gN+GZT0tWDM9jVmMBj+w0qqY8TYXbJUNPwdW+6yA@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>
+    </div>
+  </div>
+</div>
+
+    
+  
+    
+      <div class="post">
+  
+    <h2><a href="/blog/2012/07/30/libcloud-0-11-0-released.html">Libcloud 0.11.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 Jul 30, 2012</span>
+
+  <div class="post-content">
+    <p>The Apache Libcloud team is pleased to announce the release of Libcloud
+0.11.0!</p>
+
+<p>Libcloud is a Python library that abstracts away the differences among
+multiple cloud provider APIs. It allows users to manage cloud services
+(servers, storage, load balancers, DNS) offered by many different providers
+ through a single, unified and easy to use API.</p>
+
+<h3>Release highlights</h3>
+
+<p><strong>General</strong></p>
+
+<ul>
+<li>Install test files when installing the library. Tests module can now be
+imported by doing something like this: &quot;from libcloud import test&quot;</li>
+</ul>
+
+<p><strong>Compute</strong></p>
+
+<ul>
+<li>New standard API and methods for managing storage volumes. Base API
+consists of the following methods: create<em>volume, destroy</em>volume,
+attach<em>volume, detach</em>volume.</li>
+<li>New driver for KT UCloud (http://home.ucloud.olleh.com/main.kt) based
+on the CloudStack driver.</li>
+<li>New Gridspot driver with a basic list and destroy functionality.</li>
+</ul>
+
+<p><strong>Bug fixes</strong></p>
+
+<ul>
+<li>Plenty of them, please see the CHANGES file.</li>
+</ul>
+
+<p>For a full list of changes, please see the CHANGES file
+<a href="https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&amp;view=markup</a>.</p>
+
+<h3>Download</h3>
+
+<p>Libcloud 0.10.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.11.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.11.0/CHANGES?revision=r1364892&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&amp;view=markup</a>.</p>
+
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/www-announce/201207.mbox/%3CCAJMHEmLcSZi4bYmUaZtF_q=npc--DpVbTEH-Z+f0TCd2iteS-A@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/2012/05/24/libcloud-0-10-1-released.html">Libcloud 0.10.1 released</a></h2>
   
 
@@ -361,141 +540,6 @@ file <a href="https://svn.apache.org/vie
 
     
   
-    
-      <div class="post">
-  
-    <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 Feb 08, 2012</span>
-
-  <div class="post-content">
-    <p>Libcloud team is pleased to announce the release of Libcloud 0.8.0!</p>
-
-<p>Release highlights:</p>
-
-<ul>
-<li>Support for handling compressed (gzip, deflate) responses</li>
-<li>Support for new Amazon EC2 location - South America (Sao Paulo)</li>
-</ul>
-
-<p>Other notable changes:</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.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.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
-</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-8.html.</p>
-
-<h3>Documentation</h3>
-
-<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
-<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.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.us.apache.org/mod_mbox/www-announce/201202.mbox/%3CCAJMHEmJJcigBO+ZoSyxFGvc5Z37t-t3KKHBHyyMi7L-J4-Y03A@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/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 Dec 30, 2011</span>
-
-  <div class="post-content">
-    <p>Dear users &amp; developers,</p>
-
-<p>First of all, Libcloud team wishes everyone a Happy New Year 2012!</p>
-
-<p>2011 has been a great year for us and we have accomplished a lot of things:</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>Lets try to make 2012 even better :)</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></p>
-    </div>
-  </div>
-</div>
-
-    
-  
 </div>
 
 <p class="navigation">
@@ -520,7 +564,7 @@ four different APIs (cloud servers, load
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2017/04/"> April 2017</a> &nbsp;(3)</li><li> <a href="/blog/archives/2016/12/"> December 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/11/"> November 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/07/"> July 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><
 li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</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 hre
 f="/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/a
 rchives/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/2017/09/"> September 2017</a> &nbsp;(1)</li><li> <a href="/blog/archives/2017/07/"> July 2017</a> &nbsp;(1)</li><li> <a href="/blog/archives/2017/04/"> April 2017</a> &nbsp;(3)</li><li> <a href="/blog/archives/2016/12/"> December 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/11/"> November 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/07/"> July 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><
 li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</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><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/arc
 hives/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>

Modified: libcloud/site/trunk/generated/blog/page/14/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/14/index.html?rev=1809044&r1=1809043&r2=1809044&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/14/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/14/index.html Wed Sep 20 15:49:07 2017
@@ -97,44 +97,40 @@
     
       <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
@@ -155,25 +151,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>
 
@@ -189,35 +185,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>
@@ -227,42 +232,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
@@ -283,11 +290,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>
 
@@ -299,10 +306,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>
 
@@ -318,125 +324,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>
@@ -446,79 +362,42 @@ file
     
       <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.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>Libcloud team is pleased to announce the release of Libcloud 0.6.2!</p>
 
-<p><strong>Storage</strong></p>
+<p>This is primary a bug-fix release and includes the following bug-fixes:</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>
+<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><strong>Load Balancer</strong></p>
+<p>Besides the bug-fixes it also includes some new features:</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>
+<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>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/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.1 can be downloaded from
+<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
@@ -543,12 +422,12 @@ http://libcloud.apache.org/upgrade-notes
 
 <h3>Documentation</h3>
 
-<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.6.1/.</p>
+<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
-<a href="https://issues.apache.org/jira/browse/LIBCLOUD">https://issues.apache.org/jira/browse/LIBCLOUD</a>. Don&#39;t forget to attach an
+<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>
@@ -556,9 +435,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/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/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/%3CCAJMHEm+8XX704mSY4qw4P0YSBjGK=0SWCKjzSHBe8sLD__2UnA@mail.gmail.com%3E">release announcement</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>
 
@@ -595,7 +474,7 @@ file
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2017/04/"> April 2017</a> &nbsp;(3)</li><li> <a href="/blog/archives/2016/12/"> December 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/11/"> November 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/07/"> July 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><
 li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</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 hre
 f="/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/a
 rchives/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/2017/09/"> September 2017</a> &nbsp;(1)</li><li> <a href="/blog/archives/2017/07/"> July 2017</a> &nbsp;(1)</li><li> <a href="/blog/archives/2017/04/"> April 2017</a> &nbsp;(3)</li><li> <a href="/blog/archives/2016/12/"> December 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/11/"> November 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/07/"> July 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><
 li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</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><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/arc
 hives/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>

Modified: libcloud/site/trunk/generated/blog/page/15/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/15/index.html?rev=1809044&r1=1809043&r2=1809044&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/15/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/15/index.html Wed Sep 20 15:49:07 2017
@@ -97,26 +97,125 @@
     
       <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/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 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 Nov 09, 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>Libcloud team is pleased to announce the release of Libcloud 0.6.1!</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>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>
+
+<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/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>
 
   <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>
+      <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>
@@ -126,67 +225,119 @@ about Apache Libcloud.</p>
     
       <div class="post">
   
-    <h2><a href="/blog/2011/07/04/libcloud-0-5-2-released.html">Libcloud 0.5.2 released</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 Jul 04, 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>Hello all,</p>
+    <p>Libcloud team is pleased to announce the release of Libcloud 0.6.1!</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>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>
 
-<h3>Notable changes, bug-fixes and improvements</h3>
+<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>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>
 
@@ -202,23 +353,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>
@@ -228,100 +382,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>
 
@@ -337,23 +458,23 @@ https://issues.apache.org/jira/browse/LI
     
       <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>
@@ -384,7 +505,7 @@ please refer to the <a href="http://mail
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2017/04/"> April 2017</a> &nbsp;(3)</li><li> <a href="/blog/archives/2016/12/"> December 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/11/"> November 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/07/"> July 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><
 li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</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 hre
 f="/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/a
 rchives/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/2017/09/"> September 2017</a> &nbsp;(1)</li><li> <a href="/blog/archives/2017/07/"> July 2017</a> &nbsp;(1)</li><li> <a href="/blog/archives/2017/04/"> April 2017</a> &nbsp;(3)</li><li> <a href="/blog/archives/2016/12/"> December 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/11/"> November 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/07/"> July 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><
 li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</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><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/arc
 hives/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>