mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6323
This commit is contained in:
parent
23452f1583
commit
0e771a512f
|
@ -54,14 +54,20 @@ function mac_advanced() {
|
|||
}
|
||||
}
|
||||
|
||||
$w443= array(
|
||||
"num"=>"4.43",
|
||||
$w445= array(
|
||||
"num"=>"4.45",
|
||||
"status"=>"Recommended version",
|
||||
"file"=>"boinc_4.43_windows_intelx86.exe",
|
||||
"date"=>"19 May 2005",
|
||||
"file"=>"boinc_4.45_windows_intelx86.exe",
|
||||
"date"=>"6 June 2005",
|
||||
"type"=>win_new(),
|
||||
"features"=>"<ul>
|
||||
<li>
|
||||
We are now including a tool with command line interface to control boinc within the
|
||||
default distribution
|
||||
</ul>
|
||||
",
|
||||
"features"=>"<ul>
|
||||
<li>
|
||||
When a slow computer is attached to a large number of projects,
|
||||
BOINC does work only for a few of them at a time,
|
||||
to avoid missed deadlines.
|
||||
|
@ -98,39 +104,6 @@ $w443= array(
|
|||
Dial-up users should choose the single-user installation.
|
||||
<li>
|
||||
Graphics sometimes do not work with ATI Graphics card.
|
||||
If you have this problem, please visit
|
||||
<a href=http://setiweb.ssl.berkeley.edu/forum_thread.php?id=12948>the SETI@home Q&A area</a>,
|
||||
fill in the requested information, and click on the
|
||||
\"I also have this question\" button.
|
||||
</ul>
|
||||
"
|
||||
);
|
||||
|
||||
$w445= array(
|
||||
"num"=>"4.45",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_4.45_windows_intelx86.exe",
|
||||
"date"=>"6 June 2005",
|
||||
"type"=>win_new(),
|
||||
"features"=>"<ul>
|
||||
<li>
|
||||
We are now including a tool with command line interface to control boinc within the
|
||||
default distribution
|
||||
</ul>
|
||||
",
|
||||
"bugs"=>"<ul>
|
||||
<li>
|
||||
Applications that were built before October 2004 do not
|
||||
display screensaver graphics with the Service or Shared install type,
|
||||
or the Single-user install type with the password protect screensaver
|
||||
option on NT based machines.
|
||||
<li>
|
||||
If BOINC runs at the same time as Windows XP 3-D screensavers,
|
||||
the system becomes sluggish and unresponsive.
|
||||
<li>
|
||||
Dial-up users should choose the single-user installation.
|
||||
<li>
|
||||
Graphics sometimes do not work with ATI Graphics card.
|
||||
This bug has been fixed, but it requires new applications to be built. Please check
|
||||
with the various projects to find out when they'll release a new applicaton with the fix.
|
||||
</ul>
|
||||
|
@ -228,7 +201,6 @@ $s443 = array(
|
|||
$windows = array(
|
||||
"name"=>"Windows",
|
||||
"versions"=>array(
|
||||
$w443,
|
||||
$w445,
|
||||
$w419
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue