*** empty log message ***

svn path=/trunk/boinc/; revision=11431
This commit is contained in:
Rom Walton 2006-11-01 06:30:44 +00:00
parent b48bc09a46
commit 502806397d
1 changed files with 14 additions and 7 deletions

View File

@ -31,6 +31,10 @@ function type_text($type) {
}
}
$features_57 = "
<li> BOINC Simple GUI.
";
$features_55 = "
<li> New CPU Scheduler.
<li> New Work Fetch Policy.
@ -86,6 +90,9 @@ $features_52 = "
<li> BOINC supports 'Account Management Systems' (to be announced).
";
$changes_57 = "
";
$changes_55 = "
<li>Changes since 5.5.6
<ul>
@ -350,15 +357,15 @@ $linux_libs_56= "
</ul>
";
$w565= array(
"num"=>"5.6.5",
$w571= array(
"num"=>"5.7.1",
"status"=>"Development version",
"file"=>"boinc_5.6.5_windows_intelx86.exe",
"date"=>"2 Oct 2006",
"file"=>"boinc_5.7.1_windows_intelx86.exe",
"date"=>"31 Oct 2006",
"type"=>"win_new",
"features"=>"<ul>
".$features_55."
".$changes_55."
".$features_57."
".$changes_57."
</ul>
",
"bugs"=>""
@ -691,7 +698,7 @@ $windows = array(
"name"=>"Windows",
"dbname" => "windows_intelx86",
"versions"=>array(
$w565,
$w571,
$w5411,
$w5213,
$w445,