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=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/page/8/index.html (original) +++ libcloud/site/trunk/generated/blog/page/8/index.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -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/2016/01/"> January 2016</a> (1)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> (1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> (1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> (2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</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> + <li> <a href="/blog/archives/2016/01/"> January 2016</a> (2)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> (1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> (1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> (2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</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> @@ -531,7 +513,7 @@ file <a href="https://svn.apache.org/vie </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script>
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=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/page/9/index.html (original) +++ libcloud/site/trunk/generated/blog/page/9/index.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -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/2016/01/"> January 2016</a> (1)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> (1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> (1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> (2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</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> + <li> <a href="/blog/archives/2016/01/"> January 2016</a> (2)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> (1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> (1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> (2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</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> @@ -567,7 +550,7 @@ file <a href="https://svn.apache.org/vie </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/announcement.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/announcement.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/announcement.html (original) +++ libcloud/site/trunk/generated/blog/tags/announcement.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -208,7 +208,7 @@ and compatibility reasons. SSL v3.0 is c </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/apachecon.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/apachecon.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/apachecon.html (original) +++ libcloud/site/trunk/generated/blog/tags/apachecon.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -177,7 +177,7 @@ strecthing for over 3 weeks, I sadly had </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/articles.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/articles.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/articles.html (original) +++ libcloud/site/trunk/generated/blog/tags/articles.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -480,7 +480,7 @@ been written by one of our developers an </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/ccna.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/ccna.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/ccna.html (original) +++ libcloud/site/trunk/generated/blog/tags/ccna.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -177,7 +177,7 @@ strecthing for over 3 weeks, I sadly had </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/celebrations.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/celebrations.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/celebrations.html (original) +++ libcloud/site/trunk/generated/blog/tags/celebrations.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -171,7 +171,7 @@ attend the celebration.</p> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/cloudstack.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/cloudstack.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/cloudstack.html (original) +++ libcloud/site/trunk/generated/blog/tags/cloudstack.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -161,7 +161,7 @@ Ikoula</a>.</p> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/conferences.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/conferences.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/conferences.html (original) +++ libcloud/site/trunk/generated/blog/tags/conferences.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -225,7 +225,7 @@ strecthing for over 3 weeks, I sadly had </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/europython.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/europython.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/europython.html (original) +++ libcloud/site/trunk/generated/blog/tags/europython.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -149,7 +149,7 @@ information, please refer to the <a href </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/events.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/events.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/events.html (original) +++ libcloud/site/trunk/generated/blog/tags/events.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -171,7 +171,7 @@ attend the celebration.</p> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/gce.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/gce.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/gce.html (original) +++ libcloud/site/trunk/generated/blog/tags/gce.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -323,7 +323,7 @@ to fix and enhance the Compute Engine dr </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/github.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/github.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/github.html (original) +++ libcloud/site/trunk/generated/blog/tags/github.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -174,7 +174,7 @@ from <a href="https://github.com/blog/20 </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/gsoc.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/gsoc.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/gsoc.html (original) +++ libcloud/site/trunk/generated/blog/tags/gsoc.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -193,7 +193,7 @@ information - <a href="http://www.tomaz. </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/gsoc2014.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/gsoc2014.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/gsoc2014.html (original) +++ libcloud/site/trunk/generated/blog/tags/gsoc2014.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -193,7 +193,7 @@ information - <a href="http://www.tomaz. </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/hacktoberfest.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/hacktoberfest.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/hacktoberfest.html (original) +++ libcloud/site/trunk/generated/blog/tags/hacktoberfest.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -174,7 +174,7 @@ from <a href="https://github.com/blog/20 </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/ikoula.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/ikoula.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/ikoula.html (original) +++ libcloud/site/trunk/generated/blog/tags/ikoula.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -161,7 +161,7 @@ Ikoula</a>.</p> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/infrastructure.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/infrastructure.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/infrastructure.html (original) +++ libcloud/site/trunk/generated/blog/tags/infrastructure.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -187,7 +187,7 @@ to manually edit markdown files again wh </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/linode.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/linode.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/linode.html (original) +++ libcloud/site/trunk/generated/blog/tags/linode.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -208,7 +208,7 @@ and compatibility reasons. SSL v3.0 is c </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/new PMC member.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/new%20PMC%20member.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/new PMC member.html (original) +++ libcloud/site/trunk/generated/blog/tags/new PMC member.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -191,7 +191,7 @@ participation and contributions.</p> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> 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=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/new committer.html (original) +++ libcloud/site/trunk/generated/blog/tags/new committer.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -507,7 +507,7 @@ easily and directly contribute to the pr </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/new features.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/new%20features.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/new features.html (original) +++ libcloud/site/trunk/generated/blog/tags/new features.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -280,7 +280,7 @@ been written by one of our developers an </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/new pmc member.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/new%20pmc%20member.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/new pmc member.html (original) +++ libcloud/site/trunk/generated/blog/tags/new pmc member.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -194,7 +194,7 @@ our local "CloudStack guy".</p </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/news.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/news.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/news.html (original) +++ libcloud/site/trunk/generated/blog/tags/news.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -96,6 +96,85 @@ <div class="post"> + <h2><a href="/blog/2016/01/19/libcloud-0-20-1-released.html">Libcloud 0.20.1 released</a></h2> + + + + + + <span class="post-date-author">By Eric Johnson on Jan 19, 2016</span> + + <div class="post-content"> + <p>We are pleased to announce the release of Libcloud 0.20.1.</p> + +<p>This is a bug-fix release in the 0.20 series.</p> + +<h3>Release highlights</h3> + +<ul> +<li>Allow for old and new style service accounts for GCE driver</li> +<li>Fix syntax error with DimensionDataStatus object</li> +<li>Fix bug in public IP addition command for DimensionData driver</li> +<li>Fix error with proxy_url with vCloud Compute driver.</li> +<li>Fix with hasattr for Rackspace DNS driver.</li> +</ul> + +<p>Full change log can be found at <a href="https://libcloud.readthedocs.org/en/latest/changelog.html">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.20.1 +</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.20.1 +</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">https://libcloud.readthedocs.org/en/latest/upgrade_notes.html</a></p> + +<h3>Documentation</h3> + +<p>Regular and API documentation is available at <a href="https://libcloud.readthedocs.org/en/latest/">https://libcloud.readthedocs.org/en/latest/</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 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/2016/01/14/notice-for-linode-users.html">Notice for Linode users</a></h2> @@ -4084,7 +4163,7 @@ Cloud and SoftLayer.</li> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/pmc.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/pmc.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/pmc.html (original) +++ libcloud/site/trunk/generated/blog/tags/pmc.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -155,7 +155,7 @@ help me welcome him to the team :)</p> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/podcasts.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/podcasts.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/podcasts.html (original) +++ libcloud/site/trunk/generated/blog/tags/podcasts.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -152,7 +152,7 @@ about Apache Libcloud.</p> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/presentations.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/presentations.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/presentations.html (original) +++ libcloud/site/trunk/generated/blog/tags/presentations.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -177,7 +177,7 @@ strecthing for over 3 weeks, I sadly had </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/providers.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/providers.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/providers.html (original) +++ libcloud/site/trunk/generated/blog/tags/providers.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -323,7 +323,7 @@ to fix and enhance the Compute Engine dr </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/pycon.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/pycon.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/pycon.html (original) +++ libcloud/site/trunk/generated/blog/tags/pycon.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -149,7 +149,7 @@ please refer to the <a href="http://mail </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> 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=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/release announcement.html (original) +++ libcloud/site/trunk/generated/blog/tags/release announcement.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -96,6 +96,85 @@ <div class="post"> + <h2><a href="/blog/2016/01/19/libcloud-0-20-1-released.html">Libcloud 0.20.1 released</a></h2> + + + + + + <span class="post-date-author">By Eric Johnson on Jan 19, 2016</span> + + <div class="post-content"> + <p>We are pleased to announce the release of Libcloud 0.20.1.</p> + +<p>This is a bug-fix release in the 0.20 series.</p> + +<h3>Release highlights</h3> + +<ul> +<li>Allow for old and new style service accounts for GCE driver</li> +<li>Fix syntax error with DimensionDataStatus object</li> +<li>Fix bug in public IP addition command for DimensionData driver</li> +<li>Fix error with proxy_url with vCloud Compute driver.</li> +<li>Fix with hasattr for Rackspace DNS driver.</li> +</ul> + +<p>Full change log can be found at <a href="https://libcloud.readthedocs.org/en/latest/changelog.html">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.20.1 +</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.20.1 +</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">https://libcloud.readthedocs.org/en/latest/upgrade_notes.html</a></p> + +<h3>Documentation</h3> + +<p>Regular and API documentation is available at <a href="https://libcloud.readthedocs.org/en/latest/">https://libcloud.readthedocs.org/en/latest/</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 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/2015/12/15/libcloud-0-20-0-released.html">Libcloud 0.20.0 released</a></h2> @@ -2879,7 +2958,7 @@ Cloud and SoftLayer.</li> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/security release.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/security%20release.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/security release.html (original) +++ libcloud/site/trunk/generated/blog/tags/security release.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -374,7 +374,7 @@ http://wiki.apache.org/incubator/Libclou </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/sprints.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/sprints.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/sprints.html (original) +++ libcloud/site/trunk/generated/blog/tags/sprints.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -175,7 +175,7 @@ please refer to the <a href="http://mail </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/svn.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/svn.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/svn.html (original) +++ libcloud/site/trunk/generated/blog/tags/svn.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -187,7 +187,7 @@ to manually edit markdown files again wh </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/blog/tags/website.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/website.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/blog/tags/website.html (original) +++ libcloud/site/trunk/generated/blog/tags/website.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -257,7 +257,7 @@ the changes yourself.</p> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/community-resources.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/community-resources.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/community-resources.html (original) +++ libcloud/site/trunk/generated/community-resources.html Tue Jan 19 19:20:15 2016 @@ -51,7 +51,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -182,7 +182,7 @@ would like to have it listed on this pag </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/community.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/community.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/community.html (original) +++ libcloud/site/trunk/generated/community.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -210,7 +210,7 @@ the documentation.</p> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/credits.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/credits.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/credits.html (original) +++ libcloud/site/trunk/generated/credits.html Tue Jan 19 19:20:15 2016 @@ -51,7 +51,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -543,7 +543,7 @@ someone's name, this simply means th </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/downloads.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/downloads.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/downloads.html (original) +++ libcloud/site/trunk/generated/downloads.html Tue Jan 19 19:20:15 2016 @@ -51,7 +51,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -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.20.0 (stable) - Released on December 15, 2015</h2></a></p> +<p><a name="latest-stable-release" id="latest-stable-release"><h2 class="anchor">Libcloud 0.20.1 (stable) - Released on January 19, 2016</h2></a></p> <p>Files:</p> <ul> -<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.20.0.tar.gz">apache-libcloud-0.20.0.tar.gz</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.gz.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.gz.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.gz.md5">md5</a>]</li> -<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.20.0.tar.bz2">apache-libcloud-0.20.0.tar.bz2</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.bz2.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.bz2.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.bz2.md5">md5</a>]</li> -<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.20.0.zip">apache-libcloud-0.20.0.tar.zip</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.zip.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.zip.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.zip.md5">md5</a>]</li> +<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.20.1.tar.gz">apache-libcloud-0.20.1.tar.gz</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.1.tar.gz.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.1.tar.gz.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.1.tar.gz.md5">md5</a>]</li> +<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.20.1.tar.bz2">apache-libcloud-0.20.1.tar.bz2</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.1.tar.bz2.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.1.tar.bz2.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.1.tar.bz2.md5">md5</a>]</li> +<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.20.1.zip">apache-libcloud-0.20.1.tar.zip</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.1.zip.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.1.zip.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.20.1.zip.md5">md5</a>]</li> </ul> -<p>Upgrade notes: <a href="https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0.20.0">Click</a></p> +<p>Upgrade notes: <a href="https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0.20.1">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.20.0.tar.bz2.asc +<div class="highlight"><pre><code class="bash">gpg --verify apache-libcloud-0.20.1.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.20.0.tar.bz2.asc +<div class="highlight"><pre><code class="bash">gpg --verify apache-libcloud-0.20.1.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> @@ -289,7 +289,7 @@ gpg: BAD signature from <span class="s2" </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/getting-started.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/getting-started.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/getting-started.html (original) +++ libcloud/site/trunk/generated/getting-started.html Tue Jan 19 19:20:15 2016 @@ -51,7 +51,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -224,7 +224,7 @@ docstrings for that driver.</p> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/gsoc-2012.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/gsoc-2012.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/gsoc-2012.html (original) +++ libcloud/site/trunk/generated/gsoc-2012.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -194,7 +194,7 @@ mailing list ([email protected]).< </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/gsoc-2014.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/gsoc-2014.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/gsoc-2014.html (original) +++ libcloud/site/trunk/generated/gsoc-2014.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -180,7 +180,7 @@ mailing list ([email protected]).< </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/gsoc.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/gsoc.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/gsoc.html (original) +++ libcloud/site/trunk/generated/gsoc.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -140,7 +140,7 @@ we have participated in the past:</p> </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/index.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/index.html (original) +++ libcloud/site/trunk/generated/index.html Tue Jan 19 19:20:15 2016 @@ -53,7 +53,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -163,7 +163,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.20.0" target="_blank">0.20.0</a></p> + <p>Latest stable version: <a href="https://pypi.python.org/pypi/apache-libcloud/0.20.1" target="_blank">0.20.1</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> @@ -234,19 +234,19 @@ <h3>Latest Blog Posts</h3> - <p><a href="/blog/2016/01/14/notice-for-linode-users.html">Notice for Linode users</a> + <p><a href="/blog/2016/01/19/libcloud-0-20-1-released.html">Libcloud 0.20.1 released</a> - <p><a href="/blog/2015/12/15/libcloud-0-20-0-released.html">Libcloud 0.20.0 released</a> + <p><a href="/blog/2016/01/14/notice-for-linode-users.html">Notice for Linode users</a> - <p><a href="/blog/2015/11/18/anthony-shaw-joins-our-team.html">Anthony Shaw (anthonyshaw) joins our team</a> + <p><a href="/blog/2015/12/15/libcloud-0-20-0-released.html">Libcloud 0.20.0 released</a> - <p><a href="/blog/2015/10/30/libcloud-0-19-0-released.html">Libcloud 0.19.0 released</a> + <p><a href="/blog/2015/11/18/anthony-shaw-joins-our-team.html">Anthony Shaw (anthonyshaw) joins our team</a> @@ -327,11 +327,11 @@ </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> - <script src='/assets/index-eeb60572104303d50e83fcc56c5dfe59.js' type='text/javascript'></script> + <script src='/assets/index-b1639a69b2d30f339c08fe6e60ac83be.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/media.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/media.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/media.html (original) +++ libcloud/site/trunk/generated/media.html Tue Jan 19 19:20:15 2016 @@ -47,7 +47,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -150,7 +150,7 @@ your servers instead of directly linking </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script> Modified: libcloud/site/trunk/generated/security.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/security.html?rev=1725597&r1=1725596&r2=1725597&view=diff ============================================================================== --- libcloud/site/trunk/generated/security.html (original) +++ libcloud/site/trunk/generated/security.html Tue Jan 19 19:20:15 2016 @@ -51,7 +51,7 @@ - <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' /> + <link href='/assets/global-e7192cf35de7c848d039a1a201afcbe3.css' rel='stylesheet' type='text/css' /> </head> @@ -234,7 +234,7 @@ which is described at </div><!-- /.container --> <!-- JavaScript --> - <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script> + <script src='/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js' type='text/javascript'></script>
