Mark 5.10.7 as a recommended release.

svn path=/trunk/boinc/; revision=12961
This commit is contained in:
Rom Walton 2007-06-19 16:00:59 +00:00
parent b7fad32d14
commit 02828826b9
2 changed files with 10 additions and 6 deletions

View File

@ -160,8 +160,7 @@ page_head(tr(DL_DOWNLOAD_TITLE));
if ($_GET['all_platforms']) { if ($_GET['all_platforms']) {
show_download(null); show_download(null);
} else if (strstr($client_info, 'Windows')) { } else if (strstr($client_info, 'Windows')) {
//if (strstr($client_info, 'Win64')||strstr($client_info, 'WOW64')) { if (strstr($client_info, 'Win64')||strstr($client_info, 'WOW64')) {
if (0) {
show_download('winx64'); show_download('winx64');
} else { } else {
show_download('win'); show_download('win');

View File

@ -37,6 +37,11 @@ $features_510 = "
<li> Project list in the attach to project wizard. <li> Project list in the attach to project wizard.
<li> Improved Windows Vista compatibility. <li> Improved Windows Vista compatibility.
<li> An Uninstaller is now included with the Macintosh BOINC Manager distribution. <li> An Uninstaller is now included with the Macintosh BOINC Manager distribution.
<li> NOTE: BOINC may NOT start at startup if you are running Windows Defender
(WinXP, WinXPx64, WinVista, WinVistax64). This issue should be resolved in a
future version of BOINC. In order to have BOINC start automatically you'll need
to install as a service. On Vista the user account will need to have
administrative access to the system.
"; ";
$features_57 = " $features_57 = "
@ -383,7 +388,7 @@ $linux_libs_58= "
$w5107= array( $w5107= array(
"num"=>"5.10.7", "num"=>"5.10.7",
"status"=>"Development version (Win98+, Win2000+)", "status"=>"Recommended version (Win98+, Win2000+)",
"file"=>"boinc_5.10.7_windows_intelx86.exe", "file"=>"boinc_5.10.7_windows_intelx86.exe",
"date"=>"16 June 2007", "date"=>"16 June 2007",
"type"=>"win_new", "type"=>"win_new",
@ -397,7 +402,7 @@ $w5107= array(
$w5107x64= array( $w5107x64= array(
"num"=>"5.10.7", "num"=>"5.10.7",
"status"=>"Development version (WinXP64+)", "status"=>"Recommended version (WinXP64+)",
"file"=>"boinc_5.10.7_windows_x86_64.exe", "file"=>"boinc_5.10.7_windows_x86_64.exe",
"date"=>"16 June 2007", "date"=>"16 June 2007",
"type"=>"win_new", "type"=>"win_new",
@ -452,7 +457,7 @@ $w5411= array(
$m5107 = array( $m5107 = array(
"num"=>"5.10.7", "num"=>"5.10.7",
"status"=>"Development version (standard GUI)", "status"=>"Recommended version (standard GUI)",
"file"=>"boinc_5.10.7_macOSX_universal.zip", "file"=>"boinc_5.10.7_macOSX_universal.zip",
"date"=>"16 June 2007", "date"=>"16 June 2007",
"type"=>"mac_advanced", "type"=>"mac_advanced",
@ -509,7 +514,7 @@ $m549 = array(
$m5107c = array( $m5107c = array(
"num"=>"5.10.7", "num"=>"5.10.7",
"status"=>"Development version (Unix command-line version)", "status"=>"Recommended version (Unix command-line version)",
"file"=>"boinc_5.10.7_universal-apple-darwin.zip", "file"=>"boinc_5.10.7_universal-apple-darwin.zip",
"date"=>"16 June 2007", "date"=>"16 June 2007",
"type"=>"bare_core", "type"=>"bare_core",