Modified: libcloud/site/trunk/generated/blog/page/6/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/6/index.html?rev=1638697&r1=1638696&r2=1638697&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/page/6/index.html (original) +++ libcloud/site/trunk/generated/blog/page/6/index.html Wed Nov 12 03:24:22 2014 @@ -97,6 +97,81 @@ <div class="post"> + <h2><a href="/blog/2013/07/01/libcloud-0-13-0-released.html">Libcloud 0.13.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 01, 2013</span> + + <div class="post-content"> + <p>We are pleased to announce the release of Libcloud 0.13.0!</p> + +<p>This release includes a lot of improvements and bug fixes.</p> + +<p>Full change log can be found at <a href="https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=640bd2f4db8bc11674fc8c1829922d0c79b733cd;hb=9c0d11a4cf7e588ad87c7e57311bbb1d955cc2a7">here</a>.</p> + +<h3>Download</h3> + +<p>Libcloud 0.13.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'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.13.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'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 <a href="https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=640bd2f4db8bc11674fc8c1829922d0c79b733cd;hb=9c0d11a4cf7e588ad87c7e57311bbb1d955cc2a7">CHANGES file</a>.</p> + +<p>Source: <a href="https://mail-archives.apache.org/mod_mbox/libcloud-dev/201307.mbox/%3CCAJMHEmJBU_aMREM0f0LD-nHZt6pWTt9WabfdxDPtDSy%2B1w7K8g%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/2013/03/21/libcloud-0-12-3-released.html">Libcloud 0.12.3 released</a></h2> @@ -383,99 +458,6 @@ Analytics</p> - - <div class="post"> - - <h2><a href="/blog/2012/11/19/libcloud-0-11-4-released.html">Libcloud 0.11.4 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 19, 2012</span> - - <div class="post-content"> - <p>We are pleased to announce the release of Libcloud 0.11.4!</p> - -<p>This release is a bug fix release and contains no new features.</p> - -<p>Next release which will contain new features and some backward incompatible -changes will happen in the 0.12.x series in the next couple of weeks.</p> - -<p>Bug fixes:</p> - -<ul> -<li>Fix some of tests failures which happened in Python 3.3 due to randomized -dictionary ordering.</li> -<li>Fix a bug where a numeric instead of a string value was used for the -content-length header in VCloud driver.</li> -<li>Don't ignore ex<em>force</em>service_region argument in the CloudFiles driver.</li> -<li>Fix a bug which caused the connection to not be closed when using Python -2.6 and calling get_object on an object which doesn't exist in the S3 -driver.</li> -<li>Update 'if type' checks in the update_record methods to behave correctly -if users passes in RecordType.A with a value of 0 - if type is not None.</li> -</ul> - -<p>Full change log can be found at -<a href="https://svn.apache.org/viewvc/libcloud/tags/0.11.4/CHANGES?revision=r1411030&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.11.4/CHANGES?revision=r1411030&view=markup</a>.</p> - -<h3>Download</h3> - -<p>Libcloud 0.11.4 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.11.4/.</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/tags/0.11.3/CHANGES?revision=r1388947&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.11.3/CHANGES?revision=r1388947&view=markup</a>.</p> - -<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201211.mbox/%3CCAJMHEmL73OCjiNqg0QGPWb1Cc2JnQ4OWjXs5ah-sU%2BA%3DOwPUTg%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"> @@ -500,7 +482,7 @@ file <a href="https://svn.apache.org/vie <div class="col-lg-3 col-lg-offset-1"> <h2>Archive</h1> <ul> - <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/arc hives/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/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="/blo g/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/page/7/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/7/index.html?rev=1638697&r1=1638696&r2=1638697&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/page/7/index.html (original) +++ libcloud/site/trunk/generated/blog/page/7/index.html Wed Nov 12 03:24:22 2014 @@ -97,6 +97,99 @@ <div class="post"> + <h2><a href="/blog/2012/11/19/libcloud-0-11-4-released.html">Libcloud 0.11.4 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 19, 2012</span> + + <div class="post-content"> + <p>We are pleased to announce the release of Libcloud 0.11.4!</p> + +<p>This release is a bug fix release and contains no new features.</p> + +<p>Next release which will contain new features and some backward incompatible +changes will happen in the 0.12.x series in the next couple of weeks.</p> + +<p>Bug fixes:</p> + +<ul> +<li>Fix some of tests failures which happened in Python 3.3 due to randomized +dictionary ordering.</li> +<li>Fix a bug where a numeric instead of a string value was used for the +content-length header in VCloud driver.</li> +<li>Don't ignore ex<em>force</em>service_region argument in the CloudFiles driver.</li> +<li>Fix a bug which caused the connection to not be closed when using Python +2.6 and calling get_object on an object which doesn't exist in the S3 +driver.</li> +<li>Update 'if type' checks in the update_record methods to behave correctly +if users passes in RecordType.A with a value of 0 - if type is not None.</li> +</ul> + +<p>Full change log can be found at +<a href="https://svn.apache.org/viewvc/libcloud/tags/0.11.4/CHANGES?revision=r1411030&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.11.4/CHANGES?revision=r1411030&view=markup</a>.</p> + +<h3>Download</h3> + +<p>Libcloud 0.11.4 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.11.4/.</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/tags/0.11.3/CHANGES?revision=r1388947&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.11.3/CHANGES?revision=r1388947&view=markup</a>.</p> + +<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201211.mbox/%3CCAJMHEmL73OCjiNqg0QGPWb1Cc2JnQ4OWjXs5ah-sU%2BA%3DOwPUTg%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/11/16/new-committer-ilgiz-islamgulov-joins-the-team.html">New committer Ilgiz Islamgulov joins our team</a></h2> @@ -402,116 +495,6 @@ CHANGES file <a href="https://svn.apache - - <div class="post"> - - <h2><a href="/blog/2012/05/24/libcloud-0-10-1-released.html">Libcloud 0.10.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 May 24, 2012</span> - - <div class="post-content"> - <p>Libcloud team is pleased to announce the release of Libcloud 0.10.1!</p> - -<h3>Release highlights</h3> - -<p><strong>General</strong></p> - -<ul> -<li>Allow user to specify which IP to use when calling deploy<em>node -(defaults to 'public</em>ips'). Previously it only worked with public IP, now -user can pass 'private_ips' as an argument and SSH client will try to -connect to the node first private IP address.</li> -</ul> - -<p><strong>Compute</strong></p> - -<ul> -<li>New driver for Joyent cloud (http://www.joyentcloud.com/)</li> -<li>New driver for VCL cloud ( -http://www.educause.edu/blog/hes8/CloudComputingandtheVirtualCom/167931)</li> -<li>A lot of improvements and new features in the Brightbox driver</li> -<li>Support for Vmware vCloud version 1.5</li> -<li>Modify ParamikoSSHClient to connect to the SSH agent and automatically -look for private keys in ~/.ssh if the 'auth' and 'ssh<em>key' argument is not -specified when calling deploy</em>node.</li> -<li>Modify IBM driver so it works with IBM Smart Cloud Enterprise</li> -</ul> - -<p><strong>Storage</strong></p> - -<ul> -<li>Support for uploading large files in the CloudFiles driver</li> -<li>New driver for OpenStack Swift installations based on the CloudFiles -driver</li> -</ul> - -<p><strong>Bug fixes</strong></p> - -<ul> -<li>Fix a bug in the CloudSigma Las Vegas 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.10.1/CHANGES?revision=r1340892&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.10.1/CHANGES?revision=r1340892&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'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.10.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.10.1/CHANGES?revision=r1340892&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.10.1/CHANGES?revision=r1340892&view=markup</a>.</p> - -<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201205.mbox/%3CCAJMHEmKtqtkWsTHVYeO-ijytw9caQ4p%2B-ip7And3aPJhKuA8vA%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"> @@ -536,7 +519,7 @@ file <a href="https://svn.apache.org/vie <div class="col-lg-3 col-lg-offset-1"> <h2>Archive</h1> <ul> - <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/arc hives/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/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="/blo g/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/page/8/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/8/index.html?rev=1638697&r1=1638696&r2=1638697&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/page/8/index.html (original) +++ libcloud/site/trunk/generated/blog/page/8/index.html Wed Nov 12 03:24:22 2014 @@ -97,6 +97,116 @@ <div class="post"> + <h2><a href="/blog/2012/05/24/libcloud-0-10-1-released.html">Libcloud 0.10.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 May 24, 2012</span> + + <div class="post-content"> + <p>Libcloud team is pleased to announce the release of Libcloud 0.10.1!</p> + +<h3>Release highlights</h3> + +<p><strong>General</strong></p> + +<ul> +<li>Allow user to specify which IP to use when calling deploy<em>node +(defaults to 'public</em>ips'). Previously it only worked with public IP, now +user can pass 'private_ips' as an argument and SSH client will try to +connect to the node first private IP address.</li> +</ul> + +<p><strong>Compute</strong></p> + +<ul> +<li>New driver for Joyent cloud (http://www.joyentcloud.com/)</li> +<li>New driver for VCL cloud ( +http://www.educause.edu/blog/hes8/CloudComputingandtheVirtualCom/167931)</li> +<li>A lot of improvements and new features in the Brightbox driver</li> +<li>Support for Vmware vCloud version 1.5</li> +<li>Modify ParamikoSSHClient to connect to the SSH agent and automatically +look for private keys in ~/.ssh if the 'auth' and 'ssh<em>key' argument is not +specified when calling deploy</em>node.</li> +<li>Modify IBM driver so it works with IBM Smart Cloud Enterprise</li> +</ul> + +<p><strong>Storage</strong></p> + +<ul> +<li>Support for uploading large files in the CloudFiles driver</li> +<li>New driver for OpenStack Swift installations based on the CloudFiles +driver</li> +</ul> + +<p><strong>Bug fixes</strong></p> + +<ul> +<li>Fix a bug in the CloudSigma Las Vegas 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.10.1/CHANGES?revision=r1340892&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.10.1/CHANGES?revision=r1340892&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'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.10.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.10.1/CHANGES?revision=r1340892&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.10.1/CHANGES?revision=r1340892&view=markup</a>.</p> + +<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201205.mbox/%3CCAJMHEmKtqtkWsTHVYeO-ijytw9caQ4p%2B-ip7And3aPJhKuA8vA%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/05/05/website-and-code-svn-repository-moved.html">SVN repositories moved, mailing lists addresses changed</a></h2> @@ -386,98 +496,6 @@ four different APIs (cloud servers, load - - <div class="post"> - - <h2><a href="/blog/2011/12/09/libcloud-0-7-1-released.html">Libcloud 0.7.1 released</a></h2> - - - - - - <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.7.1!</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>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 "Cluster Compute Eight Extra Large" instance -size</li> -</ul> - -<p>This release also removes old, deprecated (pre-0.5) paths. If you still -haven't updated your code you need to do it now otherwise it won't work -with 0.7.1 and future releases.</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> - -<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&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&view=markup</a>.</p> - -<h3>Download</h3> - -<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 -</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-7.html.</p> - -<h3>Documentation</h3> - -<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.7.1/.</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/tags/0.7.1/CHANGES?revision=1210679&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&view=markup</a>.</p> - -<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201112.mbox/%3ccajmhem+qkusarmvqz4h1pvukv6l3vssjqehs+3mctsj9hfb...@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> <p class="navigation"> @@ -502,7 +520,7 @@ file <a href="https://svn.apache.org/vie <div class="col-lg-3 col-lg-offset-1"> <h2>Archive</h1> <ul> - <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/arc hives/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/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="/blo g/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/page/9/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/9/index.html?rev=1638697&r1=1638696&r2=1638697&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/page/9/index.html (original) +++ libcloud/site/trunk/generated/blog/page/9/index.html Wed Nov 12 03:24:22 2014 @@ -97,6 +97,98 @@ <div class="post"> + <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 Dec 09, 2011</span> + + <div class="post-content"> + <p>Libcloud team is pleased to announce the release of Libcloud 0.7.1!</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>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 "Cluster Compute Eight Extra Large" instance +size</li> +</ul> + +<p>This release also removes old, deprecated (pre-0.5) paths. If you still +haven't updated your code you need to do it now otherwise it won't work +with 0.7.1 and future releases.</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> + +<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&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&view=markup</a>.</p> + +<h3>Download</h3> + +<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 +</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-7.html.</p> + +<h3>Documentation</h3> + +<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.7.1/.</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/tags/0.7.1/CHANGES?revision=1210679&view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&view=markup</a>.</p> + +<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201112.mbox/%3ccajmhem+qkusarmvqz4h1pvukv6l3vssjqehs+3mctsj9hfb...@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/11/22/new-committer-hutson-betts-join-our-team.html">New committer Hutson Betts joins our team</a></h2> @@ -479,35 +571,6 @@ file - - <div class="post"> - - <h2><a href="/blog/2011/09/01/libcloud-on-floss-weekly.html">Episode about Libcloud on FLOSS Weekly podcast</a></h2> - - - - - - <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>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/podcasts.html" rel="tag">podcasts</a></p> - </div> - </div> -</div> - - - </div> <p class="navigation"> @@ -532,7 +595,7 @@ about Apache Libcloud.</p> <div class="col-lg-3 col-lg-offset-1"> <h2>Archive</h1> <ul> - <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/arc hives/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/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="/blo g/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/news.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/news.html?rev=1638697&r1=1638696&r2=1638697&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/news.html (original) +++ libcloud/site/trunk/generated/blog/tags/news.html Wed Nov 12 03:24:22 2014 @@ -96,6 +96,98 @@ <div class="post"> + <h2><a href="/blog/2014/11/12/libcloud-0-16-0-released.html">Libcloud 0.16.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 Nov 12, 2014</span> + + <div class="post-content"> + <p>We are pleased to announce the release of Libcloud 0.16.0!</p> + +<p>This is a first release in the 0.16 series which means it brings many +new features, improvements and bug-fixes.</p> + +<h3>Release highlights</h3> + +<ul> +<li>Support for OpenStack Identity API v3.0. For more information and +examples, see the following blog post - <a href="http://www.tomaz.me/2014/08/23/libcloud-now-supports-openstack-identity-keystone-api-v3.html">Libcloud now supports OpenStack +Identity (Keystone) API v3</a>.</li> +<li>Support for HTTP proxy for outgoing HTTP requests. For information on how +to use this new feature, please refer to the <a href="https://libcloud.readthedocs.org/en/latest/other/using-http-proxy.html">Using an HTTP proxy</a> section +in the documentation.</li> +<li>New driver for <a href="http://www.vmware.com/products/vsphere/">VMware vSphere</a> based clouds. For documentation, please see +<a href="https://libcloud.readthedocs.org/en/latest/compute/drivers/vsphere.html">this</a> page.</li> +<li>Support for <a href="https://aws.amazon.com/govcloud-us/">Amazon GovCloud</a>.</li> +<li>New driver for the <a href="https://www.profitbricks.com/">ProfitBricks</a> provider.</li> +<li>Support for authentication with the internal metadata service in the +Google Compute Engine driver. For more information, please refer to the +<a href="https://libcloud.readthedocs.org/en/latest/compute/drivers/gce.html#internal-authentication">Internal Authentication</a> section in the documentation.</li> +<li>Easier debugging with <code>LIBCLOUD_DEBUG</code> by pretty-formatting JSON and XML +responses. For information on how to use this feature, see <a href="https://libcloud.readthedocs.org/en/latest/troubleshooting.html#example-2-making-json-xml-response-human-friendly">Making JSON / XML +response human friendly</a> example in the documentation.</li> +<li>and more</li> +</ul> + +<p>Full change log can be found at <a href="https://libcloud.readthedocs.org/en/latest/changelog.html#changes-with-apache-libcloud-0-16-0">here</a>.</p> + +<h3>Download</h3> + +<p>The release can can be downloaded from +<a href="https://libcloud.apache.org/downloads.html">https://libcloud.apache.org/downloads.html</a> or installed using pip:</p> + +<pre> +pip install apache-libcloud==0.16.0 +</pre> + +<h3>Upgrading</h3> + +<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p> + +<pre> +pip install --upgrade apache-libcloud==0.16.0 +</pre> + +<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 <a href="https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-16-0">https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-16-0</a></p> + +<h3>Documentation</h3> + +<p>Regular and API documentation is available at <a href="https://libcloud.readthedocs.org/en/v0.16.0/">https://libcloud.readthedocs.org/en/v0.16.0/</a></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 +<a href="https://libcloud.readthedocs.org/en/latest/changelog.html#changes-with-apache-libcloud-0-16-0">CHANGES file</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/2014/07/10/libcloud-0-15-1-released.html">Libcloud 0.15.1 released</a></h2> Modified: libcloud/site/trunk/generated/blog/tags/release announcement.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/release%20announcement.html?rev=1638697&r1=1638696&r2=1638697&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/release announcement.html (original) +++ libcloud/site/trunk/generated/blog/tags/release announcement.html Wed Nov 12 03:24:22 2014 @@ -96,6 +96,98 @@ <div class="post"> + <h2><a href="/blog/2014/11/12/libcloud-0-16-0-released.html">Libcloud 0.16.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 Nov 12, 2014</span> + + <div class="post-content"> + <p>We are pleased to announce the release of Libcloud 0.16.0!</p> + +<p>This is a first release in the 0.16 series which means it brings many +new features, improvements and bug-fixes.</p> + +<h3>Release highlights</h3> + +<ul> +<li>Support for OpenStack Identity API v3.0. For more information and +examples, see the following blog post - <a href="http://www.tomaz.me/2014/08/23/libcloud-now-supports-openstack-identity-keystone-api-v3.html">Libcloud now supports OpenStack +Identity (Keystone) API v3</a>.</li> +<li>Support for HTTP proxy for outgoing HTTP requests. For information on how +to use this new feature, please refer to the <a href="https://libcloud.readthedocs.org/en/latest/other/using-http-proxy.html">Using an HTTP proxy</a> section +in the documentation.</li> +<li>New driver for <a href="http://www.vmware.com/products/vsphere/">VMware vSphere</a> based clouds. For documentation, please see +<a href="https://libcloud.readthedocs.org/en/latest/compute/drivers/vsphere.html">this</a> page.</li> +<li>Support for <a href="https://aws.amazon.com/govcloud-us/">Amazon GovCloud</a>.</li> +<li>New driver for the <a href="https://www.profitbricks.com/">ProfitBricks</a> provider.</li> +<li>Support for authentication with the internal metadata service in the +Google Compute Engine driver. For more information, please refer to the +<a href="https://libcloud.readthedocs.org/en/latest/compute/drivers/gce.html#internal-authentication">Internal Authentication</a> section in the documentation.</li> +<li>Easier debugging with <code>LIBCLOUD_DEBUG</code> by pretty-formatting JSON and XML +responses. For information on how to use this feature, see <a href="https://libcloud.readthedocs.org/en/latest/troubleshooting.html#example-2-making-json-xml-response-human-friendly">Making JSON / XML +response human friendly</a> example in the documentation.</li> +<li>and more</li> +</ul> + +<p>Full change log can be found at <a href="https://libcloud.readthedocs.org/en/latest/changelog.html#changes-with-apache-libcloud-0-16-0">here</a>.</p> + +<h3>Download</h3> + +<p>The release can can be downloaded from +<a href="https://libcloud.apache.org/downloads.html">https://libcloud.apache.org/downloads.html</a> or installed using pip:</p> + +<pre> +pip install apache-libcloud==0.16.0 +</pre> + +<h3>Upgrading</h3> + +<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p> + +<pre> +pip install --upgrade apache-libcloud==0.16.0 +</pre> + +<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 <a href="https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-16-0">https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-16-0</a></p> + +<h3>Documentation</h3> + +<p>Regular and API documentation is available at <a href="https://libcloud.readthedocs.org/en/v0.16.0/">https://libcloud.readthedocs.org/en/v0.16.0/</a></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 +<a href="https://libcloud.readthedocs.org/en/latest/changelog.html#changes-with-apache-libcloud-0-16-0">CHANGES file</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/2014/07/10/libcloud-0-15-1-released.html">Libcloud 0.15.1 released</a></h2> Modified: libcloud/site/trunk/generated/downloads.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/downloads.html?rev=1638697&r1=1638696&r2=1638697&view=diff ============================================================================== --- libcloud/site/trunk/generated/downloads.html (original) +++ libcloud/site/trunk/generated/downloads.html Wed Nov 12 03:24:22 2014 @@ -111,17 +111,17 @@ <p>This page contains link to the latest stable release of Libcloud. If you are interested in an older release, please visit the <a href="http://archive.apache.org/dist/libcloud/">archive page</a>.</p> -<p><a name="latest-stable-release" id="latest-stable-release"><h2 class="anchor">Libcloud 0.15.1 (stable) - Released on July 10th, 2014</h2></a></p> +<p><a name="latest-stable-release" id="latest-stable-release"><h2 class="anchor">Libcloud 0.16.0 (stable) - Released on November 12th, 2014</h2></a></p> <p>Files:</p> <ul> -<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.15.1.tar.gz">apache-libcloud-0.15.1.tar.gz</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.gz.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.gz.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.gz.md5">md5</a>]</li> -<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.15.1.tar.bz2">apache-libcloud-0.15.1.tar.bz2</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.bz2.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.bz2.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.bz2.md5">md5</a>]</li> -<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.15.1.zip">apache-libcloud-0.15.1.tar.zip</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.zip.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.zip.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.zip.md5">md5</a>]</li> +<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.16.0.tar.gz">apache-libcloud-0.16.0.tar.gz</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.gz.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.gz.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.gz.md5">md5</a>]</li> +<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.16.0.tar.bz2">apache-libcloud-0.16.0.tar.bz2</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.bz2.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.bz2.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.bz2.md5">md5</a>]</li> +<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.16.0.zip">apache-libcloud-0.16.0.tar.zip</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.zip.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.zip.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.zip.md5">md5</a>]</li> </ul> -<p>Upgrade notes: <a href="https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0.15.1">Click</a></p> +<p>Upgrade notes: <a href="https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-16-0">Click</a></p> <p>You are strongly encouraged to verify those packages using the <a href="https://www.apache.org/dist/libcloud/KEYS">Apache Libcloud developers KEYS</a>. You can find information on how to do that in the @@ -243,7 +243,7 @@ is mentioned above.</p> <p>3.. Verify package with <code>.asc</code> signature file</p> -<div class="highlight"><pre><code class="bash">gpg --verify apache-libcloud-0.15.1.tar.bz2.asc +<div class="highlight"><pre><code class="bash">gpg --verify apache-libcloud-0.16.0.tar.bz2.asc gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00 gpg: Good signature from <span class="s2">"Paul Querna <...>"</span> gpg: aka <span class="s2">"Paul Querna <...>"</span> @@ -255,7 +255,7 @@ Primary key fingerprint: 39F6 691A 0ECF <p>Example of a bad signature:</p> -<div class="highlight"><pre><code class="bash">gpg --verify apache-libcloud-0.15.1.tar.bz2.asc +<div class="highlight"><pre><code class="bash">gpg --verify apache-libcloud-0.16.0.tar.bz2.asc gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00 gpg: BAD signature from <span class="s2">"Paul Querna <...>"</span> </code></pre></div> Modified: libcloud/site/trunk/generated/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/index.html?rev=1638697&r1=1638696&r2=1638697&view=diff ============================================================================== --- libcloud/site/trunk/generated/index.html (original) +++ libcloud/site/trunk/generated/index.html Wed Nov 12 03:24:22 2014 @@ -157,7 +157,7 @@ <div class="row section row-2"> <div class="col-md-6"> <h3>Installation</h3> - <p>Latest stable version: <a href="https://pypi.python.org/pypi/apache-libcloud/0.15.1" target="_blank">0.15.1</a></p> + <p>Latest stable version: <a href="https://pypi.python.org/pypi/apache-libcloud/0.16.0" target="_blank">0.16.0</a></p> <p><code>pip install apache-libcloud</code></p> <p>Or <a href="downloads.html">download it from our servers</a> and install it manually.</p> </div> @@ -228,19 +228,19 @@ <h3>Latest Blog Posts</h3> - <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> - <p><a href="/blog/2014/07/07/libcloud-5th-birthday-celebration-during-europython-week-in-berlin.html">Libcloud's 5th birthday celebration during EuroPython week in Berlin</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/06/26/libcloud-0-15-0-released.html">Libcloud 0.15.0 released</a> + <p><a href="/blog/2014/07/07/libcloud-5th-birthday-celebration-during-europython-week-in-berlin.html">Libcloud's 5th birthday celebration during EuroPython week in Berlin</a> - <p><a href="/blog/2014/05/13/libcloud-accepted-in-gsoc-2014.html">Libcloud accepted into Google Summer of Code 2014</a> + <p><a href="/blog/2014/06/26/libcloud-0-15-0-released.html">Libcloud 0.15.0 released</a> Modified: libcloud/site/trunk/generated/sitemap.xml URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1638697&r1=1638696&r2=1638697&view=diff ============================================================================== --- libcloud/site/trunk/generated/sitemap.xml (original) +++ libcloud/site/trunk/generated/sitemap.xml Wed Nov 12 03:24:22 2014 @@ -2,308 +2,312 @@ <urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'> <url> <loc>https://libcloud.apache.org/blog/2010/02/02/libcloud-0-2-0-released.html</loc> - <lastmod>2010-02-02T00:00:00+01:00</lastmod> + <lastmod>2010-02-02T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2010/05/11/libcloud-0-3-1-released.html</loc> - <lastmod>2010-05-11T00:00:00+02:00</lastmod> + <lastmod>2010-05-11T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2010/10/12/libcloud-0-4-0-released.html</loc> - <lastmod>2010-10-12T00:00:00+02:00</lastmod> + <lastmod>2010-10-12T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2011/01/17/libcloud-0-4-2-released.html</loc> - <lastmod>2011-01-17T00:00:00+01:00</lastmod> + <lastmod>2011-01-17T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2011/02/15/libcloud-sprint-will-be-held-at-pycon-2011.html </loc> - <lastmod>2011-02-15T00:00:00+01:00</lastmod> + <lastmod>2011-02-15T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2011/05/25/libcloud-0-5-0-released.html</loc> - <lastmod>2011-05-25T00:00:00+02:00</lastmod> + <lastmod>2011-05-25T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2011/06/06/libcloud-sprint-will-be-held-at-europython-2011.html </loc> - <lastmod>2011-06-06T00:00:00+02:00</lastmod> + <lastmod>2011-06-06T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2011/07/04/libcloud-0-5-2-released.html</loc> - <lastmod>2011-07-04T00:00:00+02:00</lastmod> + <lastmod>2011-07-04T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2011/09/01/libcloud-on-floss-weekly.html</loc> - <lastmod>2011-09-01T00:00:00+02:00</lastmod> + <lastmod>2011-09-01T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2011/10/19/libcloud-0-6-0-beta1-released.html</loc> - <lastmod>2011-10-19T00:00:00+02:00</lastmod> + <lastmod>2011-10-19T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2011/11/09/libcloud-0-6-1-released.html</loc> - <lastmod>2011-11-09T00:00:00+01:00</lastmod> + <lastmod>2011-11-09T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2011/11/17/libcloud-0-6-2-released.html</loc> - <lastmod>2011-11-17T00:00:00+01:00</lastmod> + <lastmod>2011-11-17T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2011/11/22/new-committer-hutson-betts-join-our-team.html </loc> - <lastmod>2011-11-22T00:00:00+01:00</lastmod> + <lastmod>2011-11-22T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2011/12/09/libcloud-0-7-1-released.html</loc> - <lastmod>2011-12-09T00:00:00+01:00</lastmod> + <lastmod>2011-12-09T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2011/12/30/2011-in-retrospect-and-happy-new-year-from-libcloud-team.html </loc> - <lastmod>2011-12-30T00:00:00+01:00</lastmod> + <lastmod>2011-12-30T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2012/02/08/libcloud-0-8-0-released.html</loc> - <lastmod>2012-02-08T00:00:00+01:00</lastmod> + <lastmod>2012-02-08T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2012/04/01/libcloud-0-9-1-released.html</loc> - <lastmod>2012-04-01T00:00:00+02:00</lastmod> + <lastmod>2012-04-01T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2012/05/05/website-and-code-svn-repository-moved.html </loc> - <lastmod>2012-05-05T00:00:00+02:00</lastmod> + <lastmod>2012-05-05T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2012/05/24/libcloud-0-10-1-released.html</loc> - <lastmod>2012-05-24T00:00:00+02:00</lastmod> + <lastmod>2012-05-24T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2012/07/30/libcloud-0-11-0-released.html</loc> - <lastmod>2012-07-30T00:00:00+02:00</lastmod> + <lastmod>2012-07-30T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2012/08/22/libcloud-0-11-1-released.html</loc> - <lastmod>2012-08-22T00:00:00+02:00</lastmod> + <lastmod>2012-08-22T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2012/09/25/libcloud-0-11-3-released.html</loc> - <lastmod>2012-09-25T00:00:00+02:00</lastmod> + <lastmod>2012-09-25T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2012/11/16/new-committer-ilgiz-islamgulov-joins-the-team.html </loc> - <lastmod>2012-11-16T00:00:00+01:00</lastmod> + <lastmod>2012-11-16T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2012/11/19/libcloud-0-11-4-released.html</loc> - <lastmod>2012-11-19T00:00:00+01:00</lastmod> + <lastmod>2012-11-19T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2012/12/26/2012-in-retrospect-and-happy-new-year-from-libcloud-team.html </loc> - <lastmod>2012-12-26T00:00:00+01:00</lastmod> + <lastmod>2012-12-26T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2012/12/28/new-committer-mahendra-maheshwara-joins-our-team.html </loc> - <lastmod>2012-12-28T00:00:00+01:00</lastmod> + <lastmod>2012-12-28T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2013/02/18/libcloud-0-12-1-released.html</loc> - <lastmod>2013-02-18T00:00:00+01:00</lastmod> + <lastmod>2013-02-18T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2013/03/21/libcloud-0-12-3-released.html</loc> - <lastmod>2013-03-21T00:00:00+01:00</lastmod> + <lastmod>2013-03-21T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2013/07/01/libcloud-0-13-0-released.html</loc> - <lastmod>2013-07-01T00:00:00+02:00</lastmod> + <lastmod>2013-07-01T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2013/08/04/new-committer-john-carr-joins-our-team.html </loc> - <lastmod>2013-08-04T00:00:00+02:00</lastmod> + <lastmod>2013-08-04T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2013/09/05/libcloud-0-13-1-released.html</loc> - <lastmod>2013-09-05T00:00:00+02:00</lastmod> + <lastmod>2013-09-05T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2013/11/21/libcloud-0-14-0-beta3-released.html</loc> - <lastmod>2013-11-21T00:00:00+01:00</lastmod> + <lastmod>2013-11-21T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2013/11/25/new-committers-brian-curtin-joins-our-team.html </loc> - <lastmod>2013-11-25T00:00:00+01:00</lastmod> + <lastmod>2013-11-25T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2013/12/28/2013-in-retrospect-and-a-happy-new-year-from-the-libcloud-team.html </loc> - <lastmod>2013-12-28T00:00:00+01:00</lastmod> + <lastmod>2013-12-28T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2013/12/29/new-low-volume-announce-mailing-list.html </loc> - <lastmod>2013-12-29T00:00:00+01:00</lastmod> + <lastmod>2013-12-29T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2013/12/31/libcloud-0-13-3-released.html</loc> - <lastmod>2013-12-31T00:00:00+01:00</lastmod> + <lastmod>2013-12-31T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html </loc> - <lastmod>2014-01-01T00:00:00+01:00</lastmod> + <lastmod>2014-01-01T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2014/01/22/libcloud-0-14-0-released.html</loc> - <lastmod>2014-01-22T00:00:00+01:00</lastmod> + <lastmod>2014-01-22T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2014/01/23/welcome-to-the-new-website.html</loc> - <lastmod>2014-01-23T00:00:00+01:00</lastmod> + <lastmod>2014-01-23T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2014/01/27/libcloud-0-14-and-the-new-exoscale-driver.html </loc> - <lastmod>2014-01-27T00:00:00+01:00</lastmod> + <lastmod>2014-01-27T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2014/02/04/libcloud-0-14-and-rackspace.html</loc> - <lastmod>2014-02-04T00:00:00+01:00</lastmod> + <lastmod>2014-02-04T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2014/02/07/new-committer-alex-gaynor-joins-our-team.html </loc> - <lastmod>2014-02-07T00:00:00+01:00</lastmod> + <lastmod>2014-02-07T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2014/02/08/libcloud-0-14-1-released.html</loc> - <lastmod>2014-02-08T00:00:00+01:00</lastmod> + <lastmod>2014-02-08T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2014/02/11/libcloud-0-14-1-and-cloudsigma.html</loc> - <lastmod>2014-02-11T00:00:00+01:00</lastmod> + <lastmod>2014-02-11T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2014/02/14/call-for-participation-in-gsoc-2014.html </loc> - <lastmod>2014-02-14T00:00:00+01:00</lastmod> + <lastmod>2014-02-14T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2014/02/17/sebastien-goasguen-joins-our-team.html </loc> - <lastmod>2014-02-17T00:00:00+01:00</lastmod> + <lastmod>2014-02-17T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2014/02/18/libcloud-0-14-and-google-cloud-platform.html </loc> - <lastmod>2014-02-18T00:00:00+01:00</lastmod> + <lastmod>2014-02-18T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2014/02/21/libcloud-0-14-and-ikoula.html</loc> - <lastmod>2014-02-21T00:00:00+01:00</lastmod> + <lastmod>2014-02-21T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2014/04/15/libcloud-at-apachecon.html</loc> - <lastmod>2014-04-15T00:00:00+02:00</lastmod> + <lastmod>2014-04-15T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2014/05/13/libcloud-accepted-in-gsoc-2014.html</loc> - <lastmod>2014-05-13T00:00:00+02:00</lastmod> + <lastmod>2014-05-13T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2014/06/26/libcloud-0-15-0-released.html</loc> - <lastmod>2014-06-26T00:00:00+02:00</lastmod> + <lastmod>2014-06-26T00:00:00+08:00</lastmod> </url> <url> <loc> https://libcloud.apache.org/blog/2014/07/07/libcloud-5th-birthday-celebration-during-europython-week-in-berlin.html </loc> - <lastmod>2014-07-07T00:00:00+02:00</lastmod> + <lastmod>2014-07-07T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/2014/07/10/libcloud-0-15-1-released.html</loc> - <lastmod>2014-07-10T00:00:00+02:00</lastmod> + <lastmod>2014-07-10T00:00:00+08:00</lastmod> + </url> + <url> + <loc>https://libcloud.apache.org/blog/2014/11/12/libcloud-0-16-0-released.html</loc> + <lastmod>2014-11-12T00:00:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/credits.html</loc> - <lastmod>2014-02-17T14:07:09+01:00</lastmod> + <lastmod>2014-02-17T21:07:09+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/community.html</loc> - <lastmod>2014-02-27T00:46:04+01:00</lastmod> + <lastmod>2014-02-27T07:46:04+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/whois-using.html</loc> - <lastmod>2014-01-23T11:40:20+01:00</lastmod> + <lastmod>2014-01-23T18:40:20+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/blog/blog/</loc> - <lastmod>2014-07-10T17:22:44+02:00</lastmod> + <lastmod>2014-11-12T11:21:40+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/getting-started.html</loc> - <lastmod>2014-01-23T11:40:20+01:00</lastmod> + <lastmod>2014-01-23T18:40:20+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/</loc> - <lastmod>2014-07-31T12:05:39+02:00</lastmod> + <lastmod>2014-11-12T11:21:40+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/security.html</loc> - <lastmod>2014-01-23T11:40:20+01:00</lastmod> + <lastmod>2014-01-23T18:40:20+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/gsoc.html</loc> - <lastmod>2014-02-02T13:55:02+01:00</lastmod> + <lastmod>2014-02-02T20:55:02+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/community-resources.html</loc> - <lastmod>2014-01-23T11:40:20+01:00</lastmod> + <lastmod>2014-01-23T18:40:20+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/gsoc-2012.html</loc> - <lastmod>2014-02-28T22:27:08+01:00</lastmod> + <lastmod>2014-03-01T05:27:08+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/about.html</loc> - <lastmod>2014-06-17T15:10:47+02:00</lastmod> + <lastmod>2014-06-17T21:10:47+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/gsoc-2014.html</loc> - <lastmod>2014-02-25T12:35:00+01:00</lastmod> + <lastmod>2014-02-25T19:35:00+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/downloads.html</loc> - <lastmod>2014-07-10T17:22:44+02:00</lastmod> + <lastmod>2014-11-11T21:26:24+08:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/media.html</loc> - <lastmod>2014-06-21T19:40:27+02:00</lastmod> + <lastmod>2014-06-22T01:40:27+08:00</lastmod> </url> </urlset> \ No newline at end of file Modified: libcloud/site/trunk/source/downloads.md URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/downloads.md?rev=1638697&r1=1638696&r2=1638697&view=diff ============================================================================== --- libcloud/site/trunk/source/downloads.md (original) +++ libcloud/site/trunk/source/downloads.md Wed Nov 12 03:24:22 2014 @@ -9,13 +9,13 @@ description: Download the latest version This page contains link to the latest stable release of Libcloud. If you are interested in an older release, please visit the [archive page][15]. -<a name="latest-stable-release" id="latest-stable-release"><h2 class="anchor">Libcloud 0.15.1 (stable) - Released on July 10th, 2014</h2></a> +<a name="latest-stable-release" id="latest-stable-release"><h2 class="anchor">Libcloud 0.16.0 (stable) - Released on November 12th, 2014</h2></a> Files: -* [apache-libcloud-0.15.1.tar.gz][2] [[asc][3]] [[sha1][4]] [[md5][5]] -* [apache-libcloud-0.15.1.tar.bz2][6] [[asc][7]] [[sha1][8]] [[md5][9]] -* [apache-libcloud-0.15.1.tar.zip][10] [[asc][11]] [[sha1][12]] [[md5][13]] +* [apache-libcloud-0.16.0.tar.gz][2] [[asc][3]] [[sha1][4]] [[md5][5]] +* [apache-libcloud-0.16.0.tar.bz2][6] [[asc][7]] [[sha1][8]] [[md5][9]] +* [apache-libcloud-0.16.0.tar.zip][10] [[asc][11]] [[sha1][12]] [[md5][13]] Upgrade notes: [Click][17] @@ -149,7 +149,7 @@ is mentioned above. 3.. Verify package with `.asc` signature file {% highlight bash %} -gpg --verify apache-libcloud-0.15.1.tar.bz2.asc +gpg --verify apache-libcloud-0.16.0.tar.bz2.asc gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00 gpg: Good signature from "Paul Querna <...>" gpg: aka "Paul Querna <...>" @@ -162,27 +162,27 @@ Primary key fingerprint: 39F6 691A 0ECF Example of a bad signature: {% highlight bash %} -gpg --verify apache-libcloud-0.15.1.tar.bz2.asc +gpg --verify apache-libcloud-0.16.0.tar.bz2.asc gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00 gpg: BAD signature from "Paul Querna <...>" {% endhighlight %} [1]: {{ page.url }} -[2]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.15.1.tar.gz -[3]: http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.gz.asc -[4]: http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.gz.sha1 -[5]: http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.gz.md5 -[6]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.15.1.tar.bz2 -[7]: http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.bz2.asc -[8]: http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.bz2.sha1 -[9]: http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.tar.bz2.md5 -[10]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.15.1.zip -[11]: http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.zip.asc -[12]: http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.zip.sha1 -[13]: http://www.apache.org/dist/libcloud/apache-libcloud-0.15.1.zip.md5 +[2]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.16.0.tar.gz +[3]: http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.gz.asc +[4]: http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.gz.sha1 +[5]: http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.gz.md5 +[6]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.16.0.tar.bz2 +[7]: http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.bz2.asc +[8]: http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.bz2.sha1 +[9]: http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.tar.bz2.md5 +[10]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.16.0.zip +[11]: http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.zip.asc +[12]: http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.zip.sha1 +[13]: http://www.apache.org/dist/libcloud/apache-libcloud-0.16.0.zip.md5 [14]: https://www.apache.org/dist/libcloud/KEYS [15]: http://archive.apache.org/dist/libcloud/ [16]: https://libcloud.readthedocs.org/en/latest/upgrade_notes.html -[17]: https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0.15.1 +[17]: https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-16-0 [18]: https://github.com/apache/libcloud [19]: https://git-wip-us.apache.org/repos/asf/libcloud.git Modified: libcloud/site/trunk/source/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/index.html?rev=1638697&r1=1638696&r2=1638697&view=diff ============================================================================== --- libcloud/site/trunk/source/index.html (original) +++ libcloud/site/trunk/source/index.html Wed Nov 12 03:24:22 2014 @@ -69,7 +69,7 @@ javascript_files: <div class="row section row-2"> <div class="col-md-6"> <h3>Installation</h3> - <p>Latest stable version: <a href="https://pypi.python.org/pypi/apache-libcloud/0.15.1" target="_blank">0.15.1</a></p> + <p>Latest stable version: <a href="https://pypi.python.org/pypi/apache-libcloud/0.16.0" target="_blank">0.16.0</a></p> <p><code>pip install apache-libcloud</code></p> <p>Or <a href="downloads.html">download it from our servers</a> and install it manually.</p> </div>