*** empty log message ***

svn path=/trunk/boinc/; revision=10771
This commit is contained in:
Charlie Fenton 2006-07-27 00:12:03 +00:00
parent 196c3c26df
commit 5a647d7398
1 changed files with 30 additions and 1 deletions

View File

@ -652,7 +652,7 @@ $m559 = array(
"num"=>"5.5.9",
"status"=>"Development version (standard GUI)",
"file"=>"boinc_5.5.9_macOSX_universal.zip",
"date"=>"26 JULY 2006",
"date"=>"26 July 2006",
"type"=>"mac_advanced",
"features"=>"<ul>
".$mac_changes_55."
@ -717,6 +717,34 @@ $m5213 = array(
"
);
$m559c = array(
"num"=>"5.5.9",
"status"=>"Development version (Unix command-line version)",
"file"=>"boinc_5.5.9_universal-apple-darwin.zip",
"date"=>"26 July 2006",
"type"=>"bare_core",
"features"=>"<ul>
".$mac_changes_55."
".$features_55."
".$changes_55."
".$features_54."
".$mac_changes_54."
".$features_53."
".$mac_changes_53."
".$changes_53."
<li>
BOINC now works with OS 10.3.0 or higher.
<li>
We are now including a tool with command line interface to control boinc within the
default distribution
</ul>
",
"bugs"=>"
"
);
$m549c = array(
"num"=>"5.4.9",
"status"=>"Recommended version (Unix command-line version)",
@ -900,6 +928,7 @@ $mac = array(
"dbname" => "powerpc-apple-darwin",
"versions"=>array(
$m559,
$m559c,
$m549,
$m549c,
$m5213,