You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2017/02/12 14:46:22 UTC

svn commit: r1782670 [9/10] - in /libcloud/site/trunk: generated/ generated/assets/ generated/blog/ generated/blog/2010/02/02/ generated/blog/2010/05/11/ generated/blog/2010/10/12/ generated/blog/2011/01/17/ generated/blog/2011/02/15/ generated/blog/20...

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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/release announcement.html (original)
+++ libcloud/site/trunk/generated/blog/tags/release announcement.html Sun Feb 12 14:46:19 2017
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -96,6 +96,85 @@
   
     <div class="post">
   
+    <h2><a href="/blog/2016/11/27/libcloud-1-4-0-released.html">Libcloud 1.4.0 released</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Anthony Shaw on Nov 27, 2016</span>
+
+  <div class="post-content">
+    <p>We are pleased to announce the release of Libcloud 1.4.0.</p>
+
+<p>This release brings many new features, improvements, bug-fixes, and drivers.</p>
+
+<h3>Release highlights</h3>
+
+<p>The release includes a new Azure ARM driver and an Amazon Application
+Load Balancer (ALB) driver.</p>
+
+<p>Full change log can be found at <a href="https://libcloud.readthedocs.org/en/latest/changelog.html">here</a>.</p>
+
+<h3>Special thank you</h3>
+
+<p>I would like to wish a special thank you to all of our community contributors
+for their ongoing support to the project.</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==1.4.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==1.4.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">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&#39;t forget to attach an example and / or test which reproduces your
+problem.</p>
+
+<h3>Thanks</h3>
+
+<p>Thanks to everyone who contributed and made this release possible! Full
+list of people who contributed to this release can be found in the
+<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/10/14/libcloud-1-3-0-released.html">Libcloud 1.3.0 released</a></h2>
   
 
@@ -109,24 +188,27 @@
 
 <p>This release brings many new features, improvements, bug-fixes, and drivers.</p>
 
-<h2>Important changes</h2>
+<h3>Important changes</h3>
 
 <ul>
-<li>RunAbove driver is now the OVH cloud driver because of changes in the platform. Users will get a deprecated error message and pointed to the website for
-more information</li>
-<li>Fixed support for SLES/OpenSUSE 12, now checks the default certificate path (does not impact users using certifi)</li>
-<li>DigitalOcean v1 API has been deprecated in favour of the new 2.0 API</li>
+<li>RunAbove driver is now the OVH cloud driver because of changes in the
+platform. Users will get a deprecated error message and pointed to the
+website for more information.</li>
+<li>Fixed support for SLES/OpenSUSE 12, now checks the default certificate
+path (does not impact users using certifi).</li>
+<li>DigitalOcean v1 API has been deprecated in favour of the new 2.0 API.</li>
 </ul>
 
-<h2>Release highlights</h2>
+<h3>Release highlights</h3>
 
-<h3>Rancher Driver</h3>
+<h4>Rancher Driver</h4>
 
-<p>Mario Loria contributed a full Rancher driver for our container abstraction interface.
-Documentation is available with examples of usage, you can use the driver to deploy containers, services, stacks or operate
-and maintain existing deployments! Thanks Mario.</p>
+<p>Mario Loria contributed a full Rancher driver for our container abstraction
+interface. Documentation is available with examples of usage, you can use
+the driver to deploy containers, services, stacks or operate and maintain
+existing deployments! Thanks Mario.</p>
 
-<div class="highlight"><pre><code class="python language-python" data-lang="python"><span class="kn">from</span> <span class="nn">libcloud.container.types</span> <span class="kn">import</span> <span class="n">Provider</span>
+<div class="highlight"><pre><code class="python"><span class="kn">from</span> <span class="nn">libcloud.container.types</span> <span class="kn">import</span> <span class="n">Provider</span>
 <span class="kn">from</span> <span class="nn">libcloud.container.providers</span> <span class="kn">import</span> <span class="n">get_driver</span>
 <span class="kn">from</span> <span class="nn">libcloud.container.base</span> <span class="kn">import</span> <span class="n">ContainerImage</span>
 
@@ -145,107 +227,22 @@ and maintain existing deployments! Thank
                                            <span class="p">})</span>
 </code></pre></div>
 
-<h3>New API</h3>
+<h4>New API</h4>
 
-<p>As well as the direct <code>get_driver</code> API, there is now a short-hand API for users to choose.</p>
+<p>As well as the direct <code>get_driver API</code>, there is now a short-hand API for
+users to choose.</p>
 
-<div class="highlight"><pre><code class="python language-python" data-lang="python"><span class="kn">import</span> <span class="nn">libcloud</span>
+<div class="highlight"><pre><code class="python"><span class="kn">import</span> <span class="nn">libcloud</span>
 
 <span class="n">cls</span> <span class="o">=</span> <span class="n">libcloud</span><span class="o">.</span><span class="n">get_driver</span><span class="p">(</span><span class="n">libcloud</span><span class="o">.</span><span class="n">DriverType</span><span class="o">.</span><span class="n">COMPUTE</span><span class="p">,</span> <span class="n">libcloud</span><span class="o">.</span><span class="n">DriverType</span><span class="o">.</span><span class="n">COMPUTE</span><span class="o">.</span><span class="n">RACKSPACE</span><span class="p">)</span>
 </code></pre></div>
 
