You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by bu...@apache.org on 2014/03/18 03:16:25 UTC

svn commit: r902098 - in /websites/staging/thrift/trunk/content: ./ download.html

Author: buildbot
Date: Tue Mar 18 02:16:25 2014
New Revision: 902098

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/download.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 18 02:16:25 2014
@@ -1 +1 @@
-1578715
+1578716

Modified: websites/staging/thrift/trunk/content/download.html
==============================================================================
--- websites/staging/thrift/trunk/content/download.html (original)
+++ websites/staging/thrift/trunk/content/download.html Tue Mar 18 02:16:25 2014
@@ -67,11 +67,11 @@
 
   	<div class="container">
 		<h2 id="release">Release</h2>
-<p>The latest stable release of Thrift is &lt;%= @site.config[:current_release] %&gt; (released on &lt;%= @site.config[:current_release_date] %&gt;).</p>
+<p>The latest stable release of Thrift is 0.9.1 (released on 2013-08-21).</p>
 <ul>
-<li><a href="%=%20@site.config[:mirror_url]%20%&gt;/thrift/&lt;%=%20@site.config[:current_release]%20%&gt;/thrift-&lt;%=%20@site.config[:current_release]%20%&gt;.tar.g">thrift-&lt;%= @site.config[:current_release] %&gt;.tar.gz</a> [<a href="%=%20@site.config[:release_url]%20%&gt;/&lt;%=%20@site.config[:current_release]%20%&gt;/thrift-&lt;%=%20@site.config[:current_release]%20%&gt;.tar.gz.as">PGP</a>]
-[<a href="%=%20@site.config[:release_url]%20%&gt;/&lt;%=%20@site.config[:current_release]%20%&gt;/thrift-&lt;%=%20@site.config[:current_release]%20%&gt;.tar.gz.md">MD5</a>]</li>
-<li><a href="%=%20@site.config[:mirror_url]%20%&gt;/thrift/&lt;%=%20@site.config[:current_release]%20%&gt;/thrift-&lt;%=%20@site.config[:current_release]%20%&gt;.ex">Thrift compiler for Windows (thrift-&lt;%= @site.config[:current_release] %&gt;.exe)</a> [<a href="%=%20@site.config[:release_url]%20%&gt;/&lt;%=%20@site.config[:current_release]%20%&gt;/thrift-&lt;%=%20@site.config[:current_release]%20%&gt;.exe.as">PGP</a>] [<a href="%=%20@site.config[:release_url]%20%&gt;/&lt;%=%20@site.config[:current_release]%20%&gt;/thrift-&lt;%=%20@site.config[:current_release]%20%&gt;.exe.md">MD5</a>]</li>
+<li><a href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.9.1/thrift-0.9.1.tar.gz">thrift-0.9.1.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/thrift/0.9.1/thrift-0.9.1.tar.gz.asc">PGP</a>]
+[<a href="https://dist.apache.org/repos/dist/release/thrift/0.9.1/thrift-0.9.1.tar.gz.md5">MD5</a>]</li>
+<li><a href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.9.1/thrift-0.9.1.exe">Thrift compiler for Windows (thrift-0.9.1.exe)</a> [<a href="https://dist.apache.org/repos/dist/release/thrift/0.9.1/thrift-0.9.1.exe.asc">PGP</a>] [<a href="https://dist.apache.org/repos/dist/release/thrift/0.9.1/thrift-0.9.1.exe.md5">MD5</a>]</li>
 </ul>
 <h2 id="maven-artifact">Maven artifact</h2>
 <p><pre><code>
@@ -81,7 +81,7 @@
   &lt;version&gt;&lt;%= @site.config[:current_release] %&gt;&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre></p>
-<p>When downloading from a mirror, please be sure to <a href="http://www.apache.org/info/verification.html">verify</a> the checksums and signature (see the MD5 and PGP links above). The <a href="%=%20@site.config[:release_url]%20%&gt;/KEY">KEYS</a> file contains the public key(s) used for signing releases.</p>
+<p>When downloading from a mirror, please be sure to <a href="http://www.apache.org/info/verification.html">verify</a> the checksums and signature (see the MD5 and PGP links above). The <a href="https://dist.apache.org/repos/dist/release/thrift/KEYS">KEYS</a> file contains the public key(s) used for signing releases.</p>
 <hr />
 <h2 id="incubator-releases">Incubator Releases</h2>
 <p>Releases from the incubator ( less than 0.6.0 ) are available at the <a href="http://archive.apache.org/dist/incubator/thrift/">Thrift Incubator Archive</a></p>