You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/07/01 17:10:09 UTC

svn commit: r1498506 - in /libcloud/site/trunk: content/downloads.mdtext templates/blocks/other.html

Author: tomaz
Date: Mon Jul  1 15:10:08 2013
New Revision: 1498506

URL: http://svn.apache.org/r1498506
Log:
Update website to include information about 0.13.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=1498506&r1=1498505&r2=1498506&view=diff
==============================================================================
--- libcloud/site/trunk/content/downloads.mdtext (original)
+++ libcloud/site/trunk/content/downloads.mdtext Mon Jul  1 15:10:08 2013
@@ -3,17 +3,17 @@ title: Downloads
 ## Downloads ##
 
 <ul>
-    <li>0.12.4 - Released April 22nd, 2013:
+    <li>0.13.0 - Released July 1st, 2013:
       <ul>
-        <li><a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.12.4.tar.bz2">apache-libcloud-0.12.4.tar.bz2</a>
-            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.12.4.tar.bz2.asc">asc</a>]
-            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.12.4.tar.bz2.sha1">sha1</a>]
-            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.12.4.tar.bz2.md5">md5</a>]
+        <li><a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.0.tar.bz2">apache-libcloud-0.13.0.tar.bz2</a>
+            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.0.tar.bz2.asc">asc</a>]
+            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.0.tar.bz2.sha1">sha1</a>]
+            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.0.tar.bz2.md5">md5</a>]
         </li>
-        <li><a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.12.4.zip">apache-libcloud-0.12.4.zip</a>
-            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.12.4.zip.asc">asc</a>]
-            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.12.4.zip.sha1">sha1</a>]
-            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.12.4.zip.md5">md5</a>]
+        <li><a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.0.zip">apache-libcloud-0.13.0.zip</a>
+            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.0.zip.asc">asc</a>]
+            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.0.zip.sha1">sha1</a>]
+            [<a href="http://www.apache.org/dist/libcloud/apache-libcloud-0.13.0.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.12.4.tar.bz2.asc</strong>
+<pre>$ <strong>gpg --verify apache-libcloud-0.13.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 &lt;...&gt;"
 gpg:                 aka "Paul Querna &lt;...&gt;"
@@ -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.12.4.tar.bz2.asc</strong>
+<pre>$ <strong>gpg --verify apache-libcloud-0.13.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 &lt;...&gt;"</span></pre>
 	  </li>
 	</ol>
 
-See the <a href="/devinfo.html">developer information</a> for how to get libcloud from source control.</p>
\ No newline at end of file
+See the <a href="/devinfo.html">developer information</a> 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=1498506&r1=1498505&r2=1498506&view=diff
==============================================================================
--- libcloud/site/trunk/templates/blocks/other.html (original)
+++ libcloud/site/trunk/templates/blocks/other.html Mon Jul  1 15:10:08 2013
@@ -1,6 +1,6 @@
 <h3>Get it</h3>
 <div id="get-it">
-    Latest stable: <a href="/downloads.html">0.12.4</a> (April 22nd, 2013)<br />
+    Latest stable: <a href="/downloads.html">0.13.0</a> (July 1st, 2013)<br />
 	<a href="https://crate.io/packages/apache-libcloud/">apache-libcloud PyPi package</a>
 </div>