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/12/31 14:58:21 UTC

svn commit: r1554513 - in /libcloud/site/trunk/source: downloads.md security.md

Author: tomaz
Date: Tue Dec 31 13:58:20 2013
New Revision: 1554513

URL: http://svn.apache.org/r1554513
Log:
Add information about the new release (0.13.3).

Modified:
    libcloud/site/trunk/source/downloads.md
    libcloud/site/trunk/source/security.md

Modified: libcloud/site/trunk/source/downloads.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/downloads.md?rev=1554513&r1=1554512&r2=1554513&view=diff
==============================================================================
--- libcloud/site/trunk/source/downloads.md (original)
+++ libcloud/site/trunk/source/downloads.md Tue Dec 31 13:58:20 2013
@@ -9,13 +9,13 @@ description: Download the latest version
 This page contains link to the latest stable release of Libcloud. If you are
 interested in an older release, please visit the [archive page][15].
 
-<a name="latest-stable-release" id="latest-stable-release"><h2 class="anchor">Libcloud 0.13.2 (stable) - Released on September 18th, 2013</h2></a>
+<a name="latest-stable-release" id="latest-stable-release"><h2 class="anchor">Libcloud 0.13.3 (stable) - Released on December 31st, 2013</h2></a>
 
 Files:
 
-* [apache-libcloud-0.13.2.tar.gz][2] [[asc][3]] [[sha1][4]] [[md5][5]]
-* [apache-libcloud-0.13.2.tar.bz2][6] [[asc][7]] [[sha1][8]] [[md5][9]]
-* [apache-libcloud-0.13.2.tar.zip][10] [[asc][11]] [[sha1][12]] [[md5][13]]
+* [apache-libcloud-0.13.3.tar.gz][2] [[asc][3]] [[sha1][4]] [[md5][5]]
+* [apache-libcloud-0.13.3.tar.bz2][6] [[asc][7]] [[sha1][8]] [[md5][9]]
+* [apache-libcloud-0.13.3.tar.zip][10] [[asc][11]] [[sha1][12]] [[md5][13]]
 
 You are strongly encouraged to verify those packages using the [Apache Libcloud
 developers KEYS][14]. You can find information on how to do that in the
@@ -135,7 +135,7 @@ is mentioned above.
 3.. Verify package with `.asc` signature file
 
 {% highlight bash %}
-gpg --verify apache-libcloud-0.13.2.tar.bz2.asc
+gpg --verify apache-libcloud-0.13.3.tar.bz2.asc
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 gpg: Good signature from "Paul Querna <...>"
 gpg:                 aka "Paul Querna <...>"
@@ -148,24 +148,24 @@ Primary key fingerprint: 39F6 691A 0ECF 
 Example of a bad signature:
 
 {% highlight bash %}
-gpg --verify apache-libcloud-0.13.2.tar.bz2.asc
+gpg --verify apache-libcloud-0.13.3.tar.bz2.asc
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 gpg: BAD signature from "Paul Querna <...>"
 {% endhighlight %}
 
 [1]: {{ page.url }}
-[2]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz
-[3]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz.asc
-[4]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz.sha1
-[5]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz.md5
-[6]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2
-[7]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2.asc
-[8]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2.sha1
-[9]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2.md5
-[10]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip
-[11]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip.asc
-[12]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip.sha1
-[13]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip.md5
+[2]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.gz
+[3]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.gz.asc
+[4]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.gz.sha1
+[5]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.gz.md5
+[6]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.bz2
+[7]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.bz2.asc
+[8]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.bz2.sha1
+[9]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.tar.bz2.md5
+[10]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.zip
+[11]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.zip.asc
+[12]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.zip.sha1
+[13]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.3.zip.md5
 [14]: https://www.apache.org/dist/libcloud/KEYS
 [15]: http://archive.apache.org/dist/libcloud/
 [16]: https://libcloud.readthedocs.org/en/latest/upgrade_notes.html

Modified: libcloud/site/trunk/source/security.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/security.md?rev=1554513&r1=1554512&r2=1554513&view=diff
==============================================================================
--- libcloud/site/trunk/source/security.md (original)
+++ libcloud/site/trunk/source/security.md Tue Dec 31 13:58:20 2013
@@ -22,7 +22,7 @@ Libcloud doesn't explicitly send "scrub_
 node. This means nodes which are destroyed using Libcloud are vulnerable to
 later customers stealing data contained on them.
 
-Note: Only users who are using DigitalOcean driver are affected by this.
+Note: Only users who are using DigitalOcean driver are affected by this issue.
 
 References: