2005-05-20 17:42:06 +00:00
|
|
|
<?php
|
|
|
|
|
2005-10-26 05:38:40 +00:00
|
|
|
function type_text($type) {
|
2005-05-20 17:42:06 +00:00
|
|
|
global $xml;
|
|
|
|
if ($xml) {
|
2005-10-26 05:38:40 +00:00
|
|
|
switch($type) {
|
|
|
|
case "win_old":
|
|
|
|
return "Single-mode Windows installer";
|
|
|
|
case "win_new":
|
|
|
|
return "Windows installer";
|
|
|
|
case "bare_core":
|
|
|
|
return "Core client only (command-line)";
|
|
|
|
case "sea":
|
|
|
|
return "Self-extracting archive";
|
|
|
|
case "mac_advanced":
|
|
|
|
return "Standard GUI";
|
|
|
|
}
|
2005-05-20 17:42:06 +00:00
|
|
|
} else {
|
2005-10-26 05:38:40 +00:00
|
|
|
switch($type) {
|
|
|
|
case "win_old":
|
|
|
|
return "<a href=client_windows.php>Single-mode Windows installer</a>";
|
|
|
|
case "win_new":
|
|
|
|
return "<a href=win_install.php>Windows installer</a>";
|
|
|
|
case "bare_core":
|
|
|
|
return "<a href=bare_core.php>Core client only (command-line)</a>";
|
|
|
|
case "sea":
|
|
|
|
return "<a href=sea.php>Self-extracting archive</a>";
|
|
|
|
case "mac_advanced":
|
|
|
|
return "<a href=mac_advanced.php>Standard GUI</a>";
|
|
|
|
}
|
2005-05-20 17:42:06 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2006-07-07 20:55:58 +00:00
|
|
|
$features_55 = "
|
|
|
|
<li> New CPU Scheduler.
|
2006-08-15 03:02:03 +00:00
|
|
|
<li> New Work Fetch Policy.
|
2006-08-17 09:39:18 +00:00
|
|
|
<li> CPU Capability detection.
|
2006-07-07 20:55:58 +00:00
|
|
|
<li> Revamped logging solution.
|
2006-08-01 21:22:25 +00:00
|
|
|
<li> Improved security for POSIX compliant systems
|
2006-08-03 20:45:18 +00:00
|
|
|
(only implemented for the Mac)
|
2006-07-07 20:55:58 +00:00
|
|
|
<li> Add support for file compression on upload.
|
|
|
|
";
|
|
|
|
|
2006-04-11 01:26:10 +00:00
|
|
|
$features_54 = "
|
2006-05-15 00:27:15 +00:00
|
|
|
<li>
|
|
|
|
BOINC now lets you use 'Account managers' - special web sites
|
|
|
|
that let you browse BOINC projects, attach/detach,
|
|
|
|
change resource share and settings,
|
|
|
|
all with point-and-click simplicity.
|
|
|
|
Account managers are also great if you have several computers -
|
|
|
|
you just have to make changes once.
|
|
|
|
A couple of excellent account managers are nearly ready for use;
|
|
|
|
stay tuned to the
|
|
|
|
<a href=http://boinc.berkeley.edu/>BOINC web site</a> for details.
|
|
|
|
<li>
|
|
|
|
Fixes a bug where a personal firewall prevents the BOINC screensaver
|
|
|
|
from running, causing your computer to lock up.
|
|
|
|
<li>
|
|
|
|
General preferences can be overridden by a local file
|
|
|
|
details are <a href=http://boinc.berkeley.edu/prefs_override.php>here</a>.
|
|
|
|
<li>
|
|
|
|
BOINC now alerts you whenever it needs you
|
|
|
|
to create a network connection.
|
|
|
|
<li> SOCKS5 proxies are now supported.
|
2006-04-11 01:26:10 +00:00
|
|
|
";
|
|
|
|
|
2006-01-31 07:18:23 +00:00
|
|
|
$features_53 = "
|
|
|
|
<li> Customized clients can now be created.
|
|
|
|
<li> Account manager support has been enhanced.
|
|
|
|
<li> Farm manager support has been added.
|
|
|
|
";
|
|
|
|
|
|
|
|
$features_52 = "
|
2005-10-23 07:19:03 +00:00
|
|
|
<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).
|
|
|
|
";
|
|
|
|
|
2006-07-07 20:55:58 +00:00
|
|
|
$changes_55 = "
|
2006-07-26 21:25:25 +00:00
|
|
|
<li>Changes since 5.5.6
|
|
|
|
<ul>
|
|
|
|
<li>BOINC Linux build system ovehaul.
|
|
|
|
<li>System tray icon changes for suspend/resume operations.
|
|
|
|
</ul>
|
2006-07-07 20:55:58 +00:00
|
|
|
";
|
|
|
|
|
2006-04-12 05:21:41 +00:00
|
|
|
$changes_54 = "
|
2006-05-05 20:57:34 +00:00
|
|
|
<li>Changes since 5.4.8
|
|
|
|
<ul>
|
|
|
|
<li>Changed the master url messages from errors to warnings.
|
|
|
|
</ul>
|
2006-05-03 20:54:25 +00:00
|
|
|
<li>Changes since 5.4.7
|
|
|
|
<ul>
|
|
|
|
<li>Notify the firewall and security packages of the screensaver's need
|
|
|
|
to communicate with the client when the manager launches to avoid
|
|
|
|
screensaver lockups due to the firewall and security packages.
|
|
|
|
<li>Fix the wizard when running on the Mac so that all the text can
|
|
|
|
be displayed.
|
|
|
|
</ul>
|
2006-04-28 21:46:45 +00:00
|
|
|
<li>Changes since 5.4.6
|
|
|
|
<ul>
|
|
|
|
<li>Use the correct localized formatting for dates, time, and numerical
|
|
|
|
values when displaying messages.
|
|
|
|
</ul>
|
2006-04-25 03:41:35 +00:00
|
|
|
<li>Changes since 5.4.5
|
|
|
|
<ul>
|
|
|
|
<li>Attach to project wizard fixed.
|
|
|
|
<li>NTLM Authentication for HTTP Proxies disabled.
|
|
|
|
</ul>
|
2006-04-21 07:43:19 +00:00
|
|
|
<li>Changes since 5.4.4
|
|
|
|
<ul>
|
|
|
|
<li>More performance enhancements.
|
|
|
|
<li>Connection failures due to network issues do not cause a backoff
|
|
|
|
event. Retries are set for one minute.
|
|
|
|
<li>SOCKS5 authentication bug fixes. It should now work.
|
2006-05-15 00:27:15 +00:00
|
|
|
<li>HTTP authentication bug fixes. Last round of performance enhancements
|
2006-04-21 07:43:19 +00:00
|
|
|
broke http auth.
|
2006-05-15 00:27:15 +00:00
|
|
|
<li>Better network tracing through <net_xfer_debug> flag
|
2006-04-21 07:43:19 +00:00
|
|
|
in log_flags.xml.
|
|
|
|
</ul>
|
2006-04-18 01:56:39 +00:00
|
|
|
<li>Changes since 5.4.3
|
|
|
|
<ul>
|
2006-04-21 07:43:19 +00:00
|
|
|
<li>Performance enhancements.
|
2006-04-18 01:56:39 +00:00
|
|
|
<li>Improve dialogs on Linux so they fit well on the screen and have
|
|
|
|
OK buttons.
|
|
|
|
</ul>
|
2006-04-14 04:43:53 +00:00
|
|
|
<li>Changes since 5.4.2
|
|
|
|
<ul>
|
|
|
|
<li>Fixed a shutdown problem which was causing the manager to linger
|
|
|
|
around even after the core client had shutdown.
|
|
|
|
<li>Fixed a window flicker problem on application startup.
|
|
|
|
</ul>
|
2006-04-13 09:56:26 +00:00
|
|
|
<li>Changes since 5.4.1
|
|
|
|
<ul>
|
|
|
|
<li>Fix a crash when running under Win9x and screen saver passwords
|
|
|
|
are enabled.
|
|
|
|
</ul>
|
2006-04-12 05:21:41 +00:00
|
|
|
<li>Changes since 5.4.0
|
|
|
|
<ul>
|
|
|
|
<li>Screensaver fixes when running on a machine without a graphics
|
|
|
|
accelerator.
|
|
|
|
<li>Account manager display issue.
|
|
|
|
</ul>
|
|
|
|
";
|
2006-04-11 01:26:10 +00:00
|
|
|
|
2006-01-31 07:18:23 +00:00
|
|
|
$changes_53 = "
|
2006-03-31 07:27:17 +00:00
|
|
|
<li>Changes since 5.3.30
|
|
|
|
<ul>
|
|
|
|
<li>Localization Updates.
|
|
|
|
<li>Reworked the service startup code so that DLL initialization happens
|
|
|
|
after the call to the service control manager.
|
|
|
|
<li>Reorganized the installer components to shrink the installation
|
|
|
|
package.
|
|
|
|
</ul>
|
2006-03-29 08:12:56 +00:00
|
|
|
<li>Changes since 5.3.29
|
|
|
|
<ul>
|
|
|
|
<li>Localization Updates.
|
|
|
|
<li>Fixed BOINC Manager shutdown logic for all platforms. Previously
|
|
|
|
it only worked for Windows.
|
|
|
|
<li>Add RPC and SENS dependency to BOINC when running as a service.
|
|
|
|
</ul>
|
2006-03-28 09:02:31 +00:00
|
|
|
<li>Changes since 5.3.28
|
|
|
|
<ul>
|
|
|
|
<li>Localization Updates.
|
|
|
|
<li>Support for building BOINC Manager with Unicode libraries.
|
|
|
|
<li>Fraction done is not checked for until after the app has called
|
|
|
|
boinc_fraction_done() at least once.
|
|
|
|
<li>Fix idle detection code on Windows.
|
|
|
|
<li>Disable the \"Copy selected message\" button until a message has
|
|
|
|
been selected.
|
|
|
|
<li>Add additional text to the abort workunit message which displays
|
|
|
|
progress and status.
|
|
|
|
<li>Don't shutdown a remote BOINC client when exiting the manager.
|
|
|
|
<li>Display need to connect to the internet messages for Linux and Mac.
|
|
|
|
</ul>
|
2006-03-21 23:54:58 +00:00
|
|
|
<li>Changes since 5.3.27
|
|
|
|
<ul>
|
|
|
|
<li>Localization Updates.
|
|
|
|
<li>Account manager fixes when updating preferences.
|
|
|
|
<li>Partial file transfer fix.
|
|
|
|
<li>Proxy authentication issues on file upload fix.
|
|
|
|
<li>Shared install permission bug fix.
|
|
|
|
</ul>
|
2006-03-17 10:33:33 +00:00
|
|
|
<li>Changes since 5.3.26
|
|
|
|
<ul>
|
|
|
|
<li>Account Manager fixes.
|
|
|
|
<li>Localization Updates.
|
|
|
|
<li>BOINC Manager will no longer enable the show graphics button when
|
|
|
|
the core client has detected it is running as a service and isn't
|
|
|
|
running as the SYSTEM account.
|
|
|
|
<li>Preform a scheduler RPC for every project attached via an
|
|
|
|
account manager when the client successfully syncs with the
|
|
|
|
account manager.
|
|
|
|
<li>Fix the crash that would happen on Win9x when shutting down.
|
|
|
|
</ul>
|
2006-03-14 09:35:04 +00:00
|
|
|
<li>Changes since 5.3.24
|
|
|
|
<ul>
|
|
|
|
<li>Account Manager fixes.
|
|
|
|
<li>Localization Updates.
|
|
|
|
</ul>
|
2006-03-06 23:37:07 +00:00
|
|
|
<li>Changes since 5.3.23
|
|
|
|
<ul>
|
|
|
|
<li>Possible fix to work-fetch policy where the client failed to
|
|
|
|
get more work before running empty.
|
|
|
|
<li>Fix for multiple host creation bug.
|
|
|
|
<li>Fix RAM size detection on HPUX.
|
|
|
|
<li>Fix name, team, and project name changes in the manager,
|
|
|
|
<li>Preserve project directory contents when reattaching to a
|
2006-05-15 00:27:15 +00:00
|
|
|
project that uses the anonymous platform mechanism.
|
2006-03-06 23:37:07 +00:00
|
|
|
<li>More upload/download display fixes.
|
|
|
|
</ul>
|
2006-03-01 11:15:11 +00:00
|
|
|
<li>Changes since 5.3.22
|
|
|
|
<ul>
|
|
|
|
<li>Fix detech from account manager problem.
|
|
|
|
<li>Fix multiple boinc.exe execution problems when
|
|
|
|
Fast-User-Switching was used in conjunction with services.
|
|
|
|
</ul>
|
2006-02-25 02:12:55 +00:00
|
|
|
<li>Changes since 5.3.21
|
|
|
|
<ul>
|
|
|
|
<li>Partial fix for projects who are already using compression.
|
|
|
|
</ul>
|
2006-02-24 08:55:12 +00:00
|
|
|
<li>Changes since 5.3.20
|
|
|
|
<ul>
|
|
|
|
<li>Fixed a few issues with attaching and detaching from projects.
|
|
|
|
<li>Fixed an issue with reporting file transfer size.
|
|
|
|
</ul>
|
2006-02-23 09:23:08 +00:00
|
|
|
<li>Changes since 5.3.16
|
|
|
|
<ul>
|
|
|
|
<li>Dialup functionality has been streamlined and should support
|
|
|
|
a number of different scenarios that the previous scheme did
|
|
|
|
not.
|
|
|
|
<li>Improve state file recovery logic so that a previous state file
|
|
|
|
can be used if the primary state file has become corrupted.
|
|
|
|
<li>Introduction of the ability to override the global preferences
|
|
|
|
by setting up a global_prefs_override.xml file.
|
|
|
|
<li>Increased the refresh rate for viewing data to 1 second from
|
|
|
|
5 seconds.
|
|
|
|
</ul>
|
2006-01-31 07:18:23 +00:00
|
|
|
<li>Changes since 5.3.15
|
2005-12-04 11:56:57 +00:00
|
|
|
<ul>
|
2006-01-31 07:18:23 +00:00
|
|
|
<li>CPU scheduler reverted back to previous scheme.
|
2006-02-01 02:25:42 +00:00
|
|
|
<li>Item selection on Linux and Mac fixed in list view controls.
|
2005-12-04 11:56:57 +00:00
|
|
|
</ul>
|
2005-12-24 12:38:05 +00:00
|
|
|
";
|
|
|
|
|
2006-01-31 07:18:23 +00:00
|
|
|
$changes_52 = "
|
2005-11-29 10:52:47 +00:00
|
|
|
<li>Changes since 5.2.12
|
|
|
|
<ul>
|
2005-11-29 10:54:37 +00:00
|
|
|
<li>Localization updates.
|
2005-11-29 10:52:47 +00:00
|
|
|
<li>Network communication failure page added which describes basic ways to
|
|
|
|
resolve common networking issues.
|
|
|
|
<li>Fixed a timing issue where the manager would look for the password file
|
|
|
|
before the client actually created one.
|
|
|
|
</ul>
|
2005-11-27 02:32:47 +00:00
|
|
|
<li>Changes since 5.2.11
|
|
|
|
<ul>
|
|
|
|
<li>Prompt to retry the connection if a connection failed event occurs.
|
2005-11-27 02:32:48 +00:00
|
|
|
<li>Treat various forms of the local computer name as a local machine instead
|
2005-11-27 02:32:47 +00:00
|
|
|
of a remote machine.
|
|
|
|
</ul>
|
2005-11-26 11:51:36 +00:00
|
|
|
<li>Changes since 5.2.10
|
|
|
|
<ul>
|
|
|
|
<li>Wizards cannot be run without a connection to the core client.
|
|
|
|
</ul>
|
2005-11-26 09:13:58 +00:00
|
|
|
<li>Changes since 5.2.9
|
|
|
|
<ul>
|
|
|
|
<li>Win: Fixes a BOINC Manager connection issue when the manager is
|
|
|
|
waiting on a firewall for the all clear. This generally happens
|
|
|
|
after a reboot.
|
|
|
|
</ul>
|
2005-11-26 04:03:54 +00:00
|
|
|
<li>Changes since 5.2.8
|
|
|
|
<ul>
|
|
|
|
<li>Win: Fixes the 'connection failed' message when another program
|
|
|
|
is using the BOINC communication port.
|
|
|
|
</ul>
|
2005-11-23 05:47:43 +00:00
|
|
|
<li>Changes since 5.2.7
|
|
|
|
<ul>
|
|
|
|
<li>Localization updates.
|
|
|
|
<li>Resolve many connection issues regarding passwords.
|
|
|
|
<li>Mac: Fix a screensaver stutter while scrolling text.
|
|
|
|
</ul>
|
2005-11-08 09:06:49 +00:00
|
|
|
<li>Changes since 5.2.6
|
|
|
|
<ul>
|
|
|
|
<li>Localization updates.
|
|
|
|
<li>Usability enhancements.
|
|
|
|
<li>Fix a crash condition when connecting to a remote machine.
|
2005-11-23 05:47:43 +00:00
|
|
|
<li>Fix for file handle usage on Linux/Mac which caused BOINC to run out of
|
2005-11-08 09:06:49 +00:00
|
|
|
file handles.
|
|
|
|
</ul>
|
|
|
|
";
|
|
|
|
|
2006-06-28 08:27:56 +00:00
|
|
|
$mac_changes_55= "
|
|
|
|
<li>Macintosh only:
|
|
|
|
<ul>
|
2006-06-28 08:33:07 +00:00
|
|
|
<li> Version 5.5.4 BOINC Manager for the Mac introduces new, stricter
|
2006-06-28 08:27:56 +00:00
|
|
|
security measures. If you experience problems with this software,
|
|
|
|
you can re-install a version of BOINC prior to 5.5.4; this will
|
|
|
|
automatically revert ownership and permissions to the earlier
|
|
|
|
implementation. For details, please see the ReadMe file.
|
2006-07-27 09:07:56 +00:00
|
|
|
<li> New <a href=mac_admin_tools.php>tools</a> for Macintosh system administrators are available.
|
2006-06-28 08:27:56 +00:00
|
|
|
</ul>
|
|
|
|
";
|
|
|
|
|
2006-04-11 11:17:53 +00:00
|
|
|
$mac_changes_54= "
|
2006-02-01 02:25:42 +00:00
|
|
|
<li>Macintosh only:
|
2006-01-31 07:18:23 +00:00
|
|
|
<ul>
|
2006-02-25 01:19:44 +00:00
|
|
|
<li> To support Intel-based Macs, the Mac BOINC Manager package,
|
|
|
|
stand-alone BOINC client and command-line tool boinc_cmd are
|
|
|
|
now universal binaries, which contain executables for both Intel
|
|
|
|
and PowerPC macs in the same files. This is indicated by the
|
2006-04-11 11:17:53 +00:00
|
|
|
new download package names: boinc_5.4.0_macOSX_universal.zip and
|
|
|
|
boinc_5.4.0_universal-apple-darwin.zip.
|
2006-02-25 01:19:44 +00:00
|
|
|
<li> We have added a new platform for science project applications
|
|
|
|
to run on Intel Macs: i686-apple-darwin. The new universal binary
|
|
|
|
Mac clients automatically request applications from the old
|
|
|
|
powerpc-apple-darwin platform when running on a PowerPC Mac, and
|
|
|
|
from the new i686-apple-darwin platform when running on an Intel Mac.
|
|
|
|
<li> Upgrade warning: You may lose unreported results if you are upgrading
|
2006-04-17 08:42:39 +00:00
|
|
|
from a version of BOINC earlier than 5.4.0 on an Intel Mac, or if you are
|
|
|
|
transferring BOINC Data from a PowerPC Mac to an Intel Mac, or from an
|
|
|
|
Intel Mac to a PowerPC Mac. To prevent this, open BOINC Manager window,
|
|
|
|
select the Projects tab, select each project and press the Update button.
|
2006-02-25 02:51:21 +00:00
|
|
|
Then select the Tasks tab and make sure there are no tasks \"Ready to report.\"
|
2006-02-06 21:03:36 +00:00
|
|
|
<li> We are now building with newer tools and libraries: XCode 2.2,
|
2006-04-27 11:15:08 +00:00
|
|
|
WxWidgets 2.6.2, libcurl 7.15.3.
|
2006-02-06 21:03:36 +00:00
|
|
|
<li> Only administrators can attach to a new project
|
|
|
|
(for improved security).
|
|
|
|
<li> No longer crashes if there is a space character
|
|
|
|
in the path to BOINCManager.
|
2006-01-31 07:18:23 +00:00
|
|
|
</ul>
|
|
|
|
";
|
|
|
|
|
2006-09-05 21:50:36 +00:00
|
|
|
$linux_libs_56= "
|
2006-08-01 22:08:09 +00:00
|
|
|
<li>Boincmgr requires GTK++2.0 or higher, which is included in most
|
|
|
|
Linux distributions. Its been tested on:
|
|
|
|
<ul>
|
|
|
|
<li>Fedora Core 5
|
2006-08-01 22:18:45 +00:00
|
|
|
<li>SUSE 10.1
|
2006-08-01 22:08:09 +00:00
|
|
|
<li>Ubuntu 6.06
|
2006-07-13 22:40:17 +00:00
|
|
|
</ul>
|
|
|
|
";
|
|
|
|
|
2006-09-18 06:38:15 +00:00
|
|
|
$w564= array(
|
|
|
|
"num"=>"5.6.4",
|
2006-07-07 20:55:58 +00:00
|
|
|
"status"=>"Development version",
|
2006-09-18 06:38:15 +00:00
|
|
|
"file"=>"boinc_5.6.4_windows_intelx86.exe",
|
|
|
|
"date"=>"17 Sep 2006",
|
2006-07-07 20:55:58 +00:00
|
|
|
"type"=>"win_new",
|
|
|
|
"features"=>"<ul>
|
|
|
|
".$features_55."
|
|
|
|
".$changes_55."
|
|
|
|
</ul>
|
|
|
|
",
|
2006-08-22 20:18:44 +00:00
|
|
|
"bugs"=>""
|
2006-07-07 20:55:58 +00:00
|
|
|
);
|
|
|
|
|
2006-08-03 09:14:31 +00:00
|
|
|
$w5411= array(
|
|
|
|
"num"=>"5.4.11",
|
2006-05-12 00:08:09 +00:00
|
|
|
"status"=>"Recommended version",
|
2006-08-03 09:14:31 +00:00
|
|
|
"file"=>"boinc_5.4.11_windows_intelx86.exe",
|
|
|
|
"date"=>"2 Aug 2006",
|
2005-12-04 11:56:57 +00:00
|
|
|
"type"=>"win_new",
|
2006-01-31 07:18:23 +00:00
|
|
|
"features"=>"<ul>
|
2006-04-11 01:26:10 +00:00
|
|
|
".$features_54."
|
|
|
|
".$changes_54."
|
2005-12-04 11:56:57 +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.
|
2006-05-12 00:17:25 +00:00
|
|
|
<li>
|
|
|
|
If you use a proxy server, please hold off upgrading for now. We have
|
|
|
|
a fix in the works for proxies that use NTLM authentication.
|
2005-12-04 11:56:57 +00:00
|
|
|
</ul>
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-11-29 10:52:47 +00:00
|
|
|
$w5213= array(
|
|
|
|
"num"=>"5.2.13",
|
2006-05-12 00:08:09 +00:00
|
|
|
"status"=>"Older version",
|
2005-11-29 10:52:47 +00:00
|
|
|
"file"=>"boinc_5.2.13_windows_intelx86.exe",
|
|
|
|
"date"=>"29 Nov 2005",
|
2005-10-26 05:38:40 +00:00
|
|
|
"type"=>"win_new",
|
2005-10-20 02:30:43 +00:00
|
|
|
"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.
|
2006-01-31 07:18:23 +00:00
|
|
|
".$features_52."
|
|
|
|
".$changes_52."
|
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-10-26 05:38:40 +00:00
|
|
|
"type"=>"win_new",
|
2005-05-20 17:42:06 +00:00
|
|
|
"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
|
2006-05-15 00:27:15 +00:00
|
|
|
with the various projects to find out when they'll release a new application with the fix.
|
2005-05-27 02:10:49 +00:00
|
|
|
</ul>
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
|
|
|
$w419 = array(
|
|
|
|
"num"=>"4.19",
|
|
|
|
"status"=>"Older version",
|
|
|
|
"file"=>"boinc_4.19_windows_intelx86.exe",
|
|
|
|
"date"=>"25 Jan 2005",
|
2005-10-26 05:38:40 +00:00
|
|
|
"type"=>"win_old",
|
2005-05-27 02:10:49 +00:00
|
|
|
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>
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2006-09-06 07:11:18 +00:00
|
|
|
$m563 = array(
|
|
|
|
"num"=>"5.6.3",
|
2006-06-28 08:27:56 +00:00
|
|
|
"status"=>"Development version (standard GUI)",
|
2006-09-06 07:11:18 +00:00
|
|
|
"file"=>"boinc_5.6.3_macOSX_universal.zip",
|
2006-09-05 09:22:45 +00:00
|
|
|
"date"=>"5 Sep 2006",
|
2006-06-28 08:27:56 +00:00
|
|
|
"type"=>"mac_advanced",
|
|
|
|
"features"=>"<ul>
|
|
|
|
".$mac_changes_55."
|
2006-07-07 22:38:46 +00:00
|
|
|
".$features_55."
|
|
|
|
".$changes_55."
|
2006-06-28 08:27:56 +00:00
|
|
|
</ul>
|
|
|
|
",
|
|
|
|
"bugs"=>"
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2006-05-05 23:33:19 +00:00
|
|
|
$m549 = array(
|
|
|
|
"num"=>"5.4.9",
|
2006-05-12 00:08:09 +00:00
|
|
|
"status"=>"Recommended version (standard GUI)",
|
2006-05-05 23:33:19 +00:00
|
|
|
"file"=>"boinc_5.4.9_macOSX_universal.zip",
|
|
|
|
"date"=>"5 May 2006",
|
2005-12-06 12:26:34 +00:00
|
|
|
"type"=>"mac_advanced",
|
|
|
|
"features"=>"<ul>
|
2006-04-11 10:47:19 +00:00
|
|
|
".$features_54."
|
2006-04-11 11:17:53 +00:00
|
|
|
".$mac_changes_54."
|
2006-04-11 10:47:19 +00:00
|
|
|
".$changes_54."
|
2006-02-25 01:19:44 +00:00
|
|
|
".$changes_53."
|
2005-12-06 12:26:34 +00:00
|
|
|
<li>
|
|
|
|
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>
|
|
|
|
",
|
|
|
|
"bugs"=>"
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-11-30 00:23:36 +00:00
|
|
|
$m5213 = array(
|
|
|
|
"num"=>"5.2.13",
|
2006-05-12 00:08:09 +00:00
|
|
|
"status"=>"Older version (standard GUI)",
|
2005-11-30 00:23:36 +00:00
|
|
|
"file"=>"boinc_5.2.13_macOSX.zip",
|
|
|
|
"date"=>"29 November 2005",
|
2005-10-26 05:38:40 +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.
|
2006-01-31 07:18:23 +00:00
|
|
|
".$features_52."
|
|
|
|
".$changes_52."
|
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
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2006-09-06 07:11:18 +00:00
|
|
|
$m563c = array(
|
|
|
|
"num"=>"5.6.3",
|
2006-07-27 00:12:03 +00:00
|
|
|
"status"=>"Development version (Unix command-line version)",
|
2006-09-06 07:11:18 +00:00
|
|
|
"file"=>"boinc_5.6.3_universal-apple-darwin.zip",
|
2006-09-05 09:22:45 +00:00
|
|
|
"date"=>"5 Sep 2006",
|
2006-07-27 00:12:03 +00:00
|
|
|
"type"=>"bare_core",
|
|
|
|
"features"=>"<ul>
|
|
|
|
".$mac_changes_55."
|
|
|
|
".$features_55."
|
|
|
|
".$changes_55."
|
2006-08-04 01:48:27 +00:00
|
|
|
</ul>
|
2006-07-27 00:12:03 +00:00
|
|
|
",
|
|
|
|
"bugs"=>"
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
|
2006-05-05 23:33:19 +00:00
|
|
|
$m549c = array(
|
|
|
|
"num"=>"5.4.9",
|
2006-05-12 00:08:09 +00:00
|
|
|
"status"=>"Recommended version (Unix command-line version)",
|
2006-05-05 23:33:19 +00:00
|
|
|
"file"=>"boinc_5.4.9_universal-apple-darwin.zip",
|
|
|
|
"date"=>"5 May 2006",
|
2006-02-25 01:19:44 +00:00
|
|
|
"type"=>"bare_core",
|
|
|
|
"features"=>"<ul>
|
2006-04-11 10:47:19 +00:00
|
|
|
".$features_54."
|
2006-04-11 11:17:53 +00:00
|
|
|
".$mac_changes_54."
|
2006-04-11 10:47:19 +00:00
|
|
|
".$changes_54."
|
2006-02-25 01:19:44 +00:00
|
|
|
".$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"=>"
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-11-30 00:23:36 +00:00
|
|
|
$m5213c = array(
|
|
|
|
"num"=>"5.2.13",
|
2006-05-12 00:08:09 +00:00
|
|
|
"status"=>"Older Unix command-line version",
|
2005-11-30 00:23:36 +00:00
|
|
|
"file"=>"boinc_5.2.13_powerpc-apple-darwin.zip",
|
|
|
|
"date"=>"29 November 2005",
|
2005-10-26 05:38:40 +00:00
|
|
|
"type"=>"bare_core",
|
2005-07-04 22:47:47 +00:00
|
|
|
"features"=>"<ul>
|
2005-10-28 03:15:11 +00:00
|
|
|
<li>
|
|
|
|
BOINC now works with OS 10.3.0 or higher.
|
2005-07-04 22:47:47 +00:00
|
|
|
<li>
|
|
|
|
We are now including a tool with command line interface to control boinc within the
|
|
|
|
default distribution
|
|
|
|
</ul>
|
|
|
|
",
|
|
|
|
"bugs"=>"
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-10-28 03:15:11 +00:00
|
|
|
$m443 = array(
|
|
|
|
"num"=>"4.43",
|
|
|
|
"status"=>"Older version (standard GUI)",
|
|
|
|
"file"=>"boinc_4.43_macOSX.zip",
|
|
|
|
"date"=>"21 May 2005",
|
|
|
|
"type"=>"mac_advanced",
|
|
|
|
);
|
|
|
|
|
|
|
|
$m443c = array(
|
|
|
|
"num"=>"4.43",
|
|
|
|
"status"=>"Older version (Unix command-line version)",
|
|
|
|
"file"=>"boinc_4.43_powerpc-apple-darwin.zip",
|
|
|
|
"date"=>"21 May 2005",
|
|
|
|
"type"=>"bare_core",
|
|
|
|
"bugs"=>"
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2006-09-05 21:50:36 +00:00
|
|
|
$l563 = array(
|
|
|
|
"num"=>"5.6.3",
|
2006-08-01 22:08:09 +00:00
|
|
|
"status"=>"Development version (standard GUI)",
|
2006-09-05 21:50:36 +00:00
|
|
|
"file"=>"boinc_5.6.3_i686-pc-linux-gnu.sh",
|
|
|
|
"date"=>"5 September 2006",
|
2006-07-27 02:14:10 +00:00
|
|
|
"type"=>"sea",
|
|
|
|
"features"=>"<ul>
|
|
|
|
".$features_55."
|
2006-09-05 21:50:36 +00:00
|
|
|
".$linux_libs_56."
|
2006-07-27 02:14:10 +00:00
|
|
|
".$changes_55."
|
|
|
|
</ul>
|
|
|
|
"
|
|
|
|
);
|
2006-07-08 02:24:31 +00:00
|
|
|
|
2006-05-05 20:57:34 +00:00
|
|
|
$l549 = array(
|
|
|
|
"num"=>"5.4.9",
|
2006-05-12 00:08:09 +00:00
|
|
|
"status"=>"Recommended version",
|
2006-05-05 20:57:34 +00:00
|
|
|
"file"=>"boinc_5.4.9_i686-pc-linux-gnu.sh",
|
|
|
|
"date"=>"5 May 2006",
|
2005-12-28 14:21:59 +00:00
|
|
|
"type"=>"sea",
|
|
|
|
"features"=>"<ul>
|
2006-04-11 01:26:10 +00:00
|
|
|
".$features_54."
|
|
|
|
".$changes_54."
|
2005-12-28 14:21:59 +00:00
|
|
|
</ul>
|
|
|
|
"
|
|
|
|
);
|
|
|
|
|
2005-11-29 10:52:47 +00:00
|
|
|
$l5213 = array(
|
|
|
|
"num"=>"5.2.13",
|
2006-05-12 00:08:09 +00:00
|
|
|
"status"=>"Older version",
|
2005-11-29 10:52:47 +00:00
|
|
|
"file"=>"boinc_5.2.13_i686-pc-linux-gnu.sh",
|
|
|
|
"date"=>"29 Nov 2005",
|
2005-10-26 05:38:40 +00:00
|
|
|
"type"=>"sea",
|
2005-10-20 02:30:43 +00:00
|
|
|
"features"=>"<ul>
|
2006-01-31 07:18:23 +00:00
|
|
|
".$features_52."
|
|
|
|
".$changes_52."
|
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-10-26 05:38:40 +00:00
|
|
|
"type"=>"sea",
|
2005-06-28 15:34:16 +00:00
|
|
|
"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-20 17:42:06 +00:00
|
|
|
$windows = array(
|
|
|
|
"name"=>"Windows",
|
2005-11-10 06:06:11 +00:00
|
|
|
"dbname" => "windows_intelx86",
|
2005-05-20 17:42:06 +00:00
|
|
|
"versions"=>array(
|
2006-09-18 06:38:45 +00:00
|
|
|
$w564,
|
2006-08-03 09:14:31 +00:00
|
|
|
$w5411,
|
2005-11-29 10:52:47 +00:00
|
|
|
$w5213,
|
2005-10-20 02:30:43 +00:00
|
|
|
$w445,
|
2005-05-20 17:42:06 +00:00
|
|
|
)
|
|
|
|
);
|
|
|
|
$mac = array(
|
2006-08-01 21:22:25 +00:00
|
|
|
"name"=>"Mac OS X",
|
2005-11-10 06:06:11 +00:00
|
|
|
"dbname" => "powerpc-apple-darwin",
|
2005-05-20 17:42:06 +00:00
|
|
|
"versions"=>array(
|
2006-09-06 07:11:18 +00:00
|
|
|
$m563,
|
|
|
|
$m563c,
|
2006-05-05 23:33:19 +00:00
|
|
|
$m549,
|
|
|
|
$m549c,
|
2005-11-30 00:23:36 +00:00
|
|
|
$m5213,
|
|
|
|
$m5213c,
|
2005-05-21 23:52:30 +00:00
|
|
|
$m443,
|
2006-05-04 00:49:32 +00:00
|
|
|
$m443c
|
2005-05-20 17:42:06 +00:00
|
|
|
)
|
|
|
|
);
|
|
|
|
$linux = array(
|
2005-10-02 18:23:38 +00:00
|
|
|
"name"=>"Linux/x86",
|
2005-11-10 06:06:11 +00:00
|
|
|
"dbname" => "i686-pc-linux-gnu",
|
2005-10-02 18:23:38 +00:00
|
|
|
"url"=>"linux.php",
|
2005-05-20 17:42:06 +00:00
|
|
|
"versions"=>array(
|
2006-09-05 21:50:36 +00:00
|
|
|
$l563,
|
2006-05-05 20:57:34 +00:00
|
|
|
$l549,
|
2005-11-29 10:52:47 +00:00
|
|
|
$l5213,
|
2005-05-31 18:39:37 +00:00
|
|
|
$l443,
|
2005-05-20 17:42:06 +00:00
|
|
|
)
|
|
|
|
);
|
|
|
|
|
|
|
|
$platforms = array(
|
|
|
|
"win"=>$windows,
|
|
|
|
"mac"=>$mac,
|
|
|
|
"linux"=>$linux,
|
|
|
|
);
|
|
|
|
|
2006-08-01 21:22:25 +00:00
|
|
|
function is_dev($v) {
|
|
|
|
return (strstr($v["status"], "Development") != null);
|
|
|
|
}
|
|
|
|
|
|
|
|
switch(rand(0,4)) {
|
|
|
|
case 0: $url_base = "http://boinc.berkeley.edu/dl/"; break;
|
|
|
|
case 1: $url_base = "http://morel.mit.edu/download/boinc/dl/"; break;
|
|
|
|
case 2: $url_base = "http://einstein.aei.mpg.de/download/boinc/dl/"; break;
|
|
|
|
case 3: $url_base = "http://einstein.astro.gla.ac.uk/download/boinc/dl/"; break;
|
|
|
|
case 4: $url_base = "http://einstein.aset.psu.edu/download/boinc/dl/"; break;
|
|
|
|
//case 5: $url_base = "http://einstein.phys.uwm.edu/download/boinc/dl/"; break;
|
|
|
|
}
|
|
|
|
|
2005-05-20 17:42:06 +00:00
|
|
|
?>
|