-<h2>Release notes</h2>
-
-<h3>General</h3>
-
-<ul>
-<li>Introduced new base API for instantiating drivers
-(GITHUB-822)
-[Anthony Shaw]</li>
-<li>Added certificate path for SLES12/OpenSUSE12
-(GITHUB-884)
-[Michael Calmer]</li>
-<li>Deprecate DigitalOcean v1 API support in favour of v2 API
-(GITHUB-889)(GITHUB-892)
-[Andrew Starr-Bochicchio]</li>
-<li>Deprecate RunAbove cloud drivers in favour of new OVH cloud driver
-(GITHUB-891)
-[Anthony Monthe]</li>
-</ul>
-
-<h3>Compute</h3>
-
-<ul>
-<li>Fix reporting function for detailed admin logs in Dimension Data Driver
-(GITHUB-898)
-[Anthony Shaw]</li>
-<li>Added edit firewall functionality to Dimension Data driver
-(GITHUB-893)
-[Samuel Chong]</li>
-<li>Bugfix - Fixed listing nodes issue in Python 3
-(LIBCLOUD-858, GITHUB-894)
-[Fahri Cihan Demirci]</li>
-<li>Added FCU (Flexible Compute Unit) support to the Outscale driver.
-(GITHUB-890)
-[Javier M. Mellid]</li>
-<li>[google compute] Add &quot;WINDOWS&quot; guestOsFeatures option.
-(GITHUB-861)
-[Max Illfelder]</li>
-<li>When creating volumes on OpenStack with defaults for <code>location</code> or <code>volume_type</code>,
-newer OpenStack versions would throw errors. The OpenStack driver will now only
-post those arguments if non-<code>NoneType</code>.
-(GITHUB-857)
-[Allard Hoeve]</li>
-<li>When fetching the node details of a non-existing node, OpenStack would raise a
-<code>BaseHTTPError</code> instead of returning <code>None</code>, as was intended. Fixed tests and code.
-(GITHUB-864)</li>
-<li>Added <code>ex_stop_node</code> to the OpenStack driver.
-(GITHUB-865)</li>
-<li>When creating volume snapshot, the arguments <code>name</code> and <code>description</code> are truly
-optional when working with newer OpenStack versions. The OpenStack driver will now
-only post thost arguments if they are non-<code>NoneType</code>.
-(GITHUB-866)</li>
-<li>StorageVolumeSnapshot now has an attribute <code>name</code> that has the name of the snapshot
-if the provider supports it. This used to be <code>.extra[&#39;name&#39;]</code>, but that is inconsistent
-with <code>Node</code> and <code>StorageVolume</code>. The <code>extra</code> dict still holds <code>name</code> for backwards
-compatibility.
-(GITHUB-867)
-[Allard Hoeve]</li>
-</ul>
-
-<h3>Container</h3>
-
-<ul>
-<li>Introduced new Racher driver
-(GITHUB-876)
-[Mario Loria]</li>
-<li>Fixed bug in Docker util library for fetching images from the docker hub API. API
-was returning 301 and redirects were not being followed.
-(GITHUB-862)
-[Anthony Shaw]</li>
-</ul>
-
-<h3>Load Balancer</h3>
-
-<ul>
-<li>Added fetch tags support in elb driver
-(GITHUB-848)
-[Anton Kozyrev]</li>
-</ul>
-
-<h3>Storage</h3>
-
-<ul>
-<li>Added storage permissions for Google Cloud Storage
-(GITHUB-860)
-[Scott Crunkleton]</li>
-</ul>
-
 <p>Full change log can be found at <a href="https://libcloud.readthedocs.org/en/latest/changelog.html">here</a>.</p>
 
 <h3>Special thank you</h3>
 
-<p>I would like to wish a special thank you to all of our community contributors for their ongoing support to the project.</p>
+<p>I would like to wish a special thank you to all of our community contributors
+for their ongoing support to the project.</p>
 
 <h3>Download</h3>
 
@@ -312,30 +309,28 @@ list of people who contributed to this r
   <div class="post-content">
     <p>We are pleased to announce the release of Libcloud 1.2.1.</p>
 
-<p>This release brings many new features, improvements, bug-fixes, and drivers. </p>
-
-<h3>Release highlights</h3>
+<p>This release brings many new features, improvements, bug-fixes, and drivers.</p>
 
-<p>This includes:</p>
+<h2>Release highlights</h2>
 
-<h2>Changes in Apache Libcloud 1.2.1</h2>
+<h3>Changes in Apache Libcloud 1.2.1</h3>
 
 <ul>
 <li>Fix issue enabling backups on Dimension Data driver</li>
 </ul>
 
-<h2>Changes in Apache Libcloud 1.2.0</h2>
+<h3>Changes in Apache Libcloud 1.2.0</h3>
 
-<h3>General</h3>
+<h4>General</h4>
 
 <ul>
 <li>Fix caching of auth tokens in the Google Compute Engine drivers. Now we make
-sure that the file is truncated before writing a new token. Not truncating
-the file would cause issues if the new token is shorted then the existing one
+sure that the file is truncated before writing a new token. Not truncating the
+file would cause issues if the new token is shorted then the existing one
 which is cached in the file.</li>
 </ul>
 
-<h3>Compute</h3>
+<h4>Compute</h4>
 
 <ul>
 <li>Fix image undeprecation in GCE</li>
@@ -345,43 +340,45 @@ which is cached in the file.</li>
 <li>Added StorageState-Migrating to the cloudstack driver.</li>
 <li>Update copy image logic to match create image in GCE driver.</li>
 <li>Removed HD attribute from the Abiquo compute driver to support the 3.4 API</li>
-<li>Add image and size details to <code>list_nodes</code> response in Dimension Data driver</li>
+<li>Add image and size details to list_nodes response in Dimension Data driver</li>
 <li>Add support for changing VM admin password in VMware driver</li>
 <li>Add Barcelona (Spain) region to the Aurora Compute driver.</li>
 <li>Various improvements in the libvirt driver.</li>
 </ul>
 
-<h3>Load balancer</h3>
+<h4>Load balancer</h4>
 
 <ul>
 <li>Add support for temporary IAM role credentials (token) to the AWS ELB driver.</li>
 </ul>
 
-<h3>DNS</h3>
+<h4>DNS</h4>
 
 <ul>
-<li>Updated the &#39;extra&#39; parameter in <code>update_record()</code> to be optional in aurora driver</li>
+<li>Updated the &#39;extra&#39; parameter in update_record() to be optional in aurora driver</li>
 <li>Support for iterating over records and zones in the Aurora DNS driver</li>
 <li>Add support for DS, PTR, SSFHFP and TLSA record type to the Aurora DNS driver.</li>
 </ul>
 
-<h3>Container</h3>
+<h4>Container</h4>
 
 <ul>
 <li>Add network mode and labels when creating containers within docker driver</li>
 </ul>
 
-<h3>Storage</h3>
+<h4>Storage</h4>
 
 <ul>
-<li>Fix authentication issue in S3/China region, disabled multipart uploads as not supported by region.</li>
+<li>Fix authentication issue in S3/China region, disabled multipart uploads as
+not supported by region.</li>
 </ul>
 
 <p>Full change log can be found at <a href="https://libcloud.readthedocs.org/en/latest/changelog.html">here</a>.</p>
 
 <h3>Special thank you</h3>
 
-<p>I would like to wish a special thank you to all of our community contributors for their ongoing support to the project.</p>
+<p>I would like to wish a special thank you to all of our community contributors
+for their ongoing support to the project.</p>
 
 <h3>Download</h3>
 
@@ -437,6 +434,86 @@ list of people who contributed to this r
   
     <div class="post">
   
+    <h2><a href="/blog/2016/07/07/libcloud-1-1-0-released.html">Libcloud 1.1.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 07, 2016</span>
+
+  <div class="post-content">
+    <p>We are pleased to announce the release of Libcloud 1.1.0.</p>
+
+<p>This is a first release after v1.0.0. It includes various improvements
+and bug-fixes.</p>
+
+<h3>Release highlights</h3>
+
+<ul>
+<li>Support for automatic SNI (SSL extension) using the hostname
+supplied to connect to.</li>
+<li>Various improvements in the libvirt driver</li>
+<li>Various improvements in the DimensionData driver</li>
+<li>Various improvements in the Aliyun driver</li>
+</ul>
+
+<p>Full change log can be found at <a href="https://libcloud.readthedocs.io/en/v1.1.0/changelog.html#changes-with-apache-libcloud-1-1-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==1.1.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==1.1.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">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/v1.1.0/">https://libcloud.readthedocs.org/en/v1.1.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&#39;t forget to attach an example and / or test which reproduces your
+problem.</p>
+
+<h3>Thanks</h3>
+
+<p>Thanks to everyone who contributed and made this release possible! Full
+list of people who contributed to this release can be found in the
+<a href="https://libcloud.readthedocs.io/en/v1.1.0/changelog.html#changes-with-apache-libcloud-1-1-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/2016/06/22/libcloud-1-0-0-released.html">Libcloud 1.0.0 released</a></h2>
   
 
@@ -3957,7 +4034,7 @@ Cloud and SoftLayer.</li>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -3968,7 +4045,7 @@ Cloud and SoftLayer.</li>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/security release.html (original)
+++ libcloud/site/trunk/generated/blog/tags/security release.html Sun Feb 12 14:46:19 2017
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -363,7 +363,7 @@ http://wiki.apache.org/incubator/Libclou
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -374,7 +374,7 @@ http://wiki.apache.org/incubator/Libclou
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/sprints.html (original)
+++ libcloud/site/trunk/generated/blog/tags/sprints.html Sun Feb 12 14:46:19 2017
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -164,7 +164,7 @@ please refer to the <a href="http://mail
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -175,7 +175,7 @@ please refer to the <a href="http://mail
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/svn.html (original)
+++ libcloud/site/trunk/generated/blog/tags/svn.html Sun Feb 12 14:46:19 2017
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -176,7 +176,7 @@ to manually edit markdown files again wh
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -187,7 +187,7 @@ to manually edit markdown files again wh
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.js' type='text/javascript'></script>
 
 
     

Modified: libcloud/site/trunk/generated/blog/tags/tutorial.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/tutorial.html?rev=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/tutorial.html (original)
+++ libcloud/site/trunk/generated/blog/tags/tutorial.html Sun Feb 12 14:46:19 2017
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -96,39 +96,6 @@
   
     <div class="post">
   
-    <h2><a href="/blog/2016/06/24/whats-new-in-10.html">What's new in Libcloud 1.0</a></h2>
-  
-
-  
-    
-  
-  <span class="post-date-author">By Anthony Shaw on Jun 24, 2016</span>
-
-  <div class="post-content">
-    <h2>AWS Region codes</h2>
-
-<p>In Libcloud 0.21.0 and below, there was a seperate AWS driver for each region, when we first put this together Amazon had 2 regions, now they are all over the world.</p>
-
-<p>To support this, there is now a <code>Provider.EC2</code> provider, which you can give an argument of region:</p>
-
-<script type="text/javascript" src="https://asciinema.org/a/6f0om3od5f5c7lyy0xuswr43v.js" id="asciicast-6f0om3od5f5c7lyy0xuswr43v" async></script>
-
-<h2>Containers</h2>
-
-  </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/help.html" rel="tag">help</a>, <a href="/blog/tags/tutorial.html" rel="tag">tutorial</a></p>
-    </div>
-  </div>
-</div>
-
-  
-
-  
-    <div class="post">
-  
     <h2><a href="/blog/2016/04/06/requests-support.html">Experimental support for the requests package</a></h2>
   
 
@@ -433,7 +400,7 @@ swap this out for any of the Amazon publ
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -444,7 +411,7 @@ swap this out for any of the Amazon publ
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/website.html (original)
+++ libcloud/site/trunk/generated/blog/tags/website.html Sun Feb 12 14:46:19 2017
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -246,7 +246,7 @@ the changes yourself.</p>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -257,7 +257,7 @@ the changes yourself.</p>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/community-resources.html (original)
+++ libcloud/site/trunk/generated/community-resources.html Sun Feb 12 14:46:19 2017
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -171,7 +171,7 @@ would like to have it listed on this pag
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -182,7 +182,7 @@ would like to have it listed on this pag
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/community.html (original)
+++ libcloud/site/trunk/generated/community.html Sun Feb 12 14:46:19 2017
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -199,7 +199,7 @@ the documentation.</p>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -210,7 +210,7 @@ the documentation.</p>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/credits.html (original)
+++ libcloud/site/trunk/generated/credits.html Sun Feb 12 14:46:19 2017
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -570,7 +570,7 @@ someone&#39;s name, this simply means th
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -581,7 +581,7 @@ someone&#39;s name, this simply means th
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/downloads.html (original)
+++ libcloud/site/trunk/generated/downloads.html Sun Feb 12 14:46:19 2017
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.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 1.3.0 (stable) - Released on October 14, 2016</h2></a></p>
+<p><a name="latest-stable-release" id="latest-stable-release"><h2 class="anchor">Libcloud 1.4.0 (stable) - Released on July 6, 2016</h2></a></p>
 
 <p>Files:</p>
 
 <ul>
-<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-1.3.0.tar.gz">apache-libcloud-1.3.0.tar.gz</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.3.0.tar.gz.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.3.0.tar.gz.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.3.0.tar.gz.md5">md5</a>]</li>
-<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-1.3.0.tar.bz2">apache-libcloud-1.3.0.tar.bz2</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.3.0.tar.bz2.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.3.0.tar.bz2.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.3.0.tar.bz2.md5">md5</a>]</li>
-<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-1.3.0.zip">apache-libcloud-1.3.0.tar.zip</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.3.0.zip.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.3.0.zip.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.3.0.zip.md5">md5</a>]</li>
+<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-1.4.0.tar.gz">apache-libcloud-1.4.0.tar.gz</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.4.0.tar.gz.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.4.0.tar.gz.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.4.0.tar.gz.md5">md5</a>]</li>
+<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-1.4.0.tar.bz2">apache-libcloud-1.4.0.tar.bz2</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.4.0.tar.bz2.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.4.0.tar.bz2.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.4.0.tar.bz2.md5">md5</a>]</li>
+<li><a href="http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-1.4.0.zip">apache-libcloud-1.4.0.tar.zip</a> [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.4.0.zip.asc">asc</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.4.0.zip.sha1">sha1</a>] [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-1.4.0.zip.md5">md5</a>]</li>
 </ul>
 
-<p>Upgrade notes: <a href="https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-1.3.0">Click</a></p>
+<p>Upgrade notes: <a href="https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-1.4.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
@@ -254,7 +254,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-1.3.0.tar.bz2.asc
+<div class="highlight"><pre><code class="bash">gpg --verify apache-libcloud-1.4.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">&quot;Paul Querna &lt;...&gt;&quot;</span>
 gpg:                 aka <span class="s2">&quot;Paul Querna &lt;...&gt;&quot;</span>
@@ -266,7 +266,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-1.3.0.tar.bz2.asc
+<div class="highlight"><pre><code class="bash">gpg --verify apache-libcloud-1.4.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">&quot;Paul Querna &lt;...&gt;&quot;</span>
 </code></pre></div>
@@ -289,7 +289,7 @@ gpg: BAD signature from <span class="s2"
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -300,7 +300,7 @@ gpg: BAD signature from <span class="s2"
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/getting-started.html (original)
+++ libcloud/site/trunk/generated/getting-started.html Sun Feb 12 14:46:19 2017
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -213,7 +213,7 @@ docstrings for that driver.</p>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -224,7 +224,7 @@ docstrings for that driver.</p>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/gsoc-2012.html (original)
+++ libcloud/site/trunk/generated/gsoc-2012.html Sun Feb 12 14:46:19 2017
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -183,7 +183,7 @@ mailing list (dev@libcloud.apache.org).<
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -194,7 +194,7 @@ mailing list (dev@libcloud.apache.org).<
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/gsoc-2014.html (original)
+++ libcloud/site/trunk/generated/gsoc-2014.html Sun Feb 12 14:46:19 2017
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -169,7 +169,7 @@ mailing list (dev@libcloud.apache.org).<
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -180,7 +180,7 @@ mailing list (dev@libcloud.apache.org).<
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/gsoc.html (original)
+++ libcloud/site/trunk/generated/gsoc.html Sun Feb 12 14:46:19 2017
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -129,7 +129,7 @@ we have participated in the past:</p>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -140,7 +140,7 @@ we have participated in the past:</p>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/index.html (original)
+++ libcloud/site/trunk/generated/index.html Sun Feb 12 14:46:19 2017
@@ -53,7 +53,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -169,7 +169,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/1.3.0" target="_blank">1.3.0</a></p>
+        <p>Latest stable version: <a href="https://pypi.python.org/pypi/apache-libcloud/1.4.0" target="_blank">1.4.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>
@@ -242,19 +242,19 @@
         <h3>Latest Blog Posts</h3>
         
           
-            <p><a href="/blog/2016/10/14/libcloud-1-3-0-released.html">Libcloud 1.3.0 released</a>
+            <p><a href="/blog/2016/11/27/libcloud-1-4-0-released.html">Libcloud 1.4.0 released</a>
           
         
           
-            <p><a href="/blog/2016/09/23/libcloud-1-2-1-released.html">Libcloud 1.2.1 released</a>
+            <p><a href="/blog/2016/10/14/libcloud-1-3-0-released.html">Libcloud 1.3.0 released</a>
           
         
           
-            <p><a href="/blog/2016/06/24/whats-new-in-10.html">What's new in Libcloud 1.0</a>
+            <p><a href="/blog/2016/09/23/libcloud-1-2-1-released.html">Libcloud 1.2.1 released</a>
           
         
           
-            <p><a href="/blog/2016/06/22/libcloud-1-0-0-released.html">Libcloud 1.0.0 released</a>
+            <p><a href="/blog/2016/07/07/libcloud-1-1-0-released.html">Libcloud 1.1.0 released</a>
           
         
 
@@ -326,7 +326,7 @@
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -337,11 +337,11 @@
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.js' type='text/javascript'></script>
 
 
     
-      <script src='/assets/index-7e3f73321d2d3473afbba3d27c6ce374.js' type='text/javascript'></script>
+      <script src='/assets/index-326436a009a390ecdd6ea59e13a2e1bc.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/media.html (original)
+++ libcloud/site/trunk/generated/media.html Sun Feb 12 14:46:19 2017
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -139,7 +139,7 @@ your servers instead of directly linking
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -150,7 +150,7 @@ your servers instead of directly linking
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.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=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/security.html (original)
+++ libcloud/site/trunk/generated/security.html Sun Feb 12 14:46:19 2017
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -223,7 +223,7 @@ which is described at
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -234,7 +234,7 @@ which is described at
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.js' type='text/javascript'></script>
 
 
     

Modified: libcloud/site/trunk/generated/sitemap.xml
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/sitemap.xml (original)
+++ libcloud/site/trunk/generated/sitemap.xml Sun Feb 12 14:46:19 2017
@@ -2,394 +2,398 @@
 <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+11:00</lastmod>
+        <lastmod>2010-02-02T00:00:00+01: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+10:00</lastmod>
+        <lastmod>2010-05-11T00:00:00+02: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+11:00</lastmod>
+        <lastmod>2010-10-12T00:00:00+02: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+11:00</lastmod>
+        <lastmod>2011-01-17T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2011-02-15T00:00:00+01: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+10:00</lastmod>
+        <lastmod>2011-05-25T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2011-06-06T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2011-07-04T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2011-09-01T00:00:00+02: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+11:00</lastmod>
+        <lastmod>2011-10-19T00:00:00+02: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+11:00</lastmod>
+        <lastmod>2011-11-09T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2011-11-17T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2011-11-22T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2011-12-09T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2011-12-30T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2012-02-08T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2012-04-01T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2012-05-05T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2012-05-24T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2012-07-30T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2012-08-22T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2012-09-25T00:00:00+02: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+11:00</lastmod>
+        <lastmod>2012-11-16T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2012-11-19T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2012-12-26T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2012-12-28T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2013-02-18T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2013-03-21T00:00:00+01: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+10:00</lastmod>
+        <lastmod>2013-07-01T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2013-08-04T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2013-09-05T00:00:00+02: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+11:00</lastmod>
+        <lastmod>2013-11-21T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2013-11-25T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2013-12-28T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2013-12-29T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2013-12-31T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-01-01T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-01-22T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-01-23T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-01-27T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-02-04T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-02-07T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-02-08T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-02-11T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-02-14T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-02-17T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-02-18T00:00:00+01: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+11:00</lastmod>
+        <lastmod>2014-02-21T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2014/04/15/libcloud-at-apachecon.html</loc>
-        <lastmod>2014-04-15T00:00:00+10:00</lastmod>
+        <lastmod>2014-04-15T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2014-05-13T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2014-06-26T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2014-07-07T00:00:00+02: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+10:00</lastmod>
+        <lastmod>2014-07-10T00:00:00+02: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+11:00</lastmod>
+        <lastmod>2014-11-12T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2014/12/04/eric-johnson-joins-our-team.html</loc>
-        <lastmod>2014-12-04T00:00:00+11:00</lastmod>
+        <lastmod>2014-12-04T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2015/02/18/libcloud-0-17-0-released.html</loc>
-        <lastmod>2015-02-18T00:00:00+11:00</lastmod>
+        <lastmod>2015-02-18T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2015/03/17/allard-hoeve-joins-our-team.html</loc>
-        <lastmod>2015-03-17T00:00:00+11:00</lastmod>
+        <lastmod>2015-03-17T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2015/08/13/libcloud-0-18-0-released.html</loc>
-        <lastmod>2015-08-13T00:00:00+10:00</lastmod>
+        <lastmod>2015-08-13T00:00:00+02:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2015/10/05/libcloud-is-participating-in-hacktoberfest.html
         </loc>
-        <lastmod>2015-10-05T00:00:00+11:00</lastmod>
+        <lastmod>2015-10-05T00:00:00+02:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2015/10/30/libcloud-0-19-0-released.html</loc>
-        <lastmod>2015-10-30T00:00:00+11:00</lastmod>
+        <lastmod>2015-10-30T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2015/11/18/anthony-shaw-joins-our-team.html</loc>
-        <lastmod>2015-11-18T00:00:00+11:00</lastmod>
+        <lastmod>2015-11-18T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2015/12/15/libcloud-0-20-0-released.html</loc>
-        <lastmod>2015-12-15T00:00:00+11:00</lastmod>
+        <lastmod>2015-12-15T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2016/01/14/notice-for-linode-users.html</loc>
-        <lastmod>2016-01-14T00:00:00+11:00</lastmod>
+        <lastmod>2016-01-14T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2016/01/19/libcloud-0-20-1-released.html</loc>
-        <lastmod>2016-01-19T00:00:00+11:00</lastmod>
+        <lastmod>2016-01-19T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2016/01/20/libcloud-1.0-pre1.html</loc>
-        <lastmod>2016-01-20T00:00:00+11:00</lastmod>
+        <lastmod>2016-01-20T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2016/01/26/libcloud-1-0-0-pre1-released.html</loc>
-        <lastmod>2016-01-26T00:00:00+11:00</lastmod>
+        <lastmod>2016-01-26T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2016/02/05/libcloud-containers-example.html</loc>
-        <lastmod>2016-02-05T00:00:00+11:00</lastmod>
+        <lastmod>2016-02-05T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2016/02/16/new-drivers-deprecated-drivers.html</loc>
-        <lastmod>2016-02-16T00:00:00+11:00</lastmod>
+        <lastmod>2016-02-16T00:00:00+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2016/04/06/requests-support.html</loc>
-        <lastmod>2016-04-06T00:00:00+10:00</lastmod>
+        <lastmod>2016-04-06T00:00:00+02:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2016/04/11/libcloud-1-0-0-rc2-released.html</loc>
-        <lastmod>2016-04-11T00:00:00+10:00</lastmod>
+        <lastmod>2016-04-11T00:00:00+02:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2016/06/22/libcloud-1-0-0-released.html</loc>
-        <lastmod>2016-06-22T00:00:00+10:00</lastmod>
+        <lastmod>2016-06-22T00:00:00+02:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/blog/2016/06/24/whats-new-in-10.html</loc>
-        <lastmod>2016-06-24T00:00:00+10:00</lastmod>
+        <loc>https://libcloud.apache.org/blog/2016/07/07/libcloud-1-1-0-released.html</loc>
+        <lastmod>2016-07-07T00:00:00+02:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2016/09/23/libcloud-1-2-1-released.html</loc>
-        <lastmod>2016-09-23T00:00:00+10:00</lastmod>
+        <lastmod>2016-09-23T00:00:00+02:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2016/10/14/libcloud-1-3-0-released.html</loc>
-        <lastmod>2016-10-14T00:00:00+11:00</lastmod>
+        <lastmod>2016-10-14T00:00:00+02:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/blog/2016/11/27/libcloud-1-4-0-released.html</loc>
+        <lastmod>2016-11-27T00:00:00+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/getting-started.html</loc>
+        <lastmod>2016-05-14T19:47:17+02:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/community-resources.html</loc>
+        <lastmod>2016-05-14T19:47:18+02:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/about.html</loc>
-        <lastmod>2016-06-21T11:52:08+10:00</lastmod>
+        <lastmod>2016-05-14T19:47:18+02:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/blog/</loc>
-        <lastmod>2016-10-15T10:14:38+11:00</lastmod>
+        <lastmod>2017-02-12T15:40:19+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/community-resources.html</loc>
-        <lastmod>2016-06-21T11:52:08+10:00</lastmod>
+        <loc>https://libcloud.apache.org/media.html</loc>
+        <lastmod>2016-05-14T19:47:18+02:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/community.html</loc>
-        <lastmod>2016-06-21T11:52:08+10:00</lastmod>
+        <loc>https://libcloud.apache.org/gsoc-2014.html</loc>
+        <lastmod>2016-05-14T19:47:18+02:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/credits.html</loc>
-        <lastmod>2016-06-21T11:52:08+10:00</lastmod>
+        <loc>https://libcloud.apache.org/security.html</loc>
+        <lastmod>2016-05-14T19:47:17+02:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/downloads.html</loc>
-        <lastmod>2016-10-15T10:08:05+11:00</lastmod>
+        <lastmod>2017-02-12T15:21:20+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/getting-started.html</loc>
-        <lastmod>2016-06-21T11:52:05+10:00</lastmod>
+        <loc>https://libcloud.apache.org/whois-using.html</loc>
+        <lastmod>2016-05-14T19:47:18+02:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/gsoc-2012.html</loc>
-        <lastmod>2016-06-21T11:52:08+10:00</lastmod>
-    </url>
-    <url>
-        <loc>https://libcloud.apache.org/gsoc-2014.html</loc>
-        <lastmod>2016-06-21T11:52:08+10:00</lastmod>
+        <lastmod>2016-05-14T19:47:18+02:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/gsoc.html</loc>
-        <lastmod>2016-06-21T11:52:08+10:00</lastmod>
+        <lastmod>2016-05-14T19:47:18+02:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/</loc>
-        <lastmod>2016-10-15T10:14:38+11:00</lastmod>
+        <lastmod>2017-02-12T15:40:19+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/media.html</loc>
-        <lastmod>2016-06-21T11:52:08+10:00</lastmod>
-    </url>
-    <url>
-        <loc>https://libcloud.apache.org/security.html</loc>
-        <lastmod>2016-06-21T11:52:08+10:00</lastmod>
+        <loc>https://libcloud.apache.org/credits.html</loc>
+        <lastmod>2016-05-14T19:47:18+02:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/whois-using.html</loc>
-        <lastmod>2016-06-21T11:52:08+10:00</lastmod>
+        <loc>https://libcloud.apache.org/community.html</loc>
+        <lastmod>2016-05-14T19:47:18+02:00</lastmod>
     </url>
 </urlset>
\ No newline at end of file

Modified: libcloud/site/trunk/generated/whois-using.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/whois-using.html?rev=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/whois-using.html (original)
+++ libcloud/site/trunk/generated/whois-using.html Sun Feb 12 14:46:19 2017
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-ace798c7a9ed56532fb1a044cb094574.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-57b0092d353d0369071e1021782bb38d.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -271,7 +271,7 @@ please <a href="https://libcloud.readthe
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2016 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2017 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
 </div>
 
@@ -282,7 +282,7 @@ please <a href="https://libcloud.readthe
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.js' type='text/javascript'></script>
 
 
     

Added: libcloud/site/trunk/source/_posts/2016-07-07-libcloud-1-1-0-released.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2016-07-07-libcloud-1-1-0-released.md?rev=1782670&view=auto
==============================================================================
--- libcloud/site/trunk/source/_posts/2016-07-07-libcloud-1-1-0-released.md (added)
+++ libcloud/site/trunk/source/_posts/2016-07-07-libcloud-1-1-0-released.md Sun Feb 12 14:46:19 2017
@@ -0,0 +1,65 @@
+---
+layout: post
+title: Libcloud 1.1.0 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 1.1.0.
+
+This is a first release after v1.0.0. It includes various improvements
+and bug-fixes.
+
+### Release highlights
+
+* Support for automatic SNI (SSL extension) using the hostname
+  supplied to connect to.
+* Various improvements in the libvirt driver
+* Various improvements in the DimensionData driver
+* Various improvements in the Aliyun driver
+
+Full change log can be found at [here][1].
+
+### Download
+
+The release can can be downloaded from
+<https://libcloud.apache.org/downloads.html> or installed using pip:
+
+<pre>
+pip install apache-libcloud==1.1.0
+</pre>
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+<pre>
+pip install --upgrade apache-libcloud==1.1.0
+</pre>
+
+### Upgrade notes
+
+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 <https://libcloud.readthedocs.org/en/latest/upgrade_notes.html>
+
+### Documentation
+
+Regular and API documentation is available at <https://libcloud.readthedocs.org/en/v1.1.0/>
+
+### Bugs / Issues
+
+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.
+
+### Thanks
+
+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][1].
+
+[1]: https://libcloud.readthedocs.io/en/v1.1.0/changelog.html#changes-with-apache-libcloud-1-1-0

