add mac advanced gui release 5.00

svn path=/trunk/boinc/; revision=6515
This commit is contained in:
Charlie Fenton 2005-07-04 22:47:47 +00:00
parent c59e500fa8
commit e537786237
1 changed files with 32 additions and 0 deletions

View File

@ -196,6 +196,36 @@ $m437s = array(
" "
); );
$m500 = array(
"num"=>"5.00",
"status"=>"Development version (standard GUI)",
"file"=>"boinc_5.00_macOSX.zip",
"date"=>"3 July 2005",
"type"=>mac_advanced(),
"bugs"=>"<ul>
<li>
BOINC now works with OS 10.3.0 or higher.
</ul>
"
);
$m500c = array(
"num"=>"5.00",
"status"=>"Development version (Unix command-line version)",
"file"=>"boinc_5.00_powerpc-apple-darwin.zip",
"date"=>"3 July 2005",
"type"=>bare_core(),
"features"=>"<ul>
<li>
We are now including a tool with command line interface to control boinc within the
default distribution
</ul>
",
"bugs"=>"
"
);
$l443 = array( $l443 = array(
"num"=>"4.43", "num"=>"4.43",
"status"=>"Recommended version", "status"=>"Recommended version",
@ -248,6 +278,8 @@ $mac = array(
$m443, $m443,
$m437s, $m437s,
$m443c, $m443c,
$m500,
$m500c,
$m419 $m419
) )
); );