mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8948
This commit is contained in:
parent
9f17f246dc
commit
a323b13494
|
@ -52,6 +52,12 @@ $features_5 = "
|
||||||
";
|
";
|
||||||
|
|
||||||
$changes_5 = "
|
$changes_5 = "
|
||||||
|
<li>Changes since 5.2.9
|
||||||
|
<ul>
|
||||||
|
<li>Win: Fixes a BOINC Manager connection issue when the manager is
|
||||||
|
waiting on a firewall for the all clear. This generally happens
|
||||||
|
after a reboot.
|
||||||
|
</ul>
|
||||||
<li>Changes since 5.2.8
|
<li>Changes since 5.2.8
|
||||||
<ul>
|
<ul>
|
||||||
<li>Win: Fixes the 'connection failed' message when another program
|
<li>Win: Fixes the 'connection failed' message when another program
|
||||||
|
@ -73,11 +79,11 @@ $changes_5 = "
|
||||||
</ul>
|
</ul>
|
||||||
";
|
";
|
||||||
|
|
||||||
$w529= array(
|
$w5210= array(
|
||||||
"num"=>"5.2.9",
|
"num"=>"5.2.10",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_5.2.9_windows_intelx86.exe",
|
"file"=>"boinc_5.2.10_windows_intelx86.exe",
|
||||||
"date"=>"25 Nov 2005",
|
"date"=>"26 Nov 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.
|
||||||
|
@ -310,7 +316,7 @@ $windows = array(
|
||||||
"name"=>"Windows",
|
"name"=>"Windows",
|
||||||
"dbname" => "windows_intelx86",
|
"dbname" => "windows_intelx86",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$w529,
|
$w5210,
|
||||||
$w445,
|
$w445,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue