mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8755
This commit is contained in:
parent
75a5c95a4f
commit
0e30814cfd
|
@ -51,11 +51,11 @@ $features_5 = "
|
||||||
<li> BOINC supports 'Account Management Systems' (to be announced).
|
<li> BOINC supports 'Account Management Systems' (to be announced).
|
||||||
";
|
";
|
||||||
|
|
||||||
$w522= array(
|
$w525= array(
|
||||||
"num"=>"5.2.2",
|
"num"=>"5.2.5",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_5.2.2_windows_intelx86.exe",
|
"file"=>"boinc_5.2.5_windows_intelx86.exe",
|
||||||
"date"=>"17 October 2005",
|
"date"=>"27 October 2005",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
"features"=>"<ul>
|
"features"=>"<ul>
|
||||||
<li> Dial-up features now work with all installation types.
|
<li> Dial-up features now work with all installation types.
|
||||||
|
@ -228,11 +228,11 @@ $m524c = array(
|
||||||
"
|
"
|
||||||
);
|
);
|
||||||
|
|
||||||
$l524 = array(
|
$l525 = array(
|
||||||
"num"=>"5.2.4",
|
"num"=>"5.2.5",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_5.2.4_i686-pc-linux-gnu.sh",
|
"file"=>"boinc_5.2.5_i686-pc-linux-gnu.sh",
|
||||||
"date"=>"19 October 2005",
|
"date"=>"27 October 2005",
|
||||||
"type"=>"sea",
|
"type"=>"sea",
|
||||||
"features"=>"<ul>
|
"features"=>"<ul>
|
||||||
".$features_5."
|
".$features_5."
|
||||||
|
@ -285,7 +285,7 @@ $s443 = array(
|
||||||
$windows = array(
|
$windows = array(
|
||||||
"name"=>"Windows",
|
"name"=>"Windows",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$w522,
|
$w525,
|
||||||
$w445,
|
$w445,
|
||||||
$w419
|
$w419
|
||||||
)
|
)
|
||||||
|
@ -305,7 +305,7 @@ $linux = array(
|
||||||
"name"=>"Linux/x86",
|
"name"=>"Linux/x86",
|
||||||
"url"=>"linux.php",
|
"url"=>"linux.php",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$l524,
|
$l525,
|
||||||
$l443,
|
$l443,
|
||||||
$l419
|
$l419
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue