Author: roger
Date: Mon May 30 20:43:34 2011
New Revision: 1129358

URL: http://svn.apache.org/viewvc?rev=1129358&view=rev
Log:
THRIFT-1186 Thrift website does not point to the latest version

Modified:
    thrift/site/dynathrift/download/index.php
    thrift/site/publish/download/index.html

Modified: thrift/site/dynathrift/download/index.php
URL: 
http://svn.apache.org/viewvc/thrift/site/dynathrift/download/index.php?rev=1129358&r1=1129357&r2=1129358&view=diff
==============================================================================
--- thrift/site/dynathrift/download/index.php (original)
+++ thrift/site/dynathrift/download/index.php Mon May 30 20:43:34 2011
@@ -27,34 +27,34 @@ function distlink($path) {
   return 'http://www.apache.org/dist'.$path;
 }
 
-$DL_ROOT = "/thrift/0.6.0/";
+$DL_ROOT = "/thrift/0.6.1/";
 
 echo '
 <h2>Release</h2>
 
 <p>
-The latest stable release of Thrift is 0.6.0 (released on 2011-02-08).
+The latest stable release of Thrift is 0.6.1 (released on 2011-04-25).
 </p>
 
 <div class="download_box">
 '.
-alink('thrift-0.6.0.tar.gz',
-  mirrorlink($DL_ROOT.'thrift-0.6.0.tar.gz')) .
+alink('thrift-0.6.1.tar.gz',
+  mirrorlink($DL_ROOT.'thrift-0.6.1.tar.gz')) .
 ' [' .
-alink('PGP', distlink($DL_ROOT.'thrift-0.6.0.tar.gz.asc')) .
+alink('PGP', distlink($DL_ROOT.'thrift-0.6.1.tar.gz.asc')) .
 '] [' .
-alink('MD5', distlink($DL_ROOT.'thrift-0.6.0.tar.gz.md5')) .
+alink('MD5', distlink($DL_ROOT.'thrift-0.6.1.tar.gz.md5')) .
 ']
 </div>
 
 <div class="download_box">
 '.
-alink('Thrift compiler for Windows (thrift-0.6.0.exe)',
-  mirrorlink($DL_ROOT.'thrift-0.6.0.exe')) .
+alink('Thrift compiler for Windows (thrift-0.6.1.exe)',
+  mirrorlink($DL_ROOT.'thrift-0.6.1.exe')) .
 ' [' .
-alink('PGP', distlink($DL_ROOT.'thrift-0.6.0.exe.asc')) .
+alink('PGP', distlink($DL_ROOT.'thrift-0.6.1.exe.asc')) .
 '] [' .
-alink('MD5', distlink($DL_ROOT.'thrift-0.6.0.exe.md5')) .
+alink('MD5', distlink($DL_ROOT.'thrift-0.6.1.exe.md5')) .
 ']
 </div>
 

Modified: thrift/site/publish/download/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/download/index.html?rev=1129358&r1=1129357&r2=1129358&view=diff
==============================================================================
--- thrift/site/publish/download/index.html (original)
+++ thrift/site/publish/download/index.html Mon May 30 20:43:34 2011
@@ -12,15 +12,15 @@
 <h2>Release</h2>
 
 <p>
-The latest stable release of Thrift is 0.6.0 (released on 2011-02-08).
+The latest stable release of Thrift is 0.6.1 (released on 2011-04-25).
 </p>
 
 <div class="download_box">
-<a 
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.6.0/thrift-0.6.0.tar.gz";>thrift-0.6.0.tar.gz</a>
 [<a 
href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.tar.gz.asc";>PGP</a>] 
[<a 
href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.tar.gz.md5";>MD5</a>]
+<a 
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.6.1/thrift-0.6.1.tar.gz";>thrift-0.6.1.tar.gz</a>
 [<a 
href="http://www.apache.org/dist/thrift/0.6.1/thrift-0.6.1.tar.gz.asc";>PGP</a>] 
[<a 
href="http://www.apache.org/dist/thrift/0.6.1/thrift-0.6.1.tar.gz.md5";>MD5</a>]
 </div>
 
 <div class="download_box">
-<a 
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.6.0/thrift-0.6.0.exe";>Thrift
 compiler for Windows (thrift-0.6.0.exe)</a> [<a 
href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.exe.asc";>PGP</a>] 
[<a href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.exe.md5";>MD5</a>]
+<a 
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.6.1/thrift-0.6.1.exe";>Thrift
 compiler for Windows (thrift-0.6.1.exe)</a> [<a 
href="http://www.apache.org/dist/thrift/0.6.1/thrift-0.6.1.exe.asc";>PGP</a>] 
[<a href="http://www.apache.org/dist/thrift/0.6.1/thrift-0.6.1.exe.md5";>MD5</a>]
 </div>
 
 <div class="download_box">


Reply via email to