Modified: libcloud/site/trunk/generated/blog/page/9/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/9/index.html?rev=1667252&r1=1667251&r2=1667252&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/page/9/index.html (original) +++ libcloud/site/trunk/generated/blog/page/9/index.html Tue Mar 17 10:50:42 2015 @@ -97,6 +97,99 @@ <div class="post"> + <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 Apr 01, 2012</span> + + <div class="post-content"> + <p>Libcloud team is pleased to announce the release of Libcloud 0.9.1!</p> + +<p>Release highlights:</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>Don'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 'internet' key in the 'addresses' dictionary</li> +<li>Make create_node in Linode driver return a Node instance instead of a +listen of Node instances</li> +</ul> + +<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&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&view=markup</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'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'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&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&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>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p> + </div> + </div> +</div> + + + + + <div class="post"> + <h2><a href="/blog/2012/02/08/libcloud-0-8-0-released.html">Libcloud 0.8.0 released</a></h2> @@ -359,97 +452,6 @@ 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> - - - - - - <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'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&view=markup">https://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?revision=1202009&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'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 < -https://issues.apache.org/jira/browse/LIBCLOUD>. Don'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&view=markup">https://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?revision=1202009&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> <p class="navigation"> @@ -474,7 +476,7 @@ file <div class="col-lg-3 col-lg-offset-1"> <h2>Archive</h1> <ul> - <li> <a href="/blog/archives/2015/02/"> February 2015</a> (1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> (1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> (1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> (2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> (1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> (1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> (1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> (8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> (4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> (3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> (2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> (1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> (1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> (1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> (1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> (1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> (2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> (2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> (1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> (1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> (1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> (2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> (1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> (1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> (2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> (3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> (1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> (1)</li><li> <a hr ef="/blog/archives/2011/07/"> July 2011</a> (1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> (1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> (1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> (1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> (1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> (1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> (1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> (1)</li> + <li> <a href="/blog/archives/2015/03/"> March 2015</a> (1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> (1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> (1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> (1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> (2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> (1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> (1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> (1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> (8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> (4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> (3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> (2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> (1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> (1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> (1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> (1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> (1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> (2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> (2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> (1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> (1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> (1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> (2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> (1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> (1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> (2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> (3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> (1)</li><li> <a href=" /blog/archives/2011/09/"> September 2011</a> (1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> (1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> (1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> (1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> (1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> (1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> (1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> (1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> (1)</li> </ul> </div> </div>
Modified: libcloud/site/trunk/generated/blog/tags/new committer.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/new%20committer.html?rev=1667252&r1=1667251&r2=1667252&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/new committer.html (original) +++ libcloud/site/trunk/generated/blog/tags/new committer.html Tue Mar 17 10:50:42 2015 @@ -96,6 +96,42 @@ <div class="post"> + <h2><a href="/blog/2015/03/17/allard-hoeve-joins-our-team.html">Allard Hoeve (allard) 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 Mar 17, 2015</span> + + <div class="post-content"> + <p>Please help us extend a warm welcome to our newest team member <a href="https://github.com/allardhoeve">Allard +Hoeve</a>!</p> + +<p>The Project Management Committee (PMC) for Apache Libcloud has asked Allard +Hoeve to join us as a committer and we are pleased to announce that he has +accepted.</p> + +<p>Allard has joined the community just recently, but he has already contributed +some high quality changes and proposals.</p> + +<p>We are happy to have him on our team and we are looking forward to his future +contributions.</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> + </div> + </div> +</div> + + + + + <div class="post"> + <h2><a href="/blog/2014/12/04/eric-johnson-joins-our-team.html">Eric Johnson (erjohnso) joins our team</a></h2> Modified: libcloud/site/trunk/generated/blog/tags/news.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/news.html?rev=1667252&r1=1667251&r2=1667252&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/news.html (original) +++ libcloud/site/trunk/generated/blog/tags/news.html Tue Mar 17 10:50:42 2015 @@ -96,6 +96,42 @@ <div class="post"> + <h2><a href="/blog/2015/03/17/allard-hoeve-joins-our-team.html">Allard Hoeve (allard) 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 Mar 17, 2015</span> + + <div class="post-content"> + <p>Please help us extend a warm welcome to our newest team member <a href="https://github.com/allardhoeve">Allard +Hoeve</a>!</p> + +<p>The Project Management Committee (PMC) for Apache Libcloud has asked Allard +Hoeve to join us as a committer and we are pleased to announce that he has +accepted.</p> + +<p>Allard has joined the community just recently, but he has already contributed +some high quality changes and proposals.</p> + +<p>We are happy to have him on our team and we are looking forward to his future +contributions.</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> + </div> + </div> +</div> + + + + + <div class="post"> + <h2><a href="/blog/2015/02/18/libcloud-0-17-0-released.html">Libcloud 0.17.0 released</a></h2> Modified: libcloud/site/trunk/generated/credits.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/credits.html?rev=1667252&r1=1667251&r2=1667252&view=diff ============================================================================== --- libcloud/site/trunk/generated/credits.html (original) +++ libcloud/site/trunk/generated/credits.html Tue Mar 17 10:50:42 2015 @@ -108,6 +108,16 @@ feature suggestion or similar).</p> <div class="row section member"> <div class="col-md-8"> + <img class="gravatar" src="https://www.gravatar.com/avatar/292a14695cdabed53e341540e484294b?s=120&d=mm"></img> + <p>Allard Hoeve<br /> + Committer<br /> + allard [at] apache [dot] org + </p> + </div> +</div> + +<div class="row section member"> + <div class="col-md-8"> <img class="gravatar" src="https://www.gravatar.com/avatar/d1c75ac7386c633d0b45b7729bd67325?s=120&d=mm"></img> <p>Alex Gaynor<br /> Committer<br /> Modified: libcloud/site/trunk/generated/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/index.html?rev=1667252&r1=1667251&r2=1667252&view=diff ============================================================================== --- libcloud/site/trunk/generated/index.html (original) +++ libcloud/site/trunk/generated/index.html Tue Mar 17 10:50:42 2015 @@ -228,19 +228,19 @@ <h3>Latest Blog Posts</h3> - <p><a href="/blog/2015/02/18/libcloud-0-17-0-released.html">Libcloud 0.17.0 released</a> + <p><a href="/blog/2015/03/17/allard-hoeve-joins-our-team.html">Allard Hoeve (allard) joins our team</a> - <p><a href="/blog/2014/12/04/eric-johnson-joins-our-team.html">Eric Johnson (erjohnso) joins our team</a> + <p><a href="/blog/2015/02/18/libcloud-0-17-0-released.html">Libcloud 0.17.0 released</a> - <p><a href="/blog/2014/11/12/libcloud-0-16-0-released.html">Libcloud 0.16.0 released</a> + <p><a href="/blog/2014/12/04/eric-johnson-joins-our-team.html">Eric Johnson (erjohnso) joins our team</a> - <p><a href="/blog/2014/07/10/libcloud-0-15-1-released.html">Libcloud 0.15.1 released</a> + <p><a href="/blog/2014/11/12/libcloud-0-16-0-released.html">Libcloud 0.16.0 released</a> @@ -325,7 +325,7 @@ - <script src='/assets/index-6b6bac4b587834a0e63ab2b36d2b106a.js' type='text/javascript'></script> + <script src='/assets/index-77c76afd993ee1ef9937a9c9469e8205.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/sitemap.xml URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1667252&r1=1667251&r2=1667252&view=diff ============================================================================== --- libcloud/site/trunk/generated/sitemap.xml (original) +++ libcloud/site/trunk/generated/sitemap.xml Tue Mar 17 10:50:42 2015 @@ -263,8 +263,12 @@ <lastmod>2015-02-18T00:00:00+01:00</lastmod> </url> <url> + <loc>https://libcloud.apache.org/blog/2015/03/17/allard-hoeve-joins-our-team.html</loc> + <lastmod>2015-03-17T00:00:00+01:00</lastmod> + </url> + <url> <loc>https://libcloud.apache.org/credits.html</loc> - <lastmod>2015-01-11T16:33:53+01:00</lastmod> + <lastmod>2015-03-07T21:43:21+01:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/community.html</loc> @@ -276,7 +280,7 @@ </url> <url> <loc>https://libcloud.apache.org/blog/blog/</loc> - <lastmod>2015-02-18T19:48:24+01:00</lastmod> + <lastmod>2015-03-17T11:43:37+01:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/getting-started.html</loc> @@ -284,7 +288,7 @@ </url> <url> <loc>https://libcloud.apache.org/</loc> - <lastmod>2015-02-18T19:48:24+01:00</lastmod> + <lastmod>2015-03-17T11:43:37+01:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/security.html</loc> Added: libcloud/site/trunk/source/_posts/2015-03-17-allard-hoeve-joins-our-team.md URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2015-03-17-allard-hoeve-joins-our-team.md?rev=1667252&view=auto ============================================================================== --- libcloud/site/trunk/source/_posts/2015-03-17-allard-hoeve-joins-our-team.md (added) +++ libcloud/site/trunk/source/_posts/2015-03-17-allard-hoeve-joins-our-team.md Tue Mar 17 10:50:42 2015 @@ -0,0 +1,23 @@ +--- +layout: post +title: Allard Hoeve (allard) joins our team +author: Tomaz Muraus +tags: + - news + - new committer +--- + +Please help us extend a warm welcome to our newest team member [Allard +Hoeve][1]! + +The Project Management Committee (PMC) for Apache Libcloud has asked Allard +Hoeve to join us as a committer and we are pleased to announce that he has +accepted. + +Allard has joined the community just recently, but he has already contributed +some high quality changes and proposals. + +We are happy to have him on our team and we are looking forward to his future +contributions. + +[1]: https://github.com/allardhoeve
