Author: tomaz
Date: Wed Sep 18 15:22:03 2013
New Revision: 1524451
URL: http://svn.apache.org/r1524451
Log:
Add info about 0.13.2 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=1524451&r1=1524450&r2=1524451&view=diff
==============================================================================
--- libcloud/site/trunk/content/downloads.mdtext (original)
+++ libcloud/site/trunk/content/downloads.mdtext Wed Sep 18 15:22:03 2013
@@ -3,17 +3,17 @@ title: Downloads
## Downloads ##
<ul>
- <li>0.13.1 - Released September 4th, 2013:
+ <li>0.13.2 - Released September 18th, 2013:
<ul>
- <li><a
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.1.tar.bz2">apache-libcloud-0.13.1.tar.bz2</a>
- [<a
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.1.tar.bz2.asc">asc</a>]
- [<a
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.1.tar.bz2.sha1">sha1</a>]
- [<a
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.1.tar.bz2.md5">md5</a>]
+ <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.1.zip">apache-libcloud-0.13.1.zip</a>
- [<a
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.1.zip.asc">asc</a>]
- [<a
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.1.zip.sha1">sha1</a>]
- [<a
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.1.zip.md5">md5</a>]
+ <li><a
href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip">apache-libcloud-0.13.2.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>Verify with these public <a
href="http://www.apache.org/dist/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.13.1.tar.bz2.asc</strong>
+<pre>$ <strong>gpg --verify apache-libcloud-0.13.2.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,7 +53,7 @@ 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.13.1.tar.bz2.asc</strong>
+<pre>$ <strong>gpg --verify apache-libcloud-0.13.2.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>
Modified: libcloud/site/trunk/templates/blocks/other.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/templates/blocks/other.html?rev=1524451&r1=1524450&r2=1524451&view=diff
==============================================================================
--- libcloud/site/trunk/templates/blocks/other.html (original)
+++ libcloud/site/trunk/templates/blocks/other.html Wed Sep 18 15:22:03 2013
@@ -1,6 +1,6 @@
<h3>Get it</h3>
<div id="get-it">
- Latest stable: <a href="/downloads.html">0.13.1</a> (September 4th,
2013)<br />
+ Latest stable: <a href="/downloads.html">0.13.2</a> (September 18th,
2013)<br />
<a href="https://crate.io/packages/apache-libcloud/">apache-libcloud
PyPi package</a>
</div>