Skip to content

Server release notes

David Anderson edited this page Mar 2, 2024 · 3 revisions

Instructions

To download a given release:

git clone https://github.com/BOINC/boinc.git
cd boinc
git checkout tags/server_release/1.4/1.4.2 -b server_release/1.4.2

The code can then be built as described in the documentation.

./_autosetup
./configure --disable-client --disable-manager
make

To setup a new BOINC server, please follow the guide.

An existing BOINC server can be upgraded with the upgrade tool.

version 1.4.3 (TBD)

  • Support Apple GPUs

version 1.4.2 (Jan 2023)

  • Support not-in-use computing prefs

Details: https://github.com/BOINC/boinc/releases/tag/server_release/1.4/1.4.2

version 1.4.1 (Dec 2022)

  • Support Python3
  • Fix PHP 8 warnings

Details: https://github.com/BOINC/boinc/releases/tag/server_release%2F1.4%2F1.4.1

Clone this wiki locally