Added: 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=1554508&view=auto ============================================================================== --- libcloud/site/trunk/generated/blog/tags/security release.html (added) +++ libcloud/site/trunk/generated/blog/tags/security release.html Tue Dec 31 13:16:54 2013 @@ -0,0 +1,261 @@ +<!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="python,libcloud,cloud,cloud computing,rackspace,amazon ec2,cloudfiles,openstack,cloudstack" /> + + + + <title>Tag Archive | 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="Tag Archive" property="og:title"> + + + + + + + + <meta content="website" property="og:type"> + + + + <meta content="https://libcloud.apache.org/blog/tags/security release.html" property="og:url"> + + + + + + <link href='/assets/global-18a88b043d5514d6e7b44e80b03819ee.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"> + <h1>Tag: security release</h1> + + + + + <div class="post"> + + <h2><a href="/blog/2012/08/22/libcloud-0-11-1-released.html">Libcloud 0.11.1 released</a></h2> + + + + + + <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Aug 22, 2012</span> + + <div class="post-content"> + <p>This release fixes a possible SSL man-in-the-middle vulnerability inside +the code which performs the SSL certificate validation. For more +information about the vulnerability, please see the "Security" page - +<a href="http://libcloud.apache.org/security.html">http://libcloud.apache.org/security.html</a>.</p> + +<p>Everyone using an older version is strongly encouraged to upgrade to this +release.</p> + +<h3>Download</h3> + +<p>Libcloud 0.11.1 can be downloaded from +http://libcloud.apache.org/downloads.html +or installed using pip:</p> + +<div class="highlight"><pre><code class="bash">pip install apache-libcloud +</code></pre></div> + +<p>It is possible that the file hasn't been synced to all the mirrors yet. If +this is the case, please use the main Apache mirror - +http://www.apache.org/dist/libcloud.</p> + +<h3>Upgrading</h3> + +<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p> + +<div class="highlight"><pre><code class="bash">pip install --upgrade apache-libcloud +</code></pre></div> + +<h3>Upgrade notes</h3> + +<p>A page which describes backward incompatible or semi-incompatible +changes and how to preserve the old behavior when this is possible +can be found at http://libcloud.apache.org/upgrade-notes.html.</p> + +<h3>Documentation</h3> + +<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.11.1/.</p> + +<h3>Bugs / Issues</h3> + +<p>If you find any bug or issue, please report it on our issue tracker +<a href="https://issues.apache.org/jira/browse/LIBCLOUD">https://issues.apache.org/jira/browse/LIBCLOUD</a>. Don't forget to attach an +example and / or test which reproduces your problem.</p> + +<h3>Thanks</h3> + +<p>Thanks to the researchers from the University of Texas at Austin +(Martin Georgiev, Suman Jana and Vitaly Shmatikov) who discovered this +vulnerability.</p> + +<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/www-announce/201208.mbox/%3ccajmheml958gn+gzt0twdm9jvmmbj+w0qqy8tyxbjunpwdw+...@mail.gmail.com%3E">release announcement</a>.</p> + + </div> + + <div class="row section post-meta"> + <div class="col-md-12 post-tags"> + <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a>, <a href="/blog/tags/security%20release.html" rel="tag">security release</a></p> + </div> + </div> +</div> + + + + + <div class="post"> + + <h2><a href="/blog/2011/01/17/libcloud-0-4-2-released.html">Libcloud 0.4.2 released</a></h2> + + + + + + <span class="post-date-author">By Jerry Chen on Jan 17, 2011</span> + + <div class="post-content"> + <p>The Apache Software Foundation and the Apache Libcloud Project are +pleased to announce the release and immediate availability of version +0.4.2 of Apache Libcloud ("libcloud").</p> + +<p>Apache Libcloud is a pure python client library for interacting with +many of the popular cloud server providers. It was created to make it +easy for developers to build products that work between any of the +services that it supports.</p> + +<p>Apache Libcloud is available for download from: +<a href="http://incubator.apache.org/libcloud/downloads.html">http://incubator.apache.org/libcloud/downloads.html</a>.</p> + +<p>Major changes since the previous release:</p> + +<ul> +<li>New drivers for CloudSigma, Brightbox, Rackspace UK</li> +<li>Improvements to deployment capabilities</li> +<li>libcloud.security module for SSL certificate verification, see +http://wiki.apache.org/incubator/LibcloudSSL</li> +</ul> + + </div> + + <div class="row section post-meta"> + <div class="col-md-12 post-tags"> + <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a>, <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 © 2009-2013 <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-76841b9d255ce40a9d2be509bee10e22.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>
