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 [5/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/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/index.html?rev=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/index.html (original)
+++ libcloud/site/trunk/generated/blog/index.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>
 
@@ -97,6 +97,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>
   
 
@@ -110,24 +189,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>
 
@@ -146,107 +228,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>
 
@@ -313,30 +310,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>
@@ -346,43 +341,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>
 
@@ -438,30 +435,77 @@ list of people who contributed to this r
     
       <div class="post">
   
-    <h2><a href="/blog/2016/06/24/whats-new-in-10.html">What's new in Libcloud 1.0</a></h2>
+    <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 Anthony Shaw on Jun 24, 2016</span>
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Jul 07, 2016</span>
 
   <div class="post-content">
-    <h2>AWS Region codes</h2>
+    <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>
 
-<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>
+<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>To support this, there is now a <code>Provider.EC2</code> provider, which you can give an argument of region:</p>
+<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>
 
-<script type="text/javascript" src="https://asciinema.org/a/6f0om3od5f5c7lyy0xuswr43v.js" id="asciicast-6f0om3od5f5c7lyy0xuswr43v" async></script>
+<h3>Thanks</h3>
 
-<h2>Containers</h2>
+<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/help.html" rel="tag">help</a>, <a href="/blog/tags/tutorial.html" rel="tag">tutorial</a></p>
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
     </div>
   </div>
 </div>
@@ -773,288 +817,6 @@ list of people who contributed to this r
 
     
   
-    
-      <div class="post">
-  
-    <h2><a href="/blog/2016/04/11/libcloud-1-0-0-rc2-released.html">Libcloud 1.0.0-rc2 released</a></h2>
-  
-
-  
-    
-  
-  <span class="post-date-author">By Anthony Shaw on Apr 11, 2016</span>
-
-  <div class="post-content">
-    <p>We are pleased to announce the release of Libcloud 1.0.0-rc2.</p>
-
-<p>This the second pre-release in the 1.0.0 series which means it brings many new
-features, improvements, bug-fixes, and DNS drivers.</p>
-
-<h3>Release highlights</h3>
-
-<p>This includes:</p>
-
-<ul>
-<li>Deprecated drivers that were no longer available such as Ninefold, IBM SCE <a href="http://libcloud.apache.org/blog/2016/02/16/new-drivers-deprecated-drivers.html">more details</a></li>
-<li>The Amazon EC2 driver has been changed to use region codes instead of separate drivers for each region.</li>
-<li>Introduce new <code>list_regions</code> class method on the base driver class</li>
-<li>Support for Dimension Data backup</li>
-<li>Added NSOne, LuaDNS, NearlyFreeSpeech.NET DNS drivers</li>
-<li>Added Aliyun compute, load balancer and storage drivers</li>
-<li>Added Outscale storage 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>Important breaking change-  Amazon EC2 driver changes</h3>
-
-<p>The Amazon EC2 API was updated to consolidate the regional-based drivers into a single driver with a region argument in the constructor.</p>
-
-<p>Amazon Instances should now be instantiated using the following syntax:</p>
-
-<div class="highlight"><pre><code class="python language-python" data-lang="python"><span class="kn">from</span> <span class="nn">libcloud.compute.types</span> <span class="kn">import</span> <span class="n">Provider</span>
-<span class="kn">from</span> <span class="nn">libcloud.compute.providers</span> <span class="kn">import</span> <span class="n">get_driver</span>
-
-<span class="n">cls</span> <span class="o">=</span> <span class="n">get_driver</span><span class="p">(</span><span class="n">Provider</span><span class="o">.</span><span class="n">EC2</span><span class="p">,</span> <span class="n">region</span><span class="o">=</span><span class="s">&#39;us-east-i1&#39;</span><span class="p">)</span>
-<span class="n">driver</span> <span class="o">=</span> <span class="n">cls</span><span class="p">(</span><span class="s">&#39;access key&#39;</span><span class="p">,</span> <span class="s">&#39;secret key&#39;</span><span class="p">)</span>
-</code></pre></div>
-
-<p>This brings the Amazon API inline with the other drivers, makes it easier to maintain and switch between regions.</p>
-
-<h3>Bug fixes</h3>
-
-<h4>General</h4>
-
-<ul>
-<li><p>Fix a bug with consuming stdout and stderr in the paramiko SSH client which
-would manifest itself under very rare condition when a consumed chunk only
-contained a single byte or part of a multi byte UTF-8 character.
-[Lakshmi Kannan, Tomaz Muraus]</p></li>
-<li><p>Increase default chunk size from <code>1024</code> to <code>4096</code> bytes in the paramiko
-SSH client. This results in smaller number of receive calls on the average.
-[Tomaz Muraus]</p></li>
-<li><p>Fix to Dimension Data API address for Middle-East and Africa
-(GITHUB-700)
-[Anthony Shaw]</p></li>
-<li><p>Throw a more user-friendly exception on &quot;No address associated with hostname&quot;.
-(GITHUB-711, GITHUB-714, LIBCLOUD-803)
-[Tomaz Muraus, Scott Crunkleton]</p></li>
-<li><p>Remove deprecated provider constants with the region in the name and related
-driver classes (e.g. <code>EC2_US_EAST</code>, etc.).</p>
-
-<p>Those drivers have moved to single provider constant + <code>region</code> constructor
-argument model.
-[Tomaz Muraus]</p></li>
-</ul>
-
-<h3>New or deprecated drivers</h3>
-
-<h4>Compute</h4>
-
-<ul>
-<li><p>Deprecated IBM SCE, HP Helion, OpSource, Ninefold and CloudFrames drivers, removed
-driver code and tests.
-(GITHUB-701, LIBCLOUD-801)
-[Anthony Shaw]</p></li>
-<li><p>Introduced error messages (<code>libcloud.compute.deprecated</code>) for deprecated drivers
-(GITHUB-701, LIBCLOUD-801)
-[Anthony Shaw]</p></li>
-<li><p>New Compute drivers- BSNL, Indosat, Med-1, NTT-America, Internet Solutions
-(GITHUB-700)
-[Anthony Shaw]</p></li>
-<li><p>New driver for Aliyun Elastic Compute Service.
-(LIBCLOUD-802, GITHUB-712)
-[Sam Song]</p></li>
-</ul>
-
-<h4>Storage</h4>
-
-<ul>
-<li><p>Added Outscale storage driver
-(GITHUB-730)
-[Javier M. Mellid]</p></li>
-<li><p>New driver for Aliyun OSS Storage Service.
-(LIBCLOUD-802, GITHUB-712)
-[Sam Song]</p></li>
-</ul>
-
-<h4>Loadbalancer</h4>
-
-<ul>
-<li>New driver for Aliyun SLB Loadbalancer Service.
-(LIBCLOUD-802, GITHUB-712)
-[Sam Song]</li>
-</ul>
-
-<h4>DNS</h4>
-
-<ul>
-<li><p>Added NearlyFreeSpeech.net (NSFN) driver
-[Ken Drayer]</p></li>
-<li><p>Added Lua DNS driver
-[Oltjano Terpollari]</p></li>
-<li><p>Added NSOne driver
-[Oltjano Terpollari]</p></li>
-</ul>
-
-<h2>Bug fixes</h2>
-
-<ul>
-<li><p>Fix a bug in the GoDaddy driver - make sure <code>host</code> attribute on the
-connection class is correctly set to the hostname.
-[Tomaz Muraus]</p></li>
-<li><p>Fix handling of <code>MX</code> records in the Gandi driver.
-(GITHUB-718)
-[Ryan Lee]</p></li>
-</ul>
-
-<h2>Improvements</h2>
-
-<h3>Compute</h3>
-
-<ul>
-<li><p>Introduce new <code>list_regions</code> class method on the base driver class. This
-method is to be used with provider drivers which support multiple regions and
-<code>region</code> constructor argument. It allows users to enumerate available /
-supported regions.
-[Tomaz Muraus]</p></li>
-<li><p>[dimension data] added support for VMWare tools VM information inside list_nodes responses
-(GITHUB-734)
-[Jeff Dunham]</p></li>
-<li><p>[ec2] added ex<em>encrypted and ex</em>kms<em>key</em>id optional parameters to the create volume method
-(GITHUB-729)
-[Viktor Ognev]</p></li>
-<li><p>[dimension data] added support for managing host anti-affinity rules, added paging support to
-all supported calls and added support for requesting priority ordering when creating ACL rules
-(GITHUB-726)
-[Jeff Dunham]</p></li>
-<li><p>Addition of Dimension Data Australia federal government region to dimension data
-drivers.
-(GITHUB-700)
-[Anthony Shaw]</p></li>
-<li><p>[openstack] when creating floating IPs, added pool_id as an optional argument
-(GITHUB-725)
-[marko-p]</p></li>
-<li><p>[google compute] Added setMachineType method to allow for changing sizes of instances
-(GITHUB-721)
-[Eric Johnson]</p></li>
-<li><p>[google compute] allow bypassing image search in standard project list
-(GITHUB-713)
-[Max Illfelder]</p></li>
-<li><p>Add support for requesting a MKS token for accessing the remote console in VMware
-vCloud driver
-(GITHUB-706)
-[Juan Font Alonso]</p></li>
-<li><p>Add support in VMware vCloud driver for v5.5 API, with snapshot support
-(GITHUB-658)
-[Juan Font Alonso]</p></li>
-<li><p>Added support for adding a family to an image on Google Compute Driver
-(GITHUB-704)
-[Max Illfelder]</p></li>
-<li><p>Fix to set default signature version for AWS Seoul region to v4, removed
-non-supported size (hs1.xlarge)
-(GITHUB-684)
-[Geunwoo Shin]</p></li>
-<li><p>Support filtering by location in list_nodes for dimension data compute driver
-fix lack of paging support
-(GITHUB-691)
-[Jeff Dunham]</p></li>
-<li><p>Support for filtering by IPv4, IPv6, network, network domain, VLAN in Dimension
-data driver.
-(GITHUB-694)
-[Jeff Dunham]</p></li>
-<li><p>Added <code>Node.created_at</code> which, on supported drivers, contains the datetime the
-node was first started.
-(GITHUB-698)
-[Allard Hoeve] [Rick van de Loo]</p></li>
-</ul>
-
-<h3>Storage</h3>
-
-<ul>
-<li><p>Improvements to Google Auth for Storage and Compute and MIME bug fix
-(LIBCLOUD-800, GITHUB-689)
-[Scott Crunkleton]</p></li>
-<li><p>Implement <code>get_container</code>, <code>get_object</code> and <code>upload_object_via_stream</code>
-methods in the Backblaze B2 storage driver.</p>
-
-<p>Note: Backblaze API doesn&#39;t upload streaming uploads so when using
-<code>upload_object_via_stream</code> whole file is read and buffered in memory.
-(GITHUB-696)
-[Jay jshridha]</p></li>
-</ul>
-
-<h3>Backup</h3>
-
-<ul>
-<li>Dimension Data - added additional testing, fixed bug on client response naming,
-added support for adding backup clients to a backup enabled node.
-(GITHUB-692, GITHUB-693, GITHUB-695)
-[Jeff Dunham]</li>
-</ul>
-
-<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.0.0-rc2
-</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.0.0-rc2
-</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>
-
-<p>We would like to thank the following community members for their contribution to this release:</p>
-
-<ul>
-<li>Jeff Dunham</li>
-<li>Max Illfelder</li>
-<li>Ken Dreyer</li>
-<li>Sam Song</li>
-<li>Oltjano Terpollari</li>
-<li>Javier M. Mellid</li>
-</ul>
-
-  </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">
@@ -1073,7 +835,7 @@ list of people who contributed to this r
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</
 li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a hre
 f="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archiv
 es/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
+      <li> <a href="/blog/archives/2016/11/"> November 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/07/"> July 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><
 li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/
 blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/a
 rchives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
     </ul>
   </div>
 </div>
@@ -1093,7 +855,7 @@ list of people who contributed to this r
 </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>
 
@@ -1104,7 +866,7 @@ list of people who contributed to this r
     </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/page/10/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/10/index.html?rev=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/10/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/10/index.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>
 
@@ -97,6 +97,38 @@
     
       <div class="post">
   
+    <h2><a href="/blog/2013/08/04/new-committer-john-carr-joins-our-team.html">New committer John Carr joins our team</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Aug 04, 2013</span>
+
+  <div class="post-content">
+    <p>The Project Management Committee (PMC) for Apache Libcloud has asked John
+Carr to become a committer and we are pleased to announce that they have
+accepted.</p>
+
+<p>We are glad to have him as a committer and a PMC member. Everyone, please
+help me welcome him to the team :)</p>
+
+<p>Source: <a href="https://mail-archives.apache.org/mod_mbox/libcloud-dev/201308.mbox/%3CCAJMHEm%2Bh7Fbqc8vWBw0PJbkzUKaDHWVziezOgECa2n7qESvLeA%40mail.gmail.com%3E">mailing list thread</a>.</p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/new%20committer.html" rel="tag">new committer</a>, <a href="/blog/tags/pmc.html" rel="tag">pmc</a></p>
+    </div>
+  </div>
+</div>
+
+    
+  
+    
+      <div class="post">
+  
     <h2><a href="/blog/2013/07/01/libcloud-0-13-0-released.html">Libcloud 0.13.0 released</a></h2>
   
 
@@ -387,77 +419,6 @@ project.</p>
 
     
   
-    
-      <div class="post">
-  
-    <h2><a href="/blog/2012/12/26/2012-in-retrospect-and-happy-new-year-from-libcloud-team.html">2012 in retrospect and a Happy New Year from the Libcloud team</a></h2>
-  
-
-  
-    
-  
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Dec 26, 2012</span>
-
-  <div class="post-content">
-    <p>Dear users, developers and team members!</p>
-
-<p>2012 is slowly coming to an end and Libcloud team wishes everyone a happy
-and successful new year 2013!</p>
-
-<p>2012 has been another great year for us and we have surpassed 2011 in
-pretty much every aspect.</p>
-
-<p>Here is a short list of things which have been accomplished and important
-events which have happened in 2012:</p>
-
-<ul>
-<li>One new committer Ilgiz Islamgulov (ilgiz) has joined the team.</li>
-<li>We have another new commiter joining our team soon (Mahendra M).
-Currently he is undergoing a process of submitting his ICLA.</li>
-<li>134 new JIRA issues have been opened (total of 271). Out of those 134
-issues, 111 are now marked as &#39;resolved&#39;.</li>
-<li>SVN repository has had a total of 320 commit. More than 50% of those
-commits were patches from external contributors.</li>
-<li>We had our first Google Summer of Code student which worked on a project
-named &quot;Libcloud REST&quot; (https://github.com/islamgulov/libcloud.rest). The
-goal of the project is to expose Libcloud functionality over HTTP.</li>
-<li>Tomaz gave a talk titled &quot;Avoiding Vendor Lock-In Using Apache Libcloud&quot;
-at CloudOpen 2012 in San Diego</li>
-<li>We now finally have some more user friendly documentation and examples on
-the website - http://libcloud.apache.org/docs/</li>
-<li>We held a first in person meetup at the Rackspace San Francisco office in
-the beginning of the year (http://libcloudmeetup.eventbrite.com/)</li>
-<li>We had a total of 7 releases (0.8.0, 0.9.1, 0.10.1, 0.11.0, 0.11.1,
-0.11.3, 0.11.4) and over 70.000 downloads / installs on PyPi (
-http://pypi.python.org/pypi/apache-libcloud/)</li>
-<li>Github mirror has been starred by 266 users (
-https://github.com/apache/libcloud)</li>
-</ul>
-
-<p>Thanks again to everyone for their work and contributions and lets make
-2013 even better :)</p>
-
-<p>I will post those numbers in a more machine readable format (JSON) in the
-next couple of weeks. This way it will be easier for us to track those
-metrics on a year over year basis.</p>
-
-<p>Numbers retrieved on: 2012-12-25.
-Sources for those numbers: JIRA, Libcloud website, PyPi, Ohloh.net, Google
-Analytics</p>
-
-<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201212.mbox/%3CCAJMHEmK-Y47qbqpSQjNfWxK-1efqiifvpRgE-tO8q-QLTk-EYg@mail.gmail.com%3E">mailing list post</a>.</p>
-
-  </div>
-
-  <div class="row section post-meta">
-    <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a></p>
-    </div>
-  </div>
-</div>
-
-    
-  
 </div>
 
 <p class="navigation">
@@ -482,7 +443,7 @@ Analytics</p>
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</
 li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a hre
 f="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archiv
 es/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
+      <li> <a href="/blog/archives/2016/11/"> November 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/07/"> July 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><
 li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/
 blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/a
 rchives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
     </ul>
   </div>
 </div>
@@ -502,7 +463,7 @@ Analytics</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>
 
@@ -513,7 +474,7 @@ Analytics</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/blog/page/11/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/11/index.html?rev=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/11/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/11/index.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>
 
@@ -97,6 +97,77 @@
     
       <div class="post">
   
+    <h2><a href="/blog/2012/12/26/2012-in-retrospect-and-happy-new-year-from-libcloud-team.html">2012 in retrospect and a Happy New Year from the Libcloud team</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Dec 26, 2012</span>
+
+  <div class="post-content">
+    <p>Dear users, developers and team members!</p>
+
+<p>2012 is slowly coming to an end and Libcloud team wishes everyone a happy
+and successful new year 2013!</p>
+
+<p>2012 has been another great year for us and we have surpassed 2011 in
+pretty much every aspect.</p>
+
+<p>Here is a short list of things which have been accomplished and important
+events which have happened in 2012:</p>
+
+<ul>
+<li>One new committer Ilgiz Islamgulov (ilgiz) has joined the team.</li>
+<li>We have another new commiter joining our team soon (Mahendra M).
+Currently he is undergoing a process of submitting his ICLA.</li>
+<li>134 new JIRA issues have been opened (total of 271). Out of those 134
+issues, 111 are now marked as &#39;resolved&#39;.</li>
+<li>SVN repository has had a total of 320 commit. More than 50% of those
+commits were patches from external contributors.</li>
+<li>We had our first Google Summer of Code student which worked on a project
+named &quot;Libcloud REST&quot; (https://github.com/islamgulov/libcloud.rest). The
+goal of the project is to expose Libcloud functionality over HTTP.</li>
+<li>Tomaz gave a talk titled &quot;Avoiding Vendor Lock-In Using Apache Libcloud&quot;
+at CloudOpen 2012 in San Diego</li>
+<li>We now finally have some more user friendly documentation and examples on
+the website - http://libcloud.apache.org/docs/</li>
+<li>We held a first in person meetup at the Rackspace San Francisco office in
+the beginning of the year (http://libcloudmeetup.eventbrite.com/)</li>
+<li>We had a total of 7 releases (0.8.0, 0.9.1, 0.10.1, 0.11.0, 0.11.1,
+0.11.3, 0.11.4) and over 70.000 downloads / installs on PyPi (
+http://pypi.python.org/pypi/apache-libcloud/)</li>
+<li>Github mirror has been starred by 266 users (
+https://github.com/apache/libcloud)</li>
+</ul>
+
+<p>Thanks again to everyone for their work and contributions and lets make
+2013 even better :)</p>
+
+<p>I will post those numbers in a more machine readable format (JSON) in the
+next couple of weeks. This way it will be easier for us to track those
+metrics on a year over year basis.</p>
+
+<p>Numbers retrieved on: 2012-12-25.
+Sources for those numbers: JIRA, Libcloud website, PyPi, Ohloh.net, Google
+Analytics</p>
+
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201212.mbox/%3CCAJMHEmK-Y47qbqpSQjNfWxK-1efqiifvpRgE-tO8q-QLTk-EYg@mail.gmail.com%3E">mailing list post</a>.</p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a></p>
+    </div>
+  </div>
+</div>
+
+    
+  
+    
+      <div class="post">
+  
     <h2><a href="/blog/2012/11/19/libcloud-0-11-4-released.html">Libcloud 0.11.4 released</a></h2>
   
 
@@ -391,110 +462,6 @@ vulnerability.</p>
 
     
   
-    
-      <div class="post">
-  
-    <h2><a href="/blog/2012/07/30/libcloud-0-11-0-released.html">Libcloud 0.11.0 released</a></h2>
-  
-
-  
-    
-  
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Jul 30, 2012</span>
-
-  <div class="post-content">
-    <p>The Apache Libcloud team is pleased to announce the release of Libcloud
-0.11.0!</p>
-
-<p>Libcloud is a Python library that abstracts away the differences among
-multiple cloud provider APIs. It allows users to manage cloud services
-(servers, storage, load balancers, DNS) offered by many different providers
- through a single, unified and easy to use API.</p>
-
-<h3>Release highlights</h3>
-
-<p><strong>General</strong></p>
-
-<ul>
-<li>Install test files when installing the library. Tests module can now be
-imported by doing something like this: &quot;from libcloud import test&quot;</li>
-</ul>
-
-<p><strong>Compute</strong></p>
-
-<ul>
-<li>New standard API and methods for managing storage volumes. Base API
-consists of the following methods: create<em>volume, destroy</em>volume,
-attach<em>volume, detach</em>volume.</li>
-<li>New driver for KT UCloud (http://home.ucloud.olleh.com/main.kt) based
-on the CloudStack driver.</li>
-<li>New Gridspot driver with a basic list and destroy functionality.</li>
-</ul>
-
-<p><strong>Bug fixes</strong></p>
-
-<ul>
-<li>Plenty of them, please see the CHANGES file.</li>
-</ul>
-
-<p>For a full list of changes, please see the CHANGES file
-<a href="https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&amp;view=markup</a>.</p>
-
-<h3>Download</h3>
-
-<p>Libcloud 0.10.1 can be downloaded from http://libcloud.apache.org/downloads.html
-or installed using pip:</p>
-
-<div class="highlight"><pre><code class="bash">pip install apache-libcloud
-</code></pre></div>
-
-<p>It is possible that the file hasn&#39;t been synced to all the mirrors yet. If
-this is the case,
-please use the main Apache mirror - http://www.apache.org/dist/libcloud.</p>
-
-<h3>Upgrading</h3>
-
-<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p>
-
-<div class="highlight"><pre><code class="bash">pip install --upgrade apache-libcloud
-</code></pre></div>
-
-<h3>Upgrade notes</h3>
-
-<p>A page which describes backward incompatible or semi-incompatible
-changes and how to preserve the old behavior when this is possible
-can be found at http://libcloud.apache.org/upgrade-notes.html.</p>
-
-<h3>Documentation</h3>
-
-<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.11.1/</p>
-
-<h3>Bugs / Issues</h3>
-
-<p>If you find any bug or issue, please report it on our issue tracker
-<a href="https://issues.apache.org/jira/browse/LIBCLOUD">https://issues.apache.org/jira/browse/LIBCLOUD</a>. Don&#39;t forget to attach an
-example and / or
-test which reproduces your problem.</p>
-
-<h3>Thanks</h3>
-
-<p>Thanks to everyone who contributed and made this release possible!
-Full list of people who contributed to this release can be found in the
-CHANGES file <a href="https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&amp;view=markup</a>.</p>
-
-<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/www-announce/201207.mbox/%3CCAJMHEmLcSZi4bYmUaZtF_q=npc--DpVbTEH-Z+f0TCd2iteS-A@mail.gmail.com%3E">release announcement</a>.</p>
-
-  </div>
-
-  <div class="row section post-meta">
-    <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
-    </div>
-  </div>
-</div>
-
-    
-  
 </div>
 
 <p class="navigation">
@@ -519,7 +486,7 @@ CHANGES file <a href="https://svn.apache
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</
 li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a hre
 f="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archiv
 es/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
+      <li> <a href="/blog/archives/2016/11/"> November 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/07/"> July 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><
 li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/
 blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/a
 rchives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
     </ul>
   </div>
 </div>
@@ -539,7 +506,7 @@ CHANGES file <a href="https://svn.apache
 </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>
 
@@ -550,7 +517,7 @@ CHANGES file <a href="https://svn.apache
     </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/page/12/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/12/index.html?rev=1782670&r1=1782669&r2=1782670&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/12/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/12/index.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>
 
@@ -97,6 +97,110 @@
     
       <div class="post">
   
+    <h2><a href="/blog/2012/07/30/libcloud-0-11-0-released.html">Libcloud 0.11.0 released</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Jul 30, 2012</span>
+
+  <div class="post-content">
+    <p>The Apache Libcloud team is pleased to announce the release of Libcloud
+0.11.0!</p>
+
+<p>Libcloud is a Python library that abstracts away the differences among
+multiple cloud provider APIs. It allows users to manage cloud services
+(servers, storage, load balancers, DNS) offered by many different providers
+ through a single, unified and easy to use API.</p>
+
+<h3>Release highlights</h3>
+
+<p><strong>General</strong></p>
+
+<ul>
+<li>Install test files when installing the library. Tests module can now be
+imported by doing something like this: &quot;from libcloud import test&quot;</li>
+</ul>
+
+<p><strong>Compute</strong></p>
+
+<ul>
+<li>New standard API and methods for managing storage volumes. Base API
+consists of the following methods: create<em>volume, destroy</em>volume,
+attach<em>volume, detach</em>volume.</li>
+<li>New driver for KT UCloud (http://home.ucloud.olleh.com/main.kt) based
+on the CloudStack driver.</li>
+<li>New Gridspot driver with a basic list and destroy functionality.</li>
+</ul>
+
+<p><strong>Bug fixes</strong></p>
+
+<ul>
+<li>Plenty of them, please see the CHANGES file.</li>
+</ul>
+
+<p>For a full list of changes, please see the CHANGES file
+<a href="https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&amp;view=markup</a>.</p>
+
+<h3>Download</h3>
+
+<p>Libcloud 0.10.1 can be downloaded from http://libcloud.apache.org/downloads.html
+or installed using pip:</p>
+
+<div class="highlight"><pre><code class="bash">pip install apache-libcloud
+</code></pre></div>
+
+<p>It is possible that the file hasn&#39;t been synced to all the mirrors yet. If
+this is the case,
+please use the main Apache mirror - http://www.apache.org/dist/libcloud.</p>
+
+<h3>Upgrading</h3>
+
+<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p>
+
+<div class="highlight"><pre><code class="bash">pip install --upgrade apache-libcloud
+</code></pre></div>
+
+<h3>Upgrade notes</h3>
+
+<p>A page which describes backward incompatible or semi-incompatible
+changes and how to preserve the old behavior when this is possible
+can be found at http://libcloud.apache.org/upgrade-notes.html.</p>
+
+<h3>Documentation</h3>
+
+<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.11.1/</p>
+
+<h3>Bugs / Issues</h3>
+
+<p>If you find any bug or issue, please report it on our issue tracker
+<a href="https://issues.apache.org/jira/browse/LIBCLOUD">https://issues.apache.org/jira/browse/LIBCLOUD</a>. Don&#39;t forget to attach an
+example and / or
+test which reproduces your problem.</p>
+
+<h3>Thanks</h3>
+
+<p>Thanks to everyone who contributed and made this release possible!
+Full list of people who contributed to this release can be found in the
+CHANGES file <a href="https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&amp;view=markup</a>.</p>
+
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/www-announce/201207.mbox/%3CCAJMHEmLcSZi4bYmUaZtF_q=npc--DpVbTEH-Z+f0TCd2iteS-A@mail.gmail.com%3E">release announcement</a>.</p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
+    </div>
+  </div>
+</div>
+
+    
+  
+    
+      <div class="post">
+  
     <h2><a href="/blog/2012/05/24/libcloud-0-10-1-released.html">Libcloud 0.10.1 released</a></h2>
   
 
@@ -449,53 +553,6 @@ file <a href="https://svn.apache.org/vie
 
     
   
-    
-      <div class="post">
-  
-    <h2><a href="/blog/2011/12/30/2011-in-retrospect-and-happy-new-year-from-libcloud-team.html">2011 in retrospect and a Happy New Year from the Libcloud team</a></h2>
-  
-
-  
-    
-  
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Dec 30, 2011</span>
-
-  <div class="post-content">
-    <p>Dear users &amp; developers,</p>
-
-<p>First of all, Libcloud team wishes everyone a Happy New Year 2012!</p>
-
-<p>2011 has been a great year for us and we have accomplished a lot of things:</p>
-
-<ul>
-<li>Website has been ported to the Apache CMS and updated with a lot of new
-content, including documentation</li>
-<li>In May we have graduated from the incubator to a top level project</li>
-<li>Two new committers have joined the team (Tomaz Muraus, Hutson Betts)</li>
-<li>We have grown from supporting a single API (cloud servers) to supporting
-four different APIs (cloud servers, load balancers, cloud storage, dns)</li>
-<li>We have introduced support for Python 3</li>
-<li>We have released a total of 7 new versions</li>
-<li>We have received many patches by external contributors</li>
-<li>We have held two development sprints (PyCon, EuroPython)</li>
-<li>Code wise we have grown from ~4300 LOC to ~14300 LOC (excluding tests)</li>
-</ul>
-
-<p>Lets try to make 2012 even better :)</p>
-
-<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201112.mbox/%3CCAJMHEmL1D-HuCj4LSH-mF1bP_Of6XwEfuP1Y74_2APeD-8OrFA@mail.gmail.com%3E">mailing list post</a>.</p>
-
-  </div>
-
-  <div class="row section post-meta">
-    <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a></p>
-    </div>
-  </div>
-</div>
-
-    
-  
 </div>
 
 <p class="navigation">
@@ -520,7 +577,7 @@ four different APIs (cloud servers, load
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</
 li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a hre
 f="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archiv
 es/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
+      <li> <a href="/blog/archives/2016/11/"> November 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/10/"> October 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/09/"> September 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/07/"> July 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/06/"> June 2016</a> &nbsp;(1)</li><li> <a href="/blog/archives/2016/04/"> April 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/02/"> February 2016</a> &nbsp;(2)</li><li> <a href="/blog/archives/2016/01/"> January 2016</a> &nbsp;(4)</li><li> <a href="/blog/archives/2015/12/"> December 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/11/"> November 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/10/"> October 2015</a> &nbsp;(2)</li><li> <a href="/blog/archives/2015/08/"> August 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/03/"> March 2015</a> &nbsp;(1)</li><li> <a href="/blog/archives/2015/02/"> February 2015</a> &nbsp;(1)</li><
 li> <a href="/blog/archives/2014/12/"> December 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/11/"> November 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/07/"> July 2014</a> &nbsp;(2)</li><li> <a href="/blog/archives/2014/06/"> June 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/05/"> May 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/
 blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/a
 rchives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
     </ul>
   </div>
 </div>
@@ -540,7 +597,7 @@ four different APIs (cloud servers, load
 </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>
 
@@ -551,7 +608,7 @@ four different APIs (cloud servers, load
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-8ce1819c01481f29e425443534266bee.js' type='text/javascript'></script>
+    <script src='/assets/global-14c8e0124e6d563413005cb909342e2a.js' type='text/javascript'></script>