Added: libcloud/site/trunk/source/_posts/2016-09-23-libcloud-1-2-1-released.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2016-09-23-libcloud-1-2-1-released.md?rev=1782670&view=auto
==============================================================================
--- libcloud/site/trunk/source/_posts/2016-09-23-libcloud-1-2-1-released.md (added)
+++ libcloud/site/trunk/source/_posts/2016-09-23-libcloud-1-2-1-released.md Sun Feb 12 14:46:19 2017
@@ -0,0 +1,109 @@
+---
+layout: post
+title: Libcloud 1.2.1 released
+author: Anthony Shaw
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 1.2.1.
+
+This release brings many new features, improvements, bug-fixes, and drivers.
+
+## Release highlights
+
+### Changes in Apache Libcloud 1.2.1
+
+* Fix issue enabling backups on Dimension Data driver
+
+### Changes in Apache Libcloud 1.2.0
+
+#### General
+
+* Fix caching of auth tokens in the Google Compute Engine drivers. Now we make
+  sure that the file is truncated before writing a new token. Not truncating the
+  file would cause issues if the new token is shorted then the existing one
+  which is cached in the file.
+
+#### Compute
+
+* Fix image undeprecation in GCE
+* Added Managed Instance Groups in GCE
+* Allow undeprecation of an image in GCE
+* BUGFIX Values with wildcards failed signature validation in cloudstack
+* Added StorageState-Migrating to the cloudstack driver.
+* Update copy image logic to match create image in GCE driver.
+* Removed HD attribute from the Abiquo compute driver to support the 3.4 API
+* Add image and size details to list_nodes response in Dimension Data driver
+* Add support for changing VM admin password in VMware driver
+* Add Barcelona (Spain) region to the Aurora Compute driver.
+* Various improvements in the libvirt driver.
+
+#### Load balancer
+
+* Add support for temporary IAM role credentials (token) to the AWS ELB driver.
+
+#### DNS
+
+* Updated the 'extra' parameter in update_record() to be optional in aurora driver
+* Support for iterating over records and zones in the Aurora DNS driver
+* Add support for DS, PTR, SSFHFP and TLSA record type to the Aurora DNS driver.
+
+#### Container
+
+* Add network mode and labels when creating containers within docker driver
+
+#### Storage
+
+* Fix authentication issue in S3/China region, disabled multipart uploads as
+  not supported by region.
+
+Full change log can be found at [here][1].
+
+### Special thank you
+
+I would like to wish a special thank you to all of our community contributors
+for their ongoing support to the project.
+
+### Download
+
+The release can can be downloaded from
+<https://libcloud.apache.org/downloads.html> or installed using pip:
+
+<pre>
+pip install apache-libcloud==1.2.1
+</pre>
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+<pre>
+pip install --upgrade apache-libcloud==1.2.1
+</pre>
+
+### Upgrade notes
+
+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 <https://libcloud.readthedocs.org/en/latest/upgrade_notes.html>
+
+### Documentation
+
+Regular and API documentation is available at <https://libcloud.readthedocs.org/en/latest/>
+
+### Bugs / Issues
+
+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.
+
+### Thanks
+
+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][1].
+
+[1]: https://libcloud.readthedocs.org/en/latest/changelog.html

Added: libcloud/site/trunk/source/_posts/2016-10-14-libcloud-1-3-0-released.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2016-10-14-libcloud-1-3-0-released.md?rev=1782670&view=auto
==============================================================================
--- libcloud/site/trunk/source/_posts/2016-10-14-libcloud-1-3-0-released.md (added)
+++ libcloud/site/trunk/source/_posts/2016-10-14-libcloud-1-3-0-released.md Sun Feb 12 14:46:19 2017
@@ -0,0 +1,110 @@
+---
+layout: post
+title: Libcloud 1.3.0 released
+author: Anthony Shaw
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 1.3.0.
+
+This release brings many new features, improvements, bug-fixes, and drivers.
+
+### Important changes
+
+* RunAbove driver is now the OVH cloud driver because of changes in the
+  platform. Users will get a deprecated error message and pointed to the
+  website for more information.
+* Fixed support for SLES/OpenSUSE 12, now checks the default certificate
+  path (does not impact users using certifi).
+* DigitalOcean v1 API has been deprecated in favour of the new 2.0 API.
+
+### Release highlights
+
+#### Rancher Driver
+
+Mario Loria contributed a full Rancher driver for our container abstraction
+interface. Documentation is available with examples of usage, you can use
+the driver to deploy containers, services, stacks or operate and maintain
+existing deployments! Thanks Mario.
+
+{% highlight python %}
+from libcloud.container.types import Provider
+from libcloud.container.providers import get_driver
+from libcloud.container.base import ContainerImage
+
+driver = get_driver(Provider.RANCHER)
+
+connection = driver("MYRANCHERACCESSKEY", "MYRANCHERSECRETKEY",
+                    host="17.23.66.4", port=443)
+
+image = ContainerImage("hastebin", "hastebin", "rlister/hastebin", "latest",
+                       driver=None)
+
+new_service = connection.ex_deploy_service(name="excitingservice", image=image,
+                                           environmentid="1e2",
+                                           environment={
+                                               "STORAGE_TYPE": "file"
+                                           })
+{% endhighlight %}
+
+#### New API
+
+As well as the direct ``get_driver API``, there is now a short-hand API for
+users to choose.
+
+{% highlight python %}
+import libcloud
+
+cls = libcloud.get_driver(libcloud.DriverType.COMPUTE, libcloud.DriverType.COMPUTE.RACKSPACE)
+{% endhighlight %}
+
+Full change log can be found at [here][1].
+
+### Special thank you
+
+I would like to wish a special thank you to all of our community contributors
+for their ongoing support to the project.
+
+### Download
+
+The release can can be downloaded from
+<https://libcloud.apache.org/downloads.html> or installed using pip:
+
+<pre>
+pip install apache-libcloud==1.3.0
+</pre>
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+<pre>
+pip install --upgrade apache-libcloud==1.3.0
+</pre>
+
+### Upgrade notes
+
+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 <https://libcloud.readthedocs.org/en/latest/upgrade_notes.html>
+
+### Documentation
+
+Regular and API documentation is available at <https://libcloud.readthedocs.org/en/latest/>
+
+### Bugs / Issues
+
+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.
+
+### Thanks
+
+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][1].
+
+[1]: https://libcloud.readthedocs.org/en/latest/changelog.html

