*** empty log message ***

svn path=/trunk/boinc/; revision=6553
This commit is contained in:
Charlie Fenton 2005-07-07 12:43:09 +00:00
parent 6666a92105
commit 4f403728d6
1 changed files with 20 additions and 10 deletions

View File

@ -196,24 +196,32 @@ $m437s = array(
" "
); );
$m500 = array( $m470 = array(
"num"=>"5.00", "num"=>"4.70",
"status"=>"Development version (standard GUI)", "status"=>"Development version (standard GUI)",
"file"=>"boinc_5.00_macOSX.zip", "file"=>"boinc_4.70_macOSX.zip",
"date"=>"3 July 2005", "date"=>"7 July 2005",
"type"=>mac_advanced(), "type"=>mac_advanced(),
"bugs"=>"<ul> "features"=>"<ul>
<li> <li>
BOINC now works with OS 10.3.0 or higher. BOINC now works with OS 10.3.0 or higher.
<li>
Closing the BOINC Manager window now hides the application, and vice-versa.
<li>
The installer no longer always sets ownership to user 501. If the installing user
has admin privileges, that user becomes the owner; otherwise the first non-root
admin user becomes the owner.
</ul> </ul>
",
"bugs"=>"
" "
); );
$m500c = array( $m470c = array(
"num"=>"5.00", "num"=>"4.70",
"status"=>"Development version (Unix command-line version)", "status"=>"Development version (Unix command-line version)",
"file"=>"boinc_5.00_powerpc-apple-darwin.zip", "file"=>"boinc_4.70_powerpc-apple-darwin.zip",
"date"=>"3 July 2005", "date"=>"7 July 2005",
"type"=>bare_core(), "type"=>bare_core(),
"features"=>"<ul> "features"=>"<ul>
<li> <li>
@ -278,7 +286,9 @@ $mac = array(
$m443, $m443,
$m437s, $m437s,
$m443c, $m443c,
$m419 $m419,
$m470,
$m470c
) )
); );
$linux = array( $linux = array(