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 2014/01/03 23:47:31 UTC

svn commit: r1555271 [2/5] - in /libcloud/site/trunk/generated: ./ assets/ blog/ blog/2010/02/02/ blog/2010/05/11/ blog/2010/10/12/ blog/2011/01/17/ blog/2011/02/15/ blog/2011/05/25/ blog/2011/06/06/ blog/2011/07/04/ blog/2011/09/01/ blog/2011/10/19/ b...

Added: libcloud/site/trunk/generated/blog/2013/12/31/libcloud-0-13-3-released.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2013/12/31/libcloud-0-13-3-released.html?rev=1555271&view=auto
==============================================================================
--- libcloud/site/trunk/generated/blog/2013/12/31/libcloud-0-13-3-released.html (added)
+++ libcloud/site/trunk/generated/blog/2013/12/31/libcloud-0-13-3-released.html Fri Jan  3 22:47:29 2014
@@ -0,0 +1,234 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    
+
+    <meta name="author" content="The Apache Software Foundation">
+
+    
+      <meta name="keywords" content="news,release announcement,security release" />
+    
+
+    
+      <title>Libcloud 0.13.3 released | Apache Libcloud</title>
+    
+
+    <!-- fav icons -->
+    <link rel="shortcut icon" href="/images/favicon.png" />
+    <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
+    <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon.png" />
+
+    <link href="/blog/atom.xml" type="application/atom+xml" rel="alternate" title="Apache Libcloud Blog Feed" />
+
+    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
+
+    <!-- Facebook OpenGraph tags -->
+    <meta content="Apache Libcloud" property="og:site_name">
+    
+      <meta content="Libcloud 0.13.3 released" property="og:title">
+    
+
+    
+
+    
+
+    
+      <meta content="article" property="og:type">
+    
+
+    
+      <meta content="https://libcloud.apache.org/blog/2013/12/31/libcloud-0-13-3-released.html" property="og:url">
+    
+    
+      <meta content="2013-12-31T00:00:00+01:00" property="article:published_time">
+      <meta content="https://libcloud.apache.org/about.html" property="article:author">
+    
+
+    
+      
+      <meta content="news" property="article:tag">
+      
+      <meta content="release announcement" property="article:tag">
+      
+      <meta content="security release" property="article:tag">
+      
+    
+
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
+
+  </head>
+
+  <body data-spy="scroll" data-target=".sidebar-nav" data-offset="80">
+    <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/index.html"><img src="/images/libcloud_logo.png" class="navbar-logo" /> Apache Libcloud</a>
+        </div>
+        <div class="collapse navbar-collapse navbar-ex1-collapse">
+          <ul class="nav navbar-nav">
+            
+            
+              <li ><a href="/" >Home</a></li>
+            
+              <li ><a href="/about.html" >About</a></li>
+            
+              <li ><a href="/getting-started.html" >Quick Start</a></li>
+            
+              <li ><a href="https://libcloud.readthedocs.org/en/latest/" target="_blank">Documentation</a></li>
+            
+              <li ><a href="/downloads.html" >Downloads</a></li>
+            
+              <li ><a href="/community.html" >Community</a></li>
+            
+              <li ><a href="/blog/" >Blog</a></li>
+            
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+    <div class="container main-container">
+      <div class="row section page-content">
+  <div class="col-lg-8 col-lg-offset-2">
+    
+<div class="post">
+  
+    <h2>Libcloud 0.13.3 released</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 31, 2013</span>
+
+  <div class="post-content">
+    <p>This release fixes a security issue with a potential leak of data contained on
+a destroyed DigitalOcean node. Only users who are using a DigitalOcean driver
+are affected.</p>
+
+<h3>Details about the vulnerability</h3>
+
+<p>DigitalOcean recently changed the default API behavior from scrub to
+non-scrub when destroying a VM without notifying the customers and API
+consumers.</p>
+
+<p>Libcloud prior to this release doesn&#39;t explicitly send &quot;scrub_data&quot; query
+parameter when destroying a node. This means nodes which are destroyed using
+Libcloud are vulnerable to later customers stealing data contained on them.</p>
+
+<p>This release fixes that by always sending &quot;scrub_data&quot; query parameter when
+destroying a DigitalOcean node.</p>
+
+<p>If you are using a DigitalOcean driver, you are strongly encouraged to
+upgrade (or downgrade if you are using 0.14.0-beta3 beta release) to this
+release.</p>
+
+<p>For more information, please see the <a href="/security.html#CVE-2013-6480">Security page</a>.</p>
+
+<h3>Download</h3>
+
+<p>Libcloud 0.13.3 can be downloaded from
+<a href="https://libcloud.apache.org/downloads.html">https://libcloud.apache.org/downloads.html</a></p>
+
+<p>or installed using pip:</p>
+
+<p>{% highlight bash %}
+pip install apache-libcloud==0.13.3
+{% endhighlight %}</p>
+
+<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 -
+https://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>
+
+<p>{% highlight bash %}
+pip install --upgrade apache-libcloud==0.13.3
+{% endhighlight %}</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!</p>
+
+<p>Full list of people who contributed to this release can be found in the
+<a href="https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=a06b0ed4c443f9f56784572a4e291e779de599e3;hb=a1fdac91ec9fdf699d77f9f9b01699de7f56171e#l3">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>, <a href="/blog/tags/security%20release.html" rel="tag">security release</a></p>
+    </div>
+  </div>
+</div>
+
+
+  </div>
+</div>
+
+
+      <hr />
+
+      <footer>
+        <div class="row">
+          <div class="col-lg-12 text-center">
+            <div class="footer-links">
+  <p><a href="http://www.apache.org/licenses/">License</a> | <a
+  href="/security.html">Security</a> | <a
+  href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
+  <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> |
+  <a href="/credits.html">Credits</a> | <a href="/media.html">Media</a>
+</div>
+
+<div class="footer-text">
+  <p class="">Copyright &copy; 2009-2014 <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>
+
+          </div>
+        </div>
+      </footer>
+
+    </div><!-- /.container -->
+
+    <!-- JavaScript -->
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
+
+
+    <script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-23580482-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+</script>
+
+  </body>
+</html>

Added: libcloud/site/trunk/generated/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html?rev=1555271&view=auto
==============================================================================
--- libcloud/site/trunk/generated/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html (added)
+++ libcloud/site/trunk/generated/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html Fri Jan  3 22:47:29 2014
@@ -0,0 +1,192 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    
+
+    <meta name="author" content="The Apache Software Foundation">
+
+    
+      <meta name="keywords" content="news,security release" />
+    
+
+    
+      <title>Quick update about 0.13.3 release and DigitalOcean vulnerability | Apache Libcloud</title>
+    
+
+    <!-- fav icons -->
+    <link rel="shortcut icon" href="/images/favicon.png" />
+    <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
+    <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon.png" />
+
+    <link href="/blog/atom.xml" type="application/atom+xml" rel="alternate" title="Apache Libcloud Blog Feed" />
+
+    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
+
+    <!-- Facebook OpenGraph tags -->
+    <meta content="Apache Libcloud" property="og:site_name">
+    
+      <meta content="Quick update about 0.13.3 release and DigitalOcean vulnerability" property="og:title">
+    
+
+    
+
+    
+
+    
+      <meta content="article" property="og:type">
+    
+
+    
+      <meta content="https://libcloud.apache.org/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html" property="og:url">
+    
+    
+      <meta content="2014-01-01T00:00:00+01:00" property="article:published_time">
+      <meta content="https://libcloud.apache.org/about.html" property="article:author">
+    
+
+    
+      
+      <meta content="news" property="article:tag">
+      
+      <meta content="security release" property="article:tag">
+      
+    
+
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
+
+  </head>
+
+  <body data-spy="scroll" data-target=".sidebar-nav" data-offset="80">
+    <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/index.html"><img src="/images/libcloud_logo.png" class="navbar-logo" /> Apache Libcloud</a>
+        </div>
+        <div class="collapse navbar-collapse navbar-ex1-collapse">
+          <ul class="nav navbar-nav">
+            
+            
+              <li ><a href="/" >Home</a></li>
+            
+              <li ><a href="/about.html" >About</a></li>
+            
+              <li ><a href="/getting-started.html" >Quick Start</a></li>
+            
+              <li ><a href="https://libcloud.readthedocs.org/en/latest/" target="_blank">Documentation</a></li>
+            
+              <li ><a href="/downloads.html" >Downloads</a></li>
+            
+              <li ><a href="/community.html" >Community</a></li>
+            
+              <li ><a href="/blog/" >Blog</a></li>
+            
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+    <div class="container main-container">
+      <div class="row section page-content">
+  <div class="col-lg-8 col-lg-offset-2">
+    
+<div class="post">
+  
+    <h2>Quick update about 0.13.3 release and DigitalOcean vulnerability</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 Jan 01, 2014</span>
+
+  <div class="post-content">
+    <p>This is a quick update about the recent 0.13.3 security release and the
+DigitalOcean vulnerability.</p>
+
+<p>DigitalOcean updated their blog post. The updated post says that
+scrubbing is now enabled by default for all the newly issued destroy
+requests:</p>
+
+<blockquote>
+<p>All Destroys Default to Scrub</p>
+
+<p>We have updated the destroy method to scrub on all destroys, both for
+web and API requests.</p>
+</blockquote>
+
+<p>This means that no action is required on the client side and upgrading
+to 0.13.3 should not be necessary anymore.</p>
+
+<p>References:</p>
+
+<ul>
+<li><a href="https://twitter.com/digitalocean/status/418140046265294848">https://twitter.com/digitalocean/status/418140046265294848</a></li>
+<li><a href="https://digitalocean.com/blog_posts/transparency-regarding-data-security">https://digitalocean.com/blog_posts/transparency-regarding-data-security</a></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/security%20release.html" rel="tag">security release</a></p>
+    </div>
+  </div>
+</div>
+
+
+  </div>
+</div>
+
+
+      <hr />
+
+      <footer>
+        <div class="row">
+          <div class="col-lg-12 text-center">
+            <div class="footer-links">
+  <p><a href="http://www.apache.org/licenses/">License</a> | <a
+  href="/security.html">Security</a> | <a
+  href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
+  <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> |
+  <a href="/credits.html">Credits</a> | <a href="/media.html">Media</a>
+</div>
+
+<div class="footer-text">
+  <p class="">Copyright &copy; 2009-2014 <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>
+
+          </div>
+        </div>
+      </footer>
+
+    </div><!-- /.container -->
+
+    <!-- JavaScript -->
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
+
+
+    <script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-23580482-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+</script>
+
+  </body>
+</html>

Modified: libcloud/site/trunk/generated/blog/archives/2010/02/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2010/02/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2010/02/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2010/02/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -139,7 +139,7 @@
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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 @@
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2010/05/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2010/05/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2010/05/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2010/05/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -161,7 +161,7 @@ Cloud and SoftLayer.</li>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -172,7 +172,7 @@ Cloud and SoftLayer.</li>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2010/10/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2010/10/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2010/10/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2010/10/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -163,7 +163,7 @@ RimuHosting.</li>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -174,7 +174,7 @@ RimuHosting.</li>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2011/01/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2011/01/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2011/01/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2011/01/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -158,7 +158,7 @@ http://wiki.apache.org/incubator/Libclou
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -169,7 +169,7 @@ http://wiki.apache.org/incubator/Libclou
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2011/02/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2011/02/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2011/02/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2011/02/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -142,7 +142,7 @@ please refer to the <a href="http://mail
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -153,7 +153,7 @@ please refer to the <a href="http://mail
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2011/05/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2011/05/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2011/05/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2011/05/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -223,7 +223,7 @@ https://issues.apache.org/jira/browse/LI
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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 @@ https://issues.apache.org/jira/browse/LI
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2011/06/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2011/06/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2011/06/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2011/06/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -142,7 +142,7 @@ information, please refer to the <a href
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -153,7 +153,7 @@ information, please refer to the <a href
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2011/07/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2011/07/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2011/07/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2011/07/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -190,7 +190,7 @@ example and / or test which reproduces y
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -201,7 +201,7 @@ example and / or test which reproduces y
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2011/09/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2011/09/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2011/09/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2011/09/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -145,7 +145,7 @@ about Apache Libcloud.</p>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -156,7 +156,7 @@ about Apache Libcloud.</p>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2011/10/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2011/10/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2011/10/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2011/10/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -242,7 +242,7 @@ file
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -253,7 +253,7 @@ file
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2011/11/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2011/11/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2011/11/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2011/11/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -367,7 +367,7 @@ file
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -378,7 +378,7 @@ file
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2011/12/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2011/12/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2011/12/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2011/12/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -251,7 +251,7 @@ file <a href="https://svn.apache.org/vie
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -262,7 +262,7 @@ file <a href="https://svn.apache.org/vie
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2012/02/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2012/02/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2012/02/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2012/02/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -202,7 +202,7 @@ file <a href="https://svn.apache.org/vie
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -213,7 +213,7 @@ file <a href="https://svn.apache.org/vie
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2012/04/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2012/04/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2012/04/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2012/04/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -207,7 +207,7 @@ file <a href="https://svn.apache.org/vie
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -218,7 +218,7 @@ file <a href="https://svn.apache.org/vie
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2012/05/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2012/05/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2012/05/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2012/05/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -286,7 +286,7 @@ to manually edit markdown files again wh
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -297,7 +297,7 @@ to manually edit markdown files again wh
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2012/07/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2012/07/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2012/07/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2012/07/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -218,7 +218,7 @@ CHANGES file <a href="https://svn.apache
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -229,7 +229,7 @@ CHANGES file <a href="https://svn.apache
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2012/08/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2012/08/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2012/08/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2012/08/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -189,7 +189,7 @@ vulnerability.</p>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -200,7 +200,7 @@ vulnerability.</p>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2012/09/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2012/09/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2012/09/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2012/09/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -205,7 +205,7 @@ file <a href="https://svn.apache.org/vie
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -216,7 +216,7 @@ file <a href="https://svn.apache.org/vie
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2012/11/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2012/11/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2012/11/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2012/11/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -243,7 +243,7 @@ project and work on integrating Libcloud
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -254,7 +254,7 @@ project and work on integrating Libcloud
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2012/12/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2012/12/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2012/12/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2012/12/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -222,7 +222,7 @@ Analytics</p>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -233,7 +233,7 @@ Analytics</p>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2013/02/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2013/02/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2013/02/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2013/02/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -214,7 +214,7 @@ people who contributed to this release c
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -225,7 +225,7 @@ people who contributed to this release c
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2013/03/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2013/03/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2013/03/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2013/03/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -193,7 +193,7 @@ people who contributed to this release c
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -204,7 +204,7 @@ people who contributed to this release c
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2013/07/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2013/07/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2013/07/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2013/07/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -189,7 +189,7 @@ people who contributed to this release c
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -200,7 +200,7 @@ people who contributed to this release c
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2013/08/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2013/08/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2013/08/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2013/08/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -146,7 +146,7 @@ help me welcome him to the team :)</p>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -157,7 +157,7 @@ help me welcome him to the team :)</p>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2013/09/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2013/09/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2013/09/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2013/09/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -199,7 +199,7 @@ people who contributed to this release c
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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 @@ people who contributed to this release c
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2013/11/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2013/11/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2013/11/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2013/11/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -263,7 +263,7 @@ problem.</p>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -274,7 +274,7 @@ problem.</p>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Modified: libcloud/site/trunk/generated/blog/archives/2013/12/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2013/12/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2013/12/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2013/12/index.html Fri Jan  3 22:47:29 2014
@@ -51,7 +51,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -95,6 +95,89 @@
 
   <div class="post">
   
+    <h2><a href="/blog/2013/12/31/libcloud-0-13-3-released.html">Libcloud 0.13.3 released</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Dec 31, 2013</span>
+
+  <div class="post-content">
+    <p>This release fixes a security issue with a potential leak of data contained on
+a destroyed DigitalOcean node. Only users who are using a DigitalOcean driver
+are affected.</p>
+
+<h3>Details about the vulnerability</h3>
+
+<p>DigitalOcean recently changed the default API behavior from scrub to
+non-scrub when destroying a VM without notifying the customers and API
+consumers.</p>
+
+<p>Libcloud prior to this release doesn&#39;t explicitly send &quot;scrub_data&quot; query
+parameter when destroying a node. This means nodes which are destroyed using
+Libcloud are vulnerable to later customers stealing data contained on them.</p>
+
+<p>This release fixes that by always sending &quot;scrub_data&quot; query parameter when
+destroying a DigitalOcean node.</p>
+
+<p>If you are using a DigitalOcean driver, you are strongly encouraged to
+upgrade (or downgrade if you are using 0.14.0-beta3 beta release) to this
+release.</p>
+
+<p>For more information, please see the <a href="/security.html#CVE-2013-6480">Security page</a>.</p>
+
+<h3>Download</h3>
+
+<p>Libcloud 0.13.3 can be downloaded from
+<a href="https://libcloud.apache.org/downloads.html">https://libcloud.apache.org/downloads.html</a></p>
+
+<p>or installed using pip:</p>
+
+<p><div class="highlight"><pre><code class="bash">pip install apache-libcloud<span class="o">==</span>0.13.3
+</code></pre></div></p>
+
+<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 -
+https://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>
+
+<p><div class="highlight"><pre><code class="bash">pip install --upgrade apache-libcloud<span class="o">==</span>0.13.3
+</code></pre></div></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!</p>
+
+<p>Full list of people who contributed to this release can be found in the
+<a href="https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=a06b0ed4c443f9f56784572a4e291e779de599e3;hb=a1fdac91ec9fdf699d77f9f9b01699de7f56171e#l3">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>, <a href="/blog/tags/security%20release.html" rel="tag">security release</a></p>
+    </div>
+  </div>
+</div>
+
+
+  <div class="post">
+  
     <h2><a href="/blog/2013/12/29/new-low-volume-announce-mailing-list.html">New low volume "announce" mailing list</a></h2>
   
 
@@ -235,7 +318,7 @@ and more successful :)</p>
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-2013 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Copyright &copy; 2009-2014 <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>
 
@@ -246,7 +329,7 @@ and more successful :)</p>
     </div><!-- /.container -->
 
     <!-- JavaScript -->
-    <script src='/assets/global-76841b9d255ce40a9d2be509bee10e22.js' type='text/javascript'></script>
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
 
 
     <script type="text/javascript">

Added: libcloud/site/trunk/generated/blog/archives/2014/01/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2014/01/index.html?rev=1555271&view=auto
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2014/01/index.html (added)
+++ libcloud/site/trunk/generated/blog/archives/2014/01/index.html Fri Jan  3 22:47:29 2014
@@ -0,0 +1,191 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    
+      <meta name="description" content="Archive: 2014 01">
+    
+
+    <meta name="author" content="The Apache Software Foundation">
+
+    
+      <meta name="keywords" content="python,libcloud,cloud,cloud computing,rackspace,amazon ec2,cloudfiles,openstack,cloudstack" />
+    
+
+    
+      <title>Archive: 2014 &raquo; January | Apache Libcloud</title>
+    
+
+    <!-- fav icons -->
+    <link rel="shortcut icon" href="/images/favicon.png" />
+    <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
+    <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon.png" />
+
+    <link href="/blog/atom.xml" type="application/atom+xml" rel="alternate" title="Apache Libcloud Blog Feed" />
+
+    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
+
+    <!-- Facebook OpenGraph tags -->
+    <meta content="Apache Libcloud" property="og:site_name">
+    
+      <meta content="Archive: 2014 &raquo; January" property="og:title">
+    
+
+    
+
+    
+      <meta content="Archive: 2014 01" property="og:description">
+    
+
+    
+      <meta content="website" property="og:type">
+    
+
+    
+      <meta content="https://libcloud.apache.org/blog/archives/2014/01/index.html" property="og:url">
+    
+    
+
+    
+
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' rel='stylesheet' type='text/css' />
+
+  </head>
+
+  <body data-spy="scroll" data-target=".sidebar-nav" data-offset="80">
+    <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/index.html"><img src="/images/libcloud_logo.png" class="navbar-logo" /> Apache Libcloud</a>
+        </div>
+        <div class="collapse navbar-collapse navbar-ex1-collapse">
+          <ul class="nav navbar-nav">
+            
+            
+              <li ><a href="/" >Home</a></li>
+            
+              <li ><a href="/about.html" >About</a></li>
+            
+              <li ><a href="/getting-started.html" >Quick Start</a></li>
+            
+              <li ><a href="https://libcloud.readthedocs.org/en/latest/" target="_blank">Documentation</a></li>
+            
+              <li ><a href="/downloads.html" >Downloads</a></li>
+            
+              <li ><a href="/community.html" >Community</a></li>
+            
+              <li ><a href="/blog/" >Blog</a></li>
+            
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+    <div class="container main-container">
+      
+
+  <div class="post">
+  
+    <h2><a href="/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html">Quick update about 0.13.3 release and DigitalOcean vulnerability</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 Jan 01, 2014</span>
+
+  <div class="post-content">
+    <p>This is a quick update about the recent 0.13.3 security release and the
+DigitalOcean vulnerability.</p>
+
+<p>DigitalOcean updated their blog post. The updated post says that
+scrubbing is now enabled by default for all the newly issued destroy
+requests:</p>
+
+<blockquote>
+<p>All Destroys Default to Scrub</p>
+
+<p>We have updated the destroy method to scrub on all destroys, both for
+web and API requests.</p>
+</blockquote>
+
+<p>This means that no action is required on the client side and upgrading
+to 0.13.3 should not be necessary anymore.</p>
+
+<p>References:</p>
+
+<ul>
+<li><a href="https://twitter.com/digitalocean/status/418140046265294848">https://twitter.com/digitalocean/status/418140046265294848</a></li>
+<li><a href="https://digitalocean.com/blog_posts/transparency-regarding-data-security">https://digitalocean.com/blog_posts/transparency-regarding-data-security</a></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/security%20release.html" rel="tag">security release</a></p>
+    </div>
+  </div>
+</div>
+
+
+
+<p class="navigation">
+  
+
+  
+</p>
+
+
+
+      <hr />
+
+      <footer>
+        <div class="row">
+          <div class="col-lg-12 text-center">
+            <div class="footer-links">
+  <p><a href="http://www.apache.org/licenses/">License</a> | <a
+  href="/security.html">Security</a> | <a
+  href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
+  <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> |
+  <a href="/credits.html">Credits</a> | <a href="/media.html">Media</a>
+</div>
+
+<div class="footer-text">
+  <p class="">Copyright &copy; 2009-2014 <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>
+
+          </div>
+        </div>
+      </footer>
+
+    </div><!-- /.container -->
+
+    <!-- JavaScript -->
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
+
+
+    <script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-23580482-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+</script>
+
+  </body>
+</html>

Modified: libcloud/site/trunk/generated/blog/atom.xml
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/atom.xml?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/atom.xml (original)
+++ libcloud/site/trunk/generated/blog/atom.xml Fri Jan  3 22:47:29 2014
@@ -5,13 +5,119 @@
   <link href="https://libcloud.apache.org" rel="self" />
   <link href="https://libcloud.apache.org" />
   <id>https://libcloud.apache.org</id>
-  <updated>2013-12-31T14:10:39+01:00</updated>
+  <updated>2014-01-03T23:41:11+01:00</updated>
   <author>
     <name>The Apache Software Foundation</name>
   </author>
 
     
   <entry>
+    <title>Quick update about 0.13.3 release and DigitalOcean vulnerability</title>
+    <link href="https://libcloud.apache.org/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html" />
+    <id>https://libcloud.apache.org/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html</id>
+    <updated>2014-01-01T00:00:00+01:00</updated>
+    <author>
+      <name>Tomaz Muraus</name>
+    </author>
+    <content type="html">&lt;p&gt;This is a quick update about the recent 0.13.3 security release and the
+DigitalOcean vulnerability.&lt;/p&gt;
+
+&lt;p&gt;DigitalOcean updated their blog post. The updated post says that
+scrubbing is now enabled by default for all the newly issued destroy
+requests:&lt;/p&gt;
+
+&lt;blockquote&gt;
+&lt;p&gt;All Destroys Default to Scrub&lt;/p&gt;
+
+&lt;p&gt;We have updated the destroy method to scrub on all destroys, both for
+web and API requests.&lt;/p&gt;
+&lt;/blockquote&gt;
+
+&lt;p&gt;This means that no action is required on the client side and upgrading
+to 0.13.3 should not be necessary anymore.&lt;/p&gt;
+
+&lt;p&gt;References:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://twitter.com/digitalocean/status/418140046265294848&quot;&gt;https://twitter.com/digitalocean/status/418140046265294848&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://digitalocean.com/blog_posts/transparency-regarding-data-security&quot;&gt;https://digitalocean.com/blog_posts/transparency-regarding-data-security&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+</content>
+  </entry>
+    
+  <entry>
+    <title>Libcloud 0.13.3 released</title>
+    <link href="https://libcloud.apache.org/blog/2013/12/31/libcloud-0-13-3-released.html" />
+    <id>https://libcloud.apache.org/blog/2013/12/31/libcloud-0-13-3-released.html</id>
+    <updated>2013-12-31T00:00:00+01:00</updated>
+    <author>
+      <name>Tomaz Muraus</name>
+    </author>
+    <content type="html">&lt;p&gt;This release fixes a security issue with a potential leak of data contained on
+a destroyed DigitalOcean node. Only users who are using a DigitalOcean driver
+are affected.&lt;/p&gt;
+
+&lt;h3&gt;Details about the vulnerability&lt;/h3&gt;
+
+&lt;p&gt;DigitalOcean recently changed the default API behavior from scrub to
+non-scrub when destroying a VM without notifying the customers and API
+consumers.&lt;/p&gt;
+
+&lt;p&gt;Libcloud prior to this release doesn&amp;#39;t explicitly send &amp;quot;scrub_data&amp;quot; query
+parameter when destroying a node. This means nodes which are destroyed using
+Libcloud are vulnerable to later customers stealing data contained on them.&lt;/p&gt;
+
+&lt;p&gt;This release fixes that by always sending &amp;quot;scrub_data&amp;quot; query parameter when
+destroying a DigitalOcean node.&lt;/p&gt;
+
+&lt;p&gt;If you are using a DigitalOcean driver, you are strongly encouraged to
+upgrade (or downgrade if you are using 0.14.0-beta3 beta release) to this
+release.&lt;/p&gt;
+
+&lt;p&gt;For more information, please see the &lt;a href=&quot;/security.html#CVE-2013-6480&quot;&gt;Security page&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h3&gt;Download&lt;/h3&gt;
+
+&lt;p&gt;Libcloud 0.13.3 can be downloaded from
+&lt;a href=&quot;https://libcloud.apache.org/downloads.html&quot;&gt;https://libcloud.apache.org/downloads.html&lt;/a&gt;&lt;/p&gt;
+
+&lt;p&gt;or installed using pip:&lt;/p&gt;
+
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;bash&quot;&gt;pip install apache-libcloud&lt;span class=&quot;o&quot;&gt;==&lt;/span&gt;0.13.3
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+
+&lt;p&gt;It is possible that the file hasn&amp;#39;t been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
+https://www.apache.org/dist/libcloud.&lt;/p&gt;
+
+&lt;h3&gt;Upgrading&lt;/h3&gt;
+
+&lt;p&gt;If you have installed Libcloud using pip you can also use it to upgrade it:&lt;/p&gt;
+
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;bash&quot;&gt;pip install --upgrade apache-libcloud&lt;span class=&quot;o&quot;&gt;==&lt;/span&gt;0.13.3
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+
+&lt;h3&gt;Documentation&lt;/h3&gt;
+
+&lt;p&gt;Regular and API documentation is available at
+&lt;a href=&quot;https://libcloud.readthedocs.org/en/latest/&quot;&gt;https://libcloud.readthedocs.org/en/latest/&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h3&gt;Bugs / Issues&lt;/h3&gt;
+
+&lt;p&gt;If you find any bug or issue, please report it on our issue tracker
+&lt;a href=&quot;https://issues.apache.org/jira/browse/LIBCLOUD&quot;&gt;https://issues.apache.org/jira/browse/LIBCLOUD&lt;/a&gt;. Don&amp;#39;t forget to attach an
+example and / or test which reproduces your problem.&lt;/p&gt;
+
+&lt;h3&gt;Thanks&lt;/h3&gt;
+
+&lt;p&gt;Thanks to everyone who contributed and made this release possible!&lt;/p&gt;
+
+&lt;p&gt;Full list of people who contributed to this release can be found in the
+&lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=a06b0ed4c443f9f56784572a4e291e779de599e3;hb=a1fdac91ec9fdf699d77f9f9b01699de7f56171e#l3&quot;&gt;CHANGES file&lt;/a&gt;.&lt;/p&gt;
+</content>
+  </entry>
+    
+  <entry>
     <title>New low volume &quot;announce&quot; mailing list</title>
     <link href="https://libcloud.apache.org/blog/2013/12/29/new-low-volume-announce-mailing-list.html" />
     <id>https://libcloud.apache.org/blog/2013/12/29/new-low-volume-announce-mailing-list.html</id>
@@ -452,117 +558,4 @@ people who contributed to this release c
 </content>
   </entry>
     
-  <entry>
-    <title>Libcloud 0.12.1 released</title>
-    <link href="https://libcloud.apache.org/blog/2013/02/18/libcloud-0-12-1-released.html" />
-    <id>https://libcloud.apache.org/blog/2013/02/18/libcloud-0-12-1-released.html</id>
-    <updated>2013-02-18T00:00:00+01:00</updated>
-    <author>
-      <name>Tomaz Muraus</name>
-    </author>
-    <content type="html">&lt;p&gt;We are pleased to announce the release of Libcloud 0.12.1!&lt;/p&gt;
-
-&lt;p&gt;This release includes many new features, improvements and bug-fixes.&lt;/p&gt;
-
-&lt;h3&gt;Release highlights&lt;/h3&gt;
-
-&lt;ul&gt;
-&lt;li&gt;New more efficient generator based approach for iterating over paginated
-collections.&lt;/li&gt;
-&lt;li&gt;New generator based method for iterating over containers
-(iterate_containers).&lt;/li&gt;
-&lt;li&gt;Old ENUM style provided constants have been replaced with a string
-version. This allows users to dynamically register new providers using new
-set_driver method.&lt;/li&gt;
-&lt;li&gt;Support for multipart uploads in the Amazon S3 storage driver.&lt;/li&gt;
-&lt;li&gt;New load balancer driver for Amazon Load Balancing (ELB) service.&lt;/li&gt;
-&lt;li&gt;New storage driver for Azure Blog storage&lt;/li&gt;
-&lt;li&gt;New &amp;quot;local storage&amp;quot; storage driver&lt;/li&gt;
-&lt;li&gt;Support for multipart uploads in the S3 driver&lt;/li&gt;
-&lt;li&gt;Allow user to specify which CA cert is used for verifying server SSL
-certificate by setting &amp;quot;SSL&lt;em&gt;CERT&lt;/em&gt;FILE&amp;quot; environment variable&lt;/li&gt;
-&lt;li&gt;Drivers which use xmlrplic library now use Libcloud HTTP layer for making
-HTTP requests. This means those drivers now support LIBCLOUD_DEBUG and SSL
-cert validation functionality&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Full change log can be found at
-https://svn.apache.org/repos/asf/libcloud/tags/0.12.1/CHANGES&lt;/p&gt;
-
-&lt;h3&gt;Download&lt;/h3&gt;
-
-&lt;p&gt;Libcloud 0.12.1 can be downloaded from
-http://libcloud.apache.org/downloads.html
-or installed using pip:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;bash&quot;&gt;pip install apache-libcloud
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-
-&lt;p&gt;It is possible that the file hasn&amp;#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.&lt;/p&gt;
-
-&lt;h3&gt;Upgrading&lt;/h3&gt;
-
-&lt;p&gt;If you have installed Libcloud using pip you can also use it to upgrade it:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;bash&quot;&gt;pip install --upgrade apache-libcloud
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-
-&lt;h3&gt;Upgrade notes&lt;/h3&gt;
-
-&lt;p&gt;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.&lt;/p&gt;
-
-&lt;h3&gt;Documentation&lt;/h3&gt;
-
-&lt;p&gt;API documentation can be found at http://libcloud.apache.org/apidocs/0.12.1/
-.&lt;/p&gt;
-
-&lt;h3&gt;Bugs / Issues&lt;/h3&gt;
-
-&lt;p&gt;If you find any bug or issue, please report it on our issue tracker
-&lt;a href=&quot;https://issues.apache.org/jira/browse/LIBCLOUD&quot;&gt;https://issues.apache.org/jira/browse/LIBCLOUD&lt;/a&gt;.
-Don&amp;#39;t forget to attach an example and / or test which reproduces your
-problem.&lt;/p&gt;
-
-&lt;h3&gt;Thanks&lt;/h3&gt;
-
-&lt;p&gt;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
-&lt;a href=&quot;https://svn.apache.org/repos/asf/libcloud/tags/0.12.1/CHANGES&quot;&gt;https://svn.apache.org/repos/asf/libcloud/tags/0.12.1/CHANGES&lt;/a&gt;.&lt;/p&gt;
-
-&lt;p&gt;Source: &lt;a href=&quot;http://mail-archives.apache.org/mod_mbox/libcloud-users/201302.mbox/%3CCAJMHEmLc0RfSxM9UhXPeTwKiNDbZPsQs6SJMA1o3y1D4Cv+reA@mail.gmail.com%3E&quot;&gt;release announcement&lt;/a&gt;.&lt;/p&gt;
-</content>
-  </entry>
-    
-  <entry>
-    <title>New committer Mahendra Maheshwara joins our team</title>
-    <link href="https://libcloud.apache.org/blog/2012/12/28/new-committer-mahendra-maheshwara-joins-our-team.html" />
-    <id>https://libcloud.apache.org/blog/2012/12/28/new-committer-mahendra-maheshwara-joins-our-team.html</id>
-    <updated>2012-12-28T00:00:00+01:00</updated>
-    <author>
-      <name>Tomaz Muraus</name>
-    </author>
-    <content type="html">&lt;p&gt;The Project Management Committee (PMC) for Apache Libcloud has asked
-Mahendra Maheshwara to become a committer and we are pleased to announce
-that they have accepted.&lt;/p&gt;
-
-&lt;p&gt;Mahendra Maheshwara has joined the Libcloud community fairly recently, but
-he has already contributed multiple great patches -
-https://issues.apache.org/jira/issues/?jql=project%20%3D%20LIBCLOUD%20AND%20reporter%20in%20(%22mahendra.m%22)
-.&lt;/p&gt;
-
-&lt;p&gt;Giving him commit access will allow him to more directly contribute to the
-project.&lt;/p&gt;
-
-&lt;p&gt;Everyone, please help me welcome him to the team :)&lt;/p&gt;
-
-&lt;p&gt;Source: &lt;a href=&quot;http://mail-archives.apache.org/mod_mbox/libcloud-dev/201212.mbox/%3CCAJMHEmLyVg66Kb1Q9LRD1z9bSbtVFU=hTZGeWO2pc+s4qcEpow@mail.gmail.com%3E&quot;&gt;mailing list thread&lt;/a&gt;.&lt;/p&gt;
-</content>
-  </entry>
-    
 </feed>