Author: tomaz
Date: Mon Jul 30 16:49:34 2012
New Revision: 1367165
URL: http://svn.apache.org/viewvc?rev=1367165&view=rev
Log:
Add info about 0.11.0 release.
Modified:
libcloud/site/trunk/content/downloads.mdtext
libcloud/site/trunk/templates/blocks/other.html
Modified: libcloud/site/trunk/content/downloads.mdtext
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/content/downloads.mdtext?rev=1367165&r1=1367164&r2=1367165&view=diff
==============================================================================
--- libcloud/site/trunk/content/downloads.mdtext (original)
+++ libcloud/site/trunk/content/downloads.mdtext Mon Jul 30 16:49:34 2012
@@ -3,17 +3,17 @@ title: Downloads
## Downloads ##
<ul>
- <li>0.10.1 - Released May 24th, 2012 (<a
href="https://svn.apache.org/viewvc/libcloud/tags/0.10.1/CHANGES?revision=r1340892&view=markup">CHANGES</a>):
+ <li>0.11.0 - Released July 30th, 2012 (<a
href="https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r136489&view=markup">CHANGES</a>):
<ul>
- <li><a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.10.1.tar.bz2">apache-libcloud-0.10.1.tar.bz2</a>
- [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.10.1.tar.bz2.asc">asc</a>]
- [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.10.1.tar.bz2.sha1">sha1</a>]
- [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.10.1.tar.bz2.md5">md5</a>]
+ <li><a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.11.0.tar.bz2">apache-libcloud-0.11.0.tar.bz2</a>
+ [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.11.0.tar.bz2.asc">asc</a>]
+ [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.11.0.tar.bz2.sha1">sha1</a>]
+ [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.11.0.tar.bz2.md5">md5</a>]
</li>
- <li><a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.10.1.zip">apache-libcloud-0.10.1.zip</a>
- [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.10.1.zip.asc">asc</a>]
- [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.10.1.zip.sha1">sha1</a>]
- [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.10.1.zip.md5">md5</a>]
+ <li><a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.11.0.zip">apache-libcloud-0.11.0.zip</a>
+ [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.11.0.zip.asc">asc</a>]
+ [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.11.0.zip.sha1">sha1</a>]
+ [<a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/apache-libcloud-0.11.0.zip.md5">md5</a>]
</li>
<li>Verify with these public <a
href="http://www.apache.org/dyn/closer.cgi?path=libcloud/KEYS">KEYS</a> used by
Apache Libcloud developers.</li>
</ul>
@@ -44,7 +44,7 @@ gpg: next trustdb check due at 2011-10-3
</li>
<li>
Verify package with .asc signature:
-<pre>$ <strong>gpg --verify apache-libcloud-0.10.1.tar.bz2.asc</strong>
+<pre>$ <strong>gpg --verify apache-libcloud-0.11.0.tar.bz2.asc</strong>
gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00
<span style="color:green">gpg: Good signature from "Paul Querna <...>"
gpg: aka "Paul Querna <...>"
@@ -53,10 +53,10 @@ gpg: WARNING: This key is not certified
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 39F6 691A 0ECF 0C50 E8BB 849C F788 75F6 4272
1F00</pre>
Example bad signature:
-<pre>$ <strong>gpg --verify apache-libcloud-0.10.1.tar.bz2.asc</strong>
+<pre>$ <strong>gpg --verify apache-libcloud-0.11.0.tar.bz2.asc</strong>
gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00
<span style="color:red">gpg: BAD signature from "Paul Querna
<...>"</span></pre>
</li>
</ol>
-See the [developer information](devinfo.html) for how to get libcloud from
source control.</p>
\ No newline at end of file
+See the [developer information](devinfo.html) for how to get libcloud from
source control.</p>
Modified: libcloud/site/trunk/templates/blocks/other.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/templates/blocks/other.html?rev=1367165&r1=1367164&r2=1367165&view=diff
==============================================================================
--- libcloud/site/trunk/templates/blocks/other.html (original)
+++ libcloud/site/trunk/templates/blocks/other.html Mon Jul 30 16:49:34 2012
@@ -1,7 +1,6 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.10.1</a> (May 24th, 2012)<br />
- Includes new DNS API, support for Python 3 and more!
+ Latest stable: <a href="/downloads.html">0.11.0</a> (July 30th, 2012)
</div>
<h3>Need help?</h3>