*** empty log message ***

svn path=/trunk/boinc/; revision=6211
This commit is contained in:
Rom Walton 2005-05-21 23:52:30 +00:00
parent 7af35cf309
commit cbfe5a3c71
1 changed files with 62 additions and 97 deletions

View File

@ -54,19 +54,58 @@ function mac_advanced() {
} }
} }
$w425 = array( $w419 = array(
"num"=>"4.25", "num"=>"4.19",
"file"=>"boinc_4.25_windows_intelx86.exe", "status"=>"Older version",
"file"=>"boinc_4.19_windows_intelx86.exe",
"date"=>"25 Jan 2005",
"type"=>win_old(),
null,
"<ul>
<li> Doesn't work with some HTTP proxies (fixed in later versions).
<li>
If BOINC runs at the same time as Windows XP 3D screensavers,
the system becomes sluggish and unresponsive.
</ul>
"
);
$w443= array(
"num"=>"4.43",
"status"=>"Recommended version", "status"=>"Recommended version",
"date"=>"3 Mar 2005", "file"=>"boinc_4.43_windows_intelx86.exe",
"date"=>"19 May 2005",
"type"=>win_new(), "type"=>win_new(),
"features"=>"Works with HTTP proxies", "features"=>"<ul>
<li>
Scheduling within the client software package has been improved to support
a larger group of projects.
<li>
Fixes a bug in which Intellisense/Intellipoint
closes applications while in screensaver mode.
<li>
Fixes bugs with managed deployments with Active Directory.
<li>
A new 'Select Computer' dialog remembers which computers you have connected to.
<li>
A new statistics tab has been added to the BOINC manager (thanks to
Jens Breitbart for the great feature).
<li>
Support for UMTS networks.
<li>
Support for <a href=acct_mgt.php>account management websites</a>.
<li>
<a href=gui_rpc.php>Password protection for GUI access</a>.
<li>
BOINC Manager now sports a new button based interface which replaces the
html based interface in previous versions.
</ul>
",
"bugs"=>"<ul> "bugs"=>"<ul>
<li/> The BOINC screensaver conflicts with Microsoft Intellitype software. <li>
<li/>
Applications that were built before October 2004 do not Applications that were built before October 2004 do not
display screensaver graphics with the Service or Shared installation, display screensaver graphics with the Service or Shared install type,
or the Single-user installation with the password protect screensaver or the Single-user install type with the password protect screensaver
option on NT based machines. option on NT based machines.
<li> <li>
If BOINC runs at the same time as Windows XP 3D screensavers, If BOINC runs at the same time as Windows XP 3D screensavers,
@ -86,84 +125,24 @@ $w425 = array(
" "
); );
$w419 = array( $m443 = array(
"num"=>"4.19",
"status"=>"Older version",
"file"=>"boinc_4.19_windows_intelx86.exe",
"date"=>"25 Jan 2005",
"type"=>win_old(),
null,
"<ul>
<li> Doesn't work with some HTTP proxies (fixed in later versions).
<li>
If BOINC runs at the same time as Windows XP 3D screensavers,
the system becomes sluggish and unresponsive.
</ul>
"
);
$w443= array(
"num"=>"4.43", "num"=>"4.43",
"status"=>"Development version", "status"=>"Recommended version (advanced GUI)",
"file"=>"boinc_4.43_windows_intelx86.exe", "file"=>"boinc_4.43_macOSX.zip",
"date"=>"19 May 2005", "date"=>"21 May 2005",
"type"=>win_new(), "type"=>mac_advanced(),
"features"=>"<ul>
<li>
A new scheduler has been written for the client-side application so the
client can be attached to many more without missing deadlines.
<li>
Fixes a bug in which Intellisense/Intellipoint
closes applications while in screensaver mode.
<li>
Fixes bugs with managed deployments with Active Directory.
<li>
A new 'Select Computer' dialog remembers
which computers you have connected to.
<li>
A new statistics tab has been added to the BOINC manager (thanks to
Jens Breitbart for the great feature).
<li>
Support for UMTS networks.
<li>
Numerious usability fixes.
<li>
Fixed connectivity problems on all platforms.
<li>
Support for <a href=acct_mgt.php>account management websites</a>.
<li>
<a href=gui_rpc.php>Password protection for GUI access</a>.
<li>
BOINC Manager now sports a new button based interface which replaces the
html based interface in previous versions.
<li>
BOINC Manager now is built with wxWidgets 2.6.0
<li>
Symbol files (*.pdb) have been removed from the installer to help out those
on dialup connections. We were not receiving very many, if any crashes in
the last few months. We'll make the symbol files available as a seperate
download.
</ul>
",
"bugs"=>"<ul> "bugs"=>"<ul>
<li> <li>
Applications that were built before October 2004 do not We have dropped the requirement of our distribution running on 10.2 since 10.4 has been released. You should still be able to build the client yourself and have it run on a 10.2 machine.
display screensaver graphics with the Service or Shared install type, </ul>
or the Single-user install type with the password protect screensaver If you experience any of these problems,
option on NT based machines. we recommend using BOINC version 4.19.
<li>
If BOINC runs at the same time as Windows XP 3D screensavers,
the system becomes sluggish and unresponsive.
<li>
Same issues for dialup users as 4.25.
<li>
Same issues for ATI graphics cards as 4.25.
</ul>
" "
); );
$m419 = array( $m419 = array(
"num"=>"4.19", "num"=>"4.19",
"status"=>"Recommended version", "status"=>"Old version",
"file"=>"boinc_4.19_powerpc-apple-darwin.gz", "file"=>"boinc_4.19_powerpc-apple-darwin.gz",
"date"=>"25 Jan 2005", "date"=>"25 Jan 2005",
"type"=>bare_core() "type"=>bare_core()
@ -186,19 +165,6 @@ $m437s = array(
" "
); );
$m437 = array(
"num"=>"4.37",
"status"=>"Development version (advanced GUI)",
"file"=>"boinc_4.37_macOSX.zip",
"date"=>"6 May 2005",
"type"=>mac_advanced(),
"bugs"=>"<ul>
<li>
We have dropped the requirement of our distribution running on 10.2 since 10.4 has been released. You should still be able to build the client yourself and have it run on a 10.2 machine.
</ul>
"
);
$l419 = array( $l419 = array(
"num"=>"4.19", "num"=>"4.19",
"status"=>"Recommended version", "status"=>"Recommended version",
@ -232,17 +198,16 @@ $s442 = array(
$windows = array( $windows = array(
"name"=>"Windows", "name"=>"Windows",
"versions"=>array( "versions"=>array(
$w425,
$w419,
$w443, $w443,
$w419,
) )
); );
$mac = array( $mac = array(
"name"=>"Macintosh OS X", "name"=>"Macintosh OS X",
"versions"=>array( "versions"=>array(
$m419, $m443,
$m437s, $m437s,
$m437 $m419,
) )
); );
$linux = array( $linux = array(