2005-05-20 17:42:06 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
function win_old() {
|
|
|
|
global $xml;
|
|
|
|
if ($xml) {
|
|
|
|
return "Single-mode Windows installer";
|
|
|
|
} else {
|
|
|
|
return "<a href=client_windows.php>Single-mode Windows installer</a>";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
function win_new() {
|
|
|
|
global $xml;
|
|
|
|
if ($xml) {
|
|
|
|
return "Windows installer";
|
|
|
|
} else {
|
|
|
|
return "<a href=win_install.php>Windows installer</a>";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
function bare_core() {
|
|
|
|
global $xml;
|
|
|
|
if ($xml) {
|
|
|
|
return "Core client only (command-line)";
|
|
|
|
} else {
|
|
|
|
return "<a href=bare_core.php>Core client only (command-line)</a>";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
function sea() {
|
|
|
|
global $xml;
|
|
|
|
if ($xml) {
|
|
|
|
return "Self-extracting archive";
|
|
|
|
} else {
|
|
|
|
return "<a href=sea.php>Self-extracting archive</a>";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
function mac_simple() {
|
|
|
|
global $xml;
|
|
|
|
if ($xml) {
|
|
|
|
return "Menubar (simple GUI)";
|
|
|
|
} else {
|
|
|
|
return "<a href=menubar.php>Menubar (simple GUI)</a>";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
function mac_advanced() {
|
|
|
|
global $xml;
|
|
|
|
if ($xml) {
|
2005-07-27 11:59:38 +00:00
|
|
|
return "Standard GUI";
|
2005-05-20 17:42:06 +00:00
|
|
|
} else {
|
2005-07-27 11:59:38 +00:00
|
|
|
return "<a href=mac_advanced.php>Standard GUI</a>";
|
2005-05-20 17:42:06 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2005-10-23 07:19:03 +00:00
|
|
|
$features_5 = "
|
|
|
|
<li> You attach to projects using your own email address and password.
|
|
|
|
Long, random 'account keys' are no longer used.
|
|
|
|
<li> BOINC checks for proxy configuration problems
|
|
|
|
when you first attach to a project.
|
|
|
|
<li>
|
|
|
|
The file gui_rpc_auth.cfg contains a password that
|
|
|
|
protects the BOINC client from control by other users on the same host.
|
|
|
|
BOINC automatically generates a password if none is found.
|
|
|
|
If you use tools like BOINCView you may need to look it up or change it.
|
|
|
|
If you need to revert from 5.2.x to an earlier version,
|
|
|
|
you must delete gui_rpc_auth.cfg from your BOINC directory.
|
|
|
|
<li> Alert boxes now provide feedback when certain errors occur.
|
|
|
|
<li> BOINC supports 'Account Management Systems' (to be announced).
|
|
|
|
";
|
|
|
|
|
2005-10-20 02:30:43 +00:00
|
|
|
$w522= array(
|
|
|
|
"num"=>"5.2.2",
|
|
|
|
"status"=>"Recommended version",
|
|
|
|
"file"=>"boinc_5.2.2_windows_intelx86.exe",
|
|
|
|
"date"=>"17 October 2005",
|
|
|
|
"type"=>win_new(),
|
|
|
|
"features"=>"<ul>
|
2005-10-23 07:19:03 +00:00
|
|
|
<li> Dial-up features now work with all installation types.
|
|
|
|
<li> The BOINC Manager can now be controlled using only the keyboard.
|
|
|
|
".$features_5."
|
2005-10-20 02:30:43 +00:00
|
|
|
</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.
|
|
|
|
</ul>
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-06-09 17:42:35 +00:00
|
|
|
$w445= array(
|
|
|
|
"num"=>"4.45",
|
2005-10-20 02:30:43 +00:00
|
|
|
"status"=>"Older version",
|
2005-06-09 17:42:35 +00:00
|
|
|
"file"=>"boinc_4.45_windows_intelx86.exe",
|
|
|
|
"date"=>"6 June 2005",
|
2005-05-20 17:42:06 +00:00
|
|
|
"type"=>win_new(),
|
|
|
|
"features"=>"<ul>
|
|
|
|
<li>
|
2005-06-09 17:42:35 +00:00
|
|
|
We are now including a tool with command line interface to control boinc within the
|
|
|
|
default distribution
|
|
|
|
</ul>
|
|
|
|
",
|
|
|
|
"features"=>"<ul>
|
|
|
|
<li>
|
2005-05-26 20:25:00 +00:00
|
|
|
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.
|
2005-05-20 17:42:06 +00:00
|
|
|
<li>
|
|
|
|
Fixes a bug in which Intellisense/Intellipoint
|
|
|
|
closes applications while in screensaver mode.
|
|
|
|
<li>
|
|
|
|
Fixes bugs with managed deployments with Active Directory.
|
|
|
|
<li>
|
2005-05-21 23:52:30 +00:00
|
|
|
A new 'Select Computer' dialog remembers which computers you have connected to.
|
2005-05-20 17:42:06 +00:00
|
|
|
<li>
|
2005-05-26 20:25:00 +00:00
|
|
|
A new statistics tab has been added to the BOINC manager
|
|
|
|
(thanks to Jens Breitbart for the great feature).
|
2005-05-20 17:42:06 +00:00
|
|
|
<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>
|
2005-05-26 20:25:00 +00:00
|
|
|
BOINC Manager now uses buttons instead of web-type links.
|
2005-05-20 17:42:06 +00:00
|
|
|
</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>
|
2005-05-26 20:25:00 +00:00
|
|
|
If BOINC runs at the same time as Windows XP 3-D screensavers,
|
2005-05-20 17:42:06 +00:00
|
|
|
the system becomes sluggish and unresponsive.
|
|
|
|
<li>
|
2005-05-21 23:52:30 +00:00
|
|
|
Dial-up users should choose the single-user installation.
|
2005-05-20 17:42:06 +00:00
|
|
|
<li>
|
2005-05-21 23:52:30 +00:00
|
|
|
Graphics sometimes do not work with ATI Graphics card.
|
2005-05-27 02:10:49 +00:00
|
|
|
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>
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
|
|
|
$w419 = array(
|
|
|
|
"num"=>"4.19",
|
|
|
|
"status"=>"Older version",
|
|
|
|
"file"=>"boinc_4.19_windows_intelx86.exe",
|
|
|
|
"date"=>"25 Jan 2005",
|
|
|
|
"type"=>win_old(),
|
|
|
|
null,
|
|
|
|
"bugs"=>"<ul>
|
|
|
|
<li> Doesn't work with some HTTP proxies (fixed in later versions).
|
|
|
|
<li>
|
|
|
|
If BOINC runs at the same time as Windows XP 3-D screensavers,
|
|
|
|
the system becomes sluggish.
|
|
|
|
</ul>
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-05-21 23:52:30 +00:00
|
|
|
$m443 = array(
|
2005-05-23 18:33:00 +00:00
|
|
|
"num"=>"4.43",
|
2005-06-25 23:54:07 +00:00
|
|
|
"status"=>"Recommended version (standard GUI)",
|
2005-05-23 18:33:00 +00:00
|
|
|
"file"=>"boinc_4.43_macOSX.zip",
|
2005-05-21 23:52:30 +00:00
|
|
|
"date"=>"21 May 2005",
|
|
|
|
"type"=>mac_advanced(),
|
|
|
|
"bugs"=>"<ul>
|
|
|
|
<li>
|
2005-05-31 17:39:32 +00:00
|
|
|
BOINC no longer works on Mac OS 10.2 and requires 10.3.9 or higher.
|
2005-05-21 23:52:30 +00:00
|
|
|
</ul>
|
2005-05-20 17:42:06 +00:00
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-05-23 18:33:00 +00:00
|
|
|
$m443c = array(
|
|
|
|
"num"=>"4.43",
|
2005-06-25 23:54:07 +00:00
|
|
|
"status"=>"Unix command-line version",
|
2005-05-23 18:33:00 +00:00
|
|
|
"file"=>"boinc_4.43_powerpc-apple-darwin.zip",
|
|
|
|
"date"=>"21 May 2005",
|
|
|
|
"type"=>bare_core(),
|
|
|
|
"bugs"=>"
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-05-20 17:42:06 +00:00
|
|
|
$m419 = array(
|
|
|
|
"num"=>"4.19",
|
2005-06-06 21:49:37 +00:00
|
|
|
"status"=>"Older version",
|
2005-05-20 17:42:06 +00:00
|
|
|
"file"=>"boinc_4.19_powerpc-apple-darwin.gz",
|
|
|
|
"date"=>"25 Jan 2005",
|
|
|
|
"type"=>bare_core()
|
|
|
|
);
|
|
|
|
|
|
|
|
$m437s = array(
|
2005-05-24 00:33:08 +00:00
|
|
|
"num"=>"4.43 (4)",
|
2005-06-06 21:49:37 +00:00
|
|
|
"status"=>"Recommended version (simple GUI)",
|
2005-05-24 00:33:08 +00:00
|
|
|
"file"=>"boinc_menubar_v4.43_(4)_mac.zip",
|
|
|
|
"date"=>"23 May 2005",
|
2005-05-20 17:42:06 +00:00
|
|
|
"type"=>mac_simple(),
|
2005-05-26 20:25:00 +00:00
|
|
|
"features"=>"<ul><li>Includes improved BOINC client
|
2005-05-20 17:42:06 +00:00
|
|
|
</ul>
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-10-21 00:41:06 +00:00
|
|
|
$m524 = array(
|
|
|
|
"num"=>"5.2.4",
|
2005-07-04 22:47:47 +00:00
|
|
|
"status"=>"Development version (standard GUI)",
|
2005-10-21 00:41:06 +00:00
|
|
|
"file"=>"boinc_5.2.4_macOSX.zip",
|
|
|
|
"date"=>"20 October 2005",
|
2005-07-04 22:47:47 +00:00
|
|
|
"type"=>mac_advanced(),
|
2005-07-07 12:43:09 +00:00
|
|
|
"features"=>"<ul>
|
2005-07-04 22:47:47 +00:00
|
|
|
<li>
|
|
|
|
BOINC now works with OS 10.3.0 or higher.
|
2005-07-07 12:43:09 +00:00
|
|
|
<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.
|
2005-10-23 07:19:03 +00:00
|
|
|
".$features_5."
|
2005-07-04 22:47:47 +00:00
|
|
|
</ul>
|
2005-07-07 12:43:09 +00:00
|
|
|
",
|
|
|
|
"bugs"=>"
|
2005-07-04 22:47:47 +00:00
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-10-21 00:41:06 +00:00
|
|
|
$m524c = array(
|
|
|
|
"num"=>"5.2.4",
|
2005-07-04 22:47:47 +00:00
|
|
|
"status"=>"Development version (Unix command-line version)",
|
2005-10-21 00:41:06 +00:00
|
|
|
"file"=>"boinc_5.2.4_powerpc-apple-darwin.zip",
|
|
|
|
"date"=>"20 October 2005",
|
2005-07-04 22:47:47 +00:00
|
|
|
"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"=>"
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-10-20 06:26:20 +00:00
|
|
|
$l524 = array(
|
|
|
|
"num"=>"5.2.4",
|
2005-10-20 02:30:43 +00:00
|
|
|
"status"=>"Recommended version",
|
2005-10-20 06:26:20 +00:00
|
|
|
"file"=>"boinc_5.2.4_i686-pc-linux-gnu.sh",
|
2005-10-20 02:30:43 +00:00
|
|
|
"date"=>"19 October 2005",
|
|
|
|
"type"=>sea(),
|
|
|
|
"features"=>"<ul>
|
2005-10-23 07:19:03 +00:00
|
|
|
".$features_5."
|
2005-10-20 02:30:43 +00:00
|
|
|
</ul>
|
|
|
|
"
|
|
|
|
);
|
2005-07-04 22:47:47 +00:00
|
|
|
|
2005-05-24 05:32:29 +00:00
|
|
|
$l443 = array(
|
|
|
|
"num"=>"4.43",
|
2005-10-20 02:30:43 +00:00
|
|
|
"status"=>"Older version",
|
2005-05-24 05:32:29 +00:00
|
|
|
"file"=>"boinc_4.43_i686-pc-linux-gnu.sh",
|
|
|
|
"date"=>"23 May 2005",
|
2005-06-28 15:34:16 +00:00
|
|
|
"type"=>sea(),
|
|
|
|
"bugs"=>"<ul>
|
|
|
|
<li>
|
|
|
|
boincmgr currently requires a later version of glibc than what we want. When running
|
|
|
|
boincmgr you might see this error message:<br>
|
|
|
|
boincmgr: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by boincmgr)<br><br>
|
|
|
|
We are investigating this issue.
|
2005-10-20 02:30:43 +00:00
|
|
|
<li>
|
|
|
|
Cutting and pasting does not appear to work.
|
2005-07-08 20:09:13 +00:00
|
|
|
</ul>
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-05-31 18:39:37 +00:00
|
|
|
$l419 = array(
|
|
|
|
"num"=>"4.19",
|
2005-06-06 21:49:37 +00:00
|
|
|
"status"=>"Older version",
|
2005-05-31 18:39:37 +00:00
|
|
|
"file"=>"boinc_4.19_i686-pc-linux-gnu.gz",
|
|
|
|
"date"=>"25 Jan 2005",
|
|
|
|
"type"=>bare_core()
|
|
|
|
);
|
2005-07-08 20:09:13 +00:00
|
|
|
|
2005-05-20 17:42:06 +00:00
|
|
|
$s419 = array(
|
|
|
|
"num"=>"4.19",
|
|
|
|
"status"=>"Recommended version",
|
|
|
|
"file"=>"boinc_4.19_sparc-sun-solaris2.7.gz",
|
|
|
|
"date"=>"25 Jan 2005",
|
|
|
|
"type"=>bare_core()
|
|
|
|
);
|
|
|
|
|
2005-05-26 16:57:50 +00:00
|
|
|
$s443 = array(
|
|
|
|
"num"=>"4.43",
|
2005-05-20 17:42:06 +00:00
|
|
|
"status"=>"Development version",
|
2005-05-26 16:57:50 +00:00
|
|
|
"file"=>"boinc_4.43_sparc-sun-solaris2.7.sh",
|
|
|
|
"date"=>"26 May 2005",
|
2005-05-20 17:42:06 +00:00
|
|
|
"type"=>sea()
|
|
|
|
);
|
|
|
|
|
|
|
|
$windows = array(
|
|
|
|
"name"=>"Windows",
|
|
|
|
"versions"=>array(
|
2005-10-17 21:38:37 +00:00
|
|
|
$w522,
|
2005-10-20 02:30:43 +00:00
|
|
|
$w445,
|
2005-05-23 18:33:00 +00:00
|
|
|
$w419
|
2005-05-20 17:42:06 +00:00
|
|
|
)
|
|
|
|
);
|
|
|
|
$mac = array(
|
2005-06-26 04:08:40 +00:00
|
|
|
"name"=>"Macintosh OS X (10.3 or higher)",
|
2005-05-20 17:42:06 +00:00
|
|
|
"versions"=>array(
|
2005-10-21 04:01:16 +00:00
|
|
|
$m524,
|
|
|
|
$m524c,
|
2005-05-21 23:52:30 +00:00
|
|
|
$m443,
|
2005-05-20 17:42:06 +00:00
|
|
|
$m437s,
|
2005-05-31 21:59:29 +00:00
|
|
|
$m443c,
|
2005-10-21 04:01:16 +00:00
|
|
|
$m419
|
2005-05-20 17:42:06 +00:00
|
|
|
)
|
|
|
|
);
|
|
|
|
$linux = array(
|
2005-10-02 18:23:38 +00:00
|
|
|
"name"=>"Linux/x86",
|
|
|
|
"url"=>"linux.php",
|
2005-05-20 17:42:06 +00:00
|
|
|
"versions"=>array(
|
2005-10-20 06:26:20 +00:00
|
|
|
$l524,
|
2005-05-31 18:39:37 +00:00
|
|
|
$l443,
|
|
|
|
$l419
|
2005-05-20 17:42:06 +00:00
|
|
|
)
|
|
|
|
);
|
|
|
|
$solaris = array(
|
2005-10-02 18:23:38 +00:00
|
|
|
"name"=>"Solaris/SPARC",
|
|
|
|
"url"=>"solaris.php",
|
2005-05-20 17:42:06 +00:00
|
|
|
"versions"=>array(
|
|
|
|
$s419,
|
2005-05-26 16:57:50 +00:00
|
|
|
$s443
|
2005-05-20 17:42:06 +00:00
|
|
|
)
|
|
|
|
);
|
|
|
|
|
|
|
|
$platforms = array(
|
|
|
|
"win"=>$windows,
|
|
|
|
"mac"=>$mac,
|
|
|
|
"linux"=>$linux,
|
|
|
|
"solaris"=>$solaris
|
|
|
|
);
|
|
|
|
|
|
|
|
?>
|