Modified: libcloud/site/trunk/generated/blog/tags/new committer.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/new%20committer.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/new committer.html (original)
+++ libcloud/site/trunk/generated/blog/tags/new committer.html Fri Jan  3 
22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -291,7 +291,7 @@ easily and directly contribute to the pr
 </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>
 
@@ -302,7 +302,7 @@ easily and directly contribute to the pr
     </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/tags/news.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/news.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/news.html (original)
+++ libcloud/site/trunk/generated/blog/tags/news.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -96,6 +96,138 @@
   
     <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>
+
+  
+
+  
+    <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>
+
+<div class="highlight"><pre><code class="bash">pip install 
apache-libcloud<span class="o">==</span>0.13.3
+</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 -
+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>
+
+<div class="highlight"><pre><code class="bash">pip install --upgrade 
apache-libcloud<span class="o">==</span>0.13.3
+</code></pre></div>
+
+<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>
   
 
@@ -2578,7 +2710,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>
 
@@ -2589,7 +2721,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/tags/pmc.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/pmc.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/pmc.html (original)
+++ libcloud/site/trunk/generated/blog/tags/pmc.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -144,7 +144,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>
 
@@ -155,7 +155,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/tags/podcasts.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/podcasts.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/podcasts.html (original)
+++ libcloud/site/trunk/generated/blog/tags/podcasts.html Fri Jan  3 22:47:29 
2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -141,7 +141,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>
 
@@ -152,7 +152,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/tags/pycon.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/pycon.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/pycon.html (original)
+++ libcloud/site/trunk/generated/blog/tags/pycon.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -138,7 +138,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>
 
@@ -149,7 +149,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/tags/release announcement.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/release%20announcement.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/release announcement.html (original)
+++ libcloud/site/trunk/generated/blog/tags/release announcement.html Fri Jan  
3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -96,6 +96,91 @@
   
     <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>
+
+<div class="highlight"><pre><code class="bash">pip install 
apache-libcloud<span class="o">==</span>0.13.3
+</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 -
+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>
+
+<div class="highlight"><pre><code class="bash">pip install --upgrade 
apache-libcloud<span class="o">==</span>0.13.3
+</code></pre></div>
+
+<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/11/21/libcloud-0-14-0-beta3-released.html">Libcloud 
0.14.0-beta3 released</a></h2>
   
 
@@ -2013,7 +2098,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>
 
@@ -2024,7 +2109,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/tags/security release.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/security%20release.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/security release.html (original)
+++ libcloud/site/trunk/generated/blog/tags/security release.html Fri Jan  3 
22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -96,6 +96,138 @@
   
     <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>
+
+  
+
+  
+    <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>
+
+<div class="highlight"><pre><code class="bash">pip install 
apache-libcloud<span class="o">==</span>0.13.3
+</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 -
+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>
+
+<div class="highlight"><pre><code class="bash">pip install --upgrade 
apache-libcloud<span class="o">==</span>0.13.3
+</code></pre></div>
+
+<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/2012/08/22/libcloud-0-11-1-released.html">Libcloud 
0.11.1 released</a></h2>
   
 
@@ -231,7 +363,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>
 
@@ -242,7 +374,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/tags/sprints.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/sprints.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/sprints.html (original)
+++ libcloud/site/trunk/generated/blog/tags/sprints.html Fri Jan  3 22:47:29 
2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -164,7 +164,7 @@ please refer to the <a href="http://mail
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-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>
 
@@ -175,7 +175,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/tags/svn.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/svn.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/svn.html (original)
+++ libcloud/site/trunk/generated/blog/tags/svn.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -176,7 +176,7 @@ to manually edit markdown files again wh
 </div>
 
 <div class="footer-text">
-  <p class="">Copyright &copy; 2009-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>
 
@@ -187,7 +187,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/community-resources.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/community-resources.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/community-resources.html (original)
+++ libcloud/site/trunk/generated/community-resources.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>
 
@@ -171,7 +171,7 @@ would like to have it listed on this pag
 </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>
 
@@ -182,7 +182,7 @@ would like to have it listed on this pag
     </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/community.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/community.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/community.html (original)
+++ libcloud/site/trunk/generated/community.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -195,7 +195,7 @@ the documentation.</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>
 
@@ -206,7 +206,7 @@ the documentation.</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/credits.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/credits.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/credits.html (original)
+++ libcloud/site/trunk/generated/credits.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>
 
@@ -380,7 +380,7 @@ someone&#39;s name, this simply means th
 </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>
 
@@ -391,7 +391,7 @@ someone&#39;s name, this simply means th
     </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/downloads.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/downloads.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/downloads.html (original)
+++ libcloud/site/trunk/generated/downloads.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>
 
@@ -111,14 +111,14 @@
 <p>This page contains link to the latest stable release of Libcloud. If you are
 interested in an older release, please visit the <a 
href="http://archive.apache.org/dist/libcloud/";>archive page</a>.</p>
 
-<p><a name="latest-stable-release" id="latest-stable-release"><h2 
class="anchor">Libcloud 0.13.2 (stable) - Released on September 18th, 
2013</h2></a></p>
+<p><a name="latest-stable-release" id="latest-stable-release"><h2 
class="anchor">Libcloud 0.13.3 (stable) - Released on December 31st, 
2013</h2></a></p>
 
 <p>Files:</p>
 
 <ul>
-<li><a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz";>apache-libcloud-0.13.2.tar.gz</a>
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz.asc";>asc</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz.sha1";>sha1</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz.md5";>md5</a>]</li>
-<li><a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2";>apache-libcloud-0.13.2.tar.bz2</a>
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2.asc";>asc</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2.sha1";>sha1</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2.md5";>md5</a>]</li>
-<li><a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip";>apache-libcloud-0.13.2.tar.zip</a>
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip.asc";>asc</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip.sha1";>sha1</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip.md5";>md5</a>]</li>
+<li><a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.gz";>apache-libcloud-0.13.3.tar.gz</a>
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.gz.asc";>asc</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.gz.sha1";>sha1</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.gz.md5";>md5</a>]</li>
+<li><a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.bz2";>apache-libcloud-0.13.3.tar.bz2</a>
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.bz2.asc";>asc</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.bz2.sha1";>sha1</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.bz2.md5";>md5</a>]</li>
+<li><a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.zip";>apache-libcloud-0.13.3.tar.zip</a>
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.zip.asc";>asc</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.zip.sha1";>sha1</a>]
 [<a 
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.zip.md5";>md5</a>]</li>
 </ul>
 
 <p>You are strongly encouraged to verify those packages using the <a 
href="https://www.apache.org/dist/libcloud/KEYS";>Apache Libcloud
@@ -233,7 +233,7 @@ is mentioned above.</p>
 
 <p>3.. Verify package with <code>.asc</code> signature file</p>
 
-<div class="highlight"><pre><code class="bash">gpg --verify 
apache-libcloud-0.13.2.tar.bz2.asc
+<div class="highlight"><pre><code class="bash">gpg --verify 
apache-libcloud-0.13.3.tar.bz2.asc
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 gpg: Good signature from <span class="s2">&quot;Paul Querna 
&lt;...&gt;&quot;</span>
 gpg:                 aka <span class="s2">&quot;Paul Querna 
&lt;...&gt;&quot;</span>
@@ -245,7 +245,7 @@ Primary key fingerprint: 39F6 691A 0ECF 
 
 <p>Example of a bad signature:</p>
 
-<div class="highlight"><pre><code class="bash">gpg --verify 
apache-libcloud-0.13.2.tar.bz2.asc
+<div class="highlight"><pre><code class="bash">gpg --verify 
apache-libcloud-0.13.3.tar.bz2.asc
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 gpg: BAD signature from <span class="s2">&quot;Paul Querna 
&lt;...&gt;&quot;</span>
 </code></pre></div>
@@ -268,7 +268,7 @@ gpg: BAD signature from <span class="s2"
 </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>
 
@@ -279,7 +279,7 @@ gpg: BAD signature from <span class="s2"
     </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/getting-started.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/getting-started.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/getting-started.html (original)
+++ libcloud/site/trunk/generated/getting-started.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>
 
@@ -213,7 +213,7 @@ docstrings for that driver.</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>
 
@@ -224,7 +224,7 @@ docstrings for that driver.</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/gsoc-2012.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/gsoc-2012.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/gsoc-2012.html (original)
+++ libcloud/site/trunk/generated/gsoc-2012.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -182,7 +182,7 @@ mailing list ([email protected]).<
 </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>
 
@@ -193,7 +193,7 @@ mailing list ([email protected]).<
     </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/gsoc.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/gsoc.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/gsoc.html (original)
+++ libcloud/site/trunk/generated/gsoc.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -127,7 +127,7 @@ we have participated in the past:</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>
 
@@ -138,7 +138,7 @@ we have participated in the past:</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/index.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/index.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/index.html (original)
+++ libcloud/site/trunk/generated/index.html Fri Jan  3 22:47:29 2014
@@ -53,7 +53,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -213,19 +213,19 @@
         <h3>Latest Blog Posts</h3>
         
           
-            <p><a 
href="/blog/2013/12/29/new-low-volume-announce-mailing-list.html">New low 
volume "announce" mailing list</a>
+            <p><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>
           
         
           
-            <p><a 
href="/blog/2013/12/28/2013-in-retrospect-and-a-happy-new-year-from-the-libcloud-team.html">2013
 in retrospect and a Happy New Year from the Libcloud team</a>
+            <p><a 
href="/blog/2013/12/31/libcloud-0-13-3-released.html">Libcloud 0.13.3 
released</a>
           
         
           
-            <p><a 
href="/blog/2013/11/25/new-committers-brian-curtin-joins-our-team.html">New 
committer Brian Curtin joins our team</a>
+            <p><a 
href="/blog/2013/12/29/new-low-volume-announce-mailing-list.html">New low 
volume "announce" mailing list</a>
           
         
           
-            <p><a 
href="/blog/2013/11/21/libcloud-0-14-0-beta3-released.html">Libcloud 
0.14.0-beta3 released</a>
+            <p><a 
href="/blog/2013/12/28/2013-in-retrospect-and-a-happy-new-year-from-the-libcloud-team.html">2013
 in retrospect and a Happy New Year from the Libcloud team</a>
           
         
 
@@ -289,7 +289,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>
 
@@ -300,7 +300,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/media.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/media.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/media.html (original)
+++ libcloud/site/trunk/generated/media.html Fri Jan  3 22:47:29 2014
@@ -47,7 +47,7 @@
 
     
 
-    <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.css' 
rel='stylesheet' type='text/css' />
+    <link href='/assets/global-c8c72edd2b388552ded113efed5d0851.css' 
rel='stylesheet' type='text/css' />
 
   </head>
 
@@ -140,7 +140,7 @@ your servers instead of directly linking
 </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>
 
@@ -151,7 +151,7 @@ your servers instead of directly linking
     </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/security.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/security.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/security.html (original)
+++ libcloud/site/trunk/generated/security.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>
 
@@ -108,6 +108,34 @@
 
 <p><a name="security-vulnerabilities" id="security-vulnerabilities"><h2 
class="anchor">Security Vulnerabilities</h2></a></p>
 
+<p><a name="CVE-2013-6480"><h3 class="anchor">[CVE-2013-6480] Libcloud 
doesn&#39;t send scrub_data query parameter when destroying a DigitalOcean 
node</h3></a></p>
+
+<p><strong>Severity</strong>: Low<br>
+<strong>Affected Versions</strong>: Apache Libcloud <strong>0.12.3</strong> to 
<strong>0.13.3</strong> (version prior
+to 0.12.3 don&#39;t include a DigitalOcean driver)<br>
+<strong>Description</strong>:</p>
+
+<p>DigitalOcean recently changed the default API behavior from scrub to 
non-scrub
+when destroying a VM.</p>
+
+<p>Libcloud 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>Note: Only users who are using DigitalOcean driver are affected by this 
issue.</p>
+
+<p>References:</p>
+
+<ul>
+<li><a 
href="https://digitalocean.com/blog_posts/transparency-regarding-data-security"; 
rel="nofollow">https://digitalocean.com/blog_posts/transparency-regarding-data-security</a></li>
+<li><a href="https://github.com/fog/fog/issues/2525"; 
rel="nofollow">https://github.com/fog/fog/issues/2525</a></li>
+</ul>
+
+<p><strong>Mitigation</strong>:</p>
+
+<p>This vulnerability has been fixed in version 0.13.3. Users who use 
DigitalOcean
+driver are strongly encouraged to upgrade to this release.</p>
+
 <p><a name="CVE-2012-3446"><h3 class="anchor">[CVE-2012-3446] Possible SSL 
MITM due to invalid regular expression used to validate the target server 
hostname</h3></a></p>
 
 <p><strong>Severity</strong>: Medium<br>
@@ -195,7 +223,7 @@ which is described at
 </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>
 
@@ -206,7 +234,7 @@ which is described at
     </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/sitemap.xml
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/sitemap.xml (original)
+++ libcloud/site/trunk/generated/sitemap.xml Fri Jan  3 22:47:29 2014
@@ -165,55 +165,65 @@
         <lastmod>2013-12-29T00:00:00+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/community-resources.html</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        
<loc>https://libcloud.apache.org/blog/2013/12/31/libcloud-0-13-3-released.html</loc>
+        <lastmod>2013-12-31T00:00:00+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/blog/blog/</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <loc>
+            
https://libcloud.apache.org/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html
+        </loc>
+        <lastmod>2014-01-01T00:00:00+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/community.html</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <loc>https://libcloud.apache.org/media.html</loc>
+        <lastmod>2014-01-02T18:43:12+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/about.html</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <loc>https://libcloud.apache.org/credits.html</loc>
+        <lastmod>2014-01-02T18:43:12+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/whois-using.html</loc>
+        <lastmod>2014-01-02T18:43:12+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/gsoc.html</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <lastmod>2014-01-02T18:43:12+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/credits.html</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <loc>https://libcloud.apache.org/community-resources.html</loc>
+        <lastmod>2014-01-02T18:43:12+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/downloads.html</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <loc>https://libcloud.apache.org/community.html</loc>
+        <lastmod>2014-01-02T18:43:12+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <loc>https://libcloud.apache.org/security.html</loc>
+        <lastmod>2014-01-02T18:43:12+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/whois-using.html</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <loc>https://libcloud.apache.org/getting-started.html</loc>
+        <lastmod>2014-01-02T18:43:12+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/media.html</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <loc>https://libcloud.apache.org/gsoc-2012.html</loc>
+        <lastmod>2014-01-02T18:43:12+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/security.html</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <loc>https://libcloud.apache.org/downloads.html</loc>
+        <lastmod>2014-01-02T18:43:12+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/gsoc-2012.html</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <loc>https://libcloud.apache.org/</loc>
+        <lastmod>2014-01-03T22:40:48+01:00</lastmod>
     </url>
     <url>
-        <loc>https://libcloud.apache.org/getting-started.html</loc>
-        <lastmod>2013-12-31T03:56:03+01:00</lastmod>
+        <loc>https://libcloud.apache.org/about.html</loc>
+        <lastmod>2014-01-02T18:43:12+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/blog/blog/</loc>
+        <lastmod>2014-01-03T22:40:48+01:00</lastmod>
     </url>
 </urlset>
\ No newline at end of file

Modified: libcloud/site/trunk/generated/whois-using.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/whois-using.html?rev=1555271&r1=1555270&r2=1555271&view=diff
==============================================================================
--- libcloud/site/trunk/generated/whois-using.html (original)
+++ libcloud/site/trunk/generated/whois-using.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>
 
@@ -271,7 +271,7 @@ please <a href="https://libcloud.readthe
 </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>
 
@@ -282,7 +282,7 @@ please <a href="https://libcloud.readthe
     </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">


Reply via email to