Author: tomaz
Date: Fri Dec 9 14:56:14 2011
New Revision: 800016
Log:
Publishing merge to libcloud site by tomaz
Modified:
websites/production/libcloud/ (props changed)
websites/production/libcloud/content/about.html
websites/production/libcloud/content/apidocs/.htaccess
websites/production/libcloud/content/apidocs/index.html
websites/production/libcloud/content/community-resources.html
websites/production/libcloud/content/contributing.html
websites/production/libcloud/content/credits.html
websites/production/libcloud/content/devinfo.html
websites/production/libcloud/content/downloads.html
websites/production/libcloud/content/driver-features.html
websites/production/libcloud/content/europython-libcloud-sprint.html
websites/production/libcloud/content/getting-started.html
websites/production/libcloud/content/index.html
websites/production/libcloud/content/news.html
websites/production/libcloud/content/security.html
websites/production/libcloud/content/sitemap.html
websites/production/libcloud/content/supported_providers.html
websites/production/libcloud/content/testing.html
websites/production/libcloud/content/upgrade-notes-0-6.html
websites/production/libcloud/content/upgrade-notes-0-7.html
websites/production/libcloud/content/upgrade-notes.html
websites/production/libcloud/content/whos-using.html
Propchange: websites/production/libcloud/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Dec 9 14:56:14 2011
@@ -1 +1 @@
-/websites/staging/libcloud/trunk:787380-800008
+/websites/staging/libcloud/trunk:787380-800015
Modified: websites/production/libcloud/content/about.html
==============================================================================
--- websites/production/libcloud/content/about.html (original)
+++ websites/production/libcloud/content/about.html Fri Dec 9 14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
@@ -103,9 +103,10 @@ since grown into an independent free sof
<p>Libcloud supports the following Python version: </p>
<ul>
<li>Python 2.5,</li>
-<li>Python 2.6</li>
-<li>Python 2.7</li>
-<li>PyPy</li>
+<li>Python 2.6,</li>
+<li>Python 2.7,</li>
+<li>PyPy,</li>
+<li>Python 3 (since 0.7.1)</li>
</ul>
<p>Support for <strong>Python 2.4</strong> has been dropped in
<strong>Libcloud 0.4.0</strong>. If you are still using Python 2.4
you need to use version prior to <strong>0.4.0</strong>.</p>
Modified: websites/production/libcloud/content/apidocs/.htaccess
==============================================================================
--- websites/production/libcloud/content/apidocs/.htaccess (original)
+++ websites/production/libcloud/content/apidocs/.htaccess Fri Dec 9 14:56:14
2011
@@ -1 +1 @@
-Redirect 302 /apidocs/current/ /apidocs/0.6.2/
+Redirect 302 /apidocs/current/ /apidocs/0.7.1/
Modified: websites/production/libcloud/content/apidocs/index.html
==============================================================================
--- websites/production/libcloud/content/apidocs/index.html (original)
+++ websites/production/libcloud/content/apidocs/index.html Fri Dec 9 14:56:14
2011
@@ -22,7 +22,8 @@
<li><a href="0.5.2/">0.5.2</a></li>
<li><a href="0.6.0-beta1/">0.6.0-beta1</a></li>
<li><a href="0.6.1/">0.6.1</a></li>
- <li><a href="0.6.2/">0.6.2</a> (latest stable)</li>
+ <li><a href="0.6.2/">0.6.2</a></li>
+ <li><a href="0.7.1/">0.7.1</a> (latest stable)</li>
<li><a href="current/">current stable version</a></li>
<li><a
href="http://ci.apache.org/projects/libcloud/apidocs/">trunk</a></li>
</ul>
Modified: websites/production/libcloud/content/community-resources.html
==============================================================================
--- websites/production/libcloud/content/community-resources.html (original)
+++ websites/production/libcloud/content/community-resources.html Fri Dec 9
14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/contributing.html
==============================================================================
--- websites/production/libcloud/content/contributing.html (original)
+++ websites/production/libcloud/content/contributing.html Fri Dec 9 14:56:14
2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/credits.html
==============================================================================
--- websites/production/libcloud/content/credits.html (original)
+++ websites/production/libcloud/content/credits.html Fri Dec 9 14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
@@ -107,6 +107,7 @@
<h2 id="committers">Committers</h2>
<ul>
<li>Eric Woods (woodser [at] apache [dot] org)</li>
+<li>Hutson Betts (hbetts [at] apache [dot] org)</li>
<li>Jed Smith (jed [at] apache [dot] org)</li>
<li>Jeremiah Orem (oremj [at] apache [dot] org)</li>
<li>Jerry Chen (jerry [at] apache [dot] org)</li>
Modified: websites/production/libcloud/content/devinfo.html
==============================================================================
--- websites/production/libcloud/content/devinfo.html (original)
+++ websites/production/libcloud/content/devinfo.html Fri Dec 9 14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/downloads.html
==============================================================================
--- websites/production/libcloud/content/downloads.html (original)
+++ websites/production/libcloud/content/downloads.html Fri Dec 9 14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/driver-features.html
==============================================================================
--- websites/production/libcloud/content/driver-features.html (original)
+++ websites/production/libcloud/content/driver-features.html Fri Dec 9
14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/europython-libcloud-sprint.html
==============================================================================
--- websites/production/libcloud/content/europython-libcloud-sprint.html
(original)
+++ websites/production/libcloud/content/europython-libcloud-sprint.html Fri
Dec 9 14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/getting-started.html
==============================================================================
--- websites/production/libcloud/content/getting-started.html (original)
+++ websites/production/libcloud/content/getting-started.html Fri Dec 9
14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
@@ -94,7 +94,7 @@
<div id="main" class="span-16 last">
<h2 id="installation">Installation</h2>
-<p>libcloud's current release is <strong>0.5.2</strong>, and can be <a
href="downloads.html">downloaded</a>, but it is also <a
href="http://pypi.python.org/pypi/apache-libcloud">available on PyPi</a></p>
+<p>libcloud's current release is <strong>0.7.1</strong>, and can be <a
href="downloads.html">downloaded</a>, but it is also <a
href="http://pypi.python.org/pypi/apache-libcloud">available on PyPi</a></p>
<div class="codehilite"><pre>pip install apache-libcloud
</pre></div>
Modified: websites/production/libcloud/content/index.html
==============================================================================
--- websites/production/libcloud/content/index.html (original)
+++ websites/production/libcloud/content/index.html Fri Dec 9 14:56:14 2011
@@ -102,7 +102,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/news.html
==============================================================================
--- websites/production/libcloud/content/news.html (original)
+++ websites/production/libcloud/content/news.html Fri Dec 9 14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/security.html
==============================================================================
--- websites/production/libcloud/content/security.html (original)
+++ websites/production/libcloud/content/security.html Fri Dec 9 14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/sitemap.html
==============================================================================
--- websites/production/libcloud/content/sitemap.html (original)
+++ websites/production/libcloud/content/sitemap.html Fri Dec 9 14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
@@ -110,6 +110,7 @@
<li><a href="/security.html">Security updates and reports</a></li>
<li><a href="/testing.html">Testing</a></li>
<li><a href="/upgrade-notes-0-6.html">Upgrade Notes - Libcloud 0.6</a></li>
+<li><a href="/upgrade-notes-0-7.html">Upgrade Notes - Libcloud 0.7</a></li>
<li><a href="/upgrade-notes.html">Upgrade Notes</a></li>
<li><a href="/whos-using.html">Projects and companies using libcloud</a></li>
</ul>
Modified: websites/production/libcloud/content/supported_providers.html
==============================================================================
--- websites/production/libcloud/content/supported_providers.html (original)
+++ websites/production/libcloud/content/supported_providers.html Fri Dec 9
14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/testing.html
==============================================================================
--- websites/production/libcloud/content/testing.html (original)
+++ websites/production/libcloud/content/testing.html Fri Dec 9 14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/upgrade-notes-0-6.html
==============================================================================
--- websites/production/libcloud/content/upgrade-notes-0-6.html (original)
+++ websites/production/libcloud/content/upgrade-notes-0-6.html Fri Dec 9
14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/upgrade-notes-0-7.html
==============================================================================
--- websites/production/libcloud/content/upgrade-notes-0-7.html (original)
+++ websites/production/libcloud/content/upgrade-notes-0-7.html Fri Dec 9
14:56:14 2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
Modified: websites/production/libcloud/content/upgrade-notes.html
==============================================================================
--- websites/production/libcloud/content/upgrade-notes.html (original)
+++ websites/production/libcloud/content/upgrade-notes.html Fri Dec 9 14:56:14
2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>
@@ -98,6 +98,7 @@
one. It also describes backward incompatible or semi-incompatible changes
and how to preserve the old behavior when this is possible.</p>
<ul>
+<li><a href="/upgrade-notes-0-7.html">Libcloud 0.6</a></li>
<li><a href="/upgrade-notes-0-6.html">Libcloud 0.6</a></li>
</ul>
Modified: websites/production/libcloud/content/whos-using.html
==============================================================================
--- websites/production/libcloud/content/whos-using.html (original)
+++ websites/production/libcloud/content/whos-using.html Fri Dec 9 14:56:14
2011
@@ -67,7 +67,7 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.6.2</a> (November 17th,
2011)<br />
+ Latest stable: <a href="/downloads.html">0.7.1</a> (December 9th, 2011)<br
/>
Includes new DNS api and more!
</div>