*** empty log message ***

svn path=/trunk/boinc/; revision=9539
This commit is contained in:
Rom Walton 2006-02-23 09:23:08 +00:00
parent 02482d5f75
commit 591a4784c8
1 changed files with 22 additions and 10 deletions

View File

@ -58,6 +58,18 @@ $features_52 = "
";
$changes_53 = "
<li>Changes since 5.3.16
<ul>
<li>Dialup functionality has been streamlined and should support
a number of different scenarios that the previous scheme did
not.
<li>Improve state file recovery logic so that a previous state file
can be used if the primary state file has become corrupted.
<li>Introduction of the ability to override the global preferences
by setting up a global_prefs_override.xml file.
<li>Increased the refresh rate for viewing data to 1 second from
5 seconds.
</ul>
<li>Changes since 5.3.15
<ul>
<li>CPU scheduler reverted back to previous scheme.
@ -126,11 +138,11 @@ $mac_changes_53= "
</ul>
";
$w5316= array(
"num"=>"5.3.16",
$w5320= array(
"num"=>"5.3.20",
"status"=>"Development version",
"file"=>"boinc_5.3.16_windows_intelx86.exe",
"date"=>"30 Jan 2006",
"file"=>"boinc_5.3.20_windows_intelx86.exe",
"date"=>"23 Feb 2006",
"type"=>"win_new",
"features"=>"<ul>
".$features_53."
@ -353,11 +365,11 @@ $m443s = array(
"
);
$l5316 = array(
"num"=>"5.3.16",
$l5320 = array(
"num"=>"5.3.20",
"status"=>"Development version",
"file"=>"boinc_5.3.16_i686-pc-linux-gnu.sh",
"date"=>"30 Jan 2006",
"file"=>"boinc_5.3.20_i686-pc-linux-gnu.sh",
"date"=>"23 Feb 2006",
"type"=>"sea",
"features"=>"<ul>
".$features_53."
@ -425,7 +437,7 @@ $windows = array(
"name"=>"Windows",
"dbname" => "windows_intelx86",
"versions"=>array(
$w5316,
$w5320,
$w5213,
$w445,
)
@ -448,7 +460,7 @@ $linux = array(
"dbname" => "i686-pc-linux-gnu",
"url"=>"linux.php",
"versions"=>array(
$l5316,
$l5320,
$l5213,
$l443,
)