Added: libcloud/site/trunk/source/_posts/2016-11-27-libcloud-1-4-0-released.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2016-11-27-libcloud-1-4-0-released.md?rev=1782670&view=auto
==============================================================================
--- libcloud/site/trunk/source/_posts/2016-11-27-libcloud-1-4-0-released.md (added)
+++ libcloud/site/trunk/source/_posts/2016-11-27-libcloud-1-4-0-released.md Sun Feb 12 14:46:19 2017
@@ -0,0 +1,66 @@
+---
+layout: post
+title: Libcloud 1.4.0 released
+author: Anthony Shaw
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 1.4.0.
+
+This release brings many new features, improvements, bug-fixes, and drivers.
+
+### Release highlights
+
+The release includes a new Azure ARM driver and an Amazon Application
+Load Balancer (ALB) driver.
+
+Full change log can be found at [here][1].
+
+### Special thank you
+
+I would like to wish a special thank you to all of our community contributors
+for their ongoing support to the project.
+
+### Download
+
+The release can can be downloaded from
+<https://libcloud.apache.org/downloads.html> or installed using pip:
+
+<pre>
+pip install apache-libcloud==1.4.0
+</pre>
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+<pre>
+pip install --upgrade apache-libcloud==1.4.0
+</pre>
+
+### Upgrade notes
+
+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 <https://libcloud.readthedocs.org/en/latest/upgrade_notes.html>
+
+### Documentation
+
+Regular and API documentation is available at <https://libcloud.readthedocs.org/en/latest/>
+
+### Bugs / Issues
+
+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.
+
+### Thanks
+
+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][1].
+
+[1]: https://libcloud.readthedocs.org/en/latest/changelog.html