Skip to content

Releases: BOINC/boinc

Client/Manager Release 8.2.15

Pre-release

Choose a tag to compare

@AenBleidd AenBleidd released this 15 Jun 04:44
Immutable release. Only release title and notes can be modified.
client_release/8.2/8.2.15
3422898

What's Changed

New Contributors

Full Changelog: client_release/8.2/8.2.13...client_release/8.2/8.2.15

Server Release 1.6.2

Choose a tag to compare

@lfield lfield released this 12 Jun 07:49
Immutable release. Only release title and notes can be modified.

Release Notes

Introduction

The BOINC development community is pleased to announce a new server release.
For more details on new features, bugs fixed and any known issues, please read the server release notes.

Download

The server release can be obtained with the following commands.

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

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

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

Install

To setup a new BOINC server, please follow the guide. If you are new to BOINC please ensure to review the Technical Documentation first.

Upgrade

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

What's Changed

Full Changelog: server_release/1.6/1.6.1...server_release/1.6/1.6.2

docker_wrapper release 22

Pre-release

Choose a tag to compare

@AenBleidd AenBleidd released this 22 May 15:28
Immutable release. Only release title and notes can be modified.
dockerwrapper/22
95ff0e5

Changelog

Client/Manager Release 8.2.13

Choose a tag to compare

@AenBleidd AenBleidd released this 03 May 21:43
Immutable release. Only release title and notes can be modified.
client_release/8.2/8.2.13
ae68f32

This is a Linux hotfix-release for Wayland-based OSs

  • Fix Manager crash on Wayland via #7052

Full Changelog: client_release/8.2/8.2.12...client_release/8.2/8.2.13

Client/Manager Release 8.2.12

Choose a tag to compare

@AenBleidd AenBleidd released this 30 Apr 10:54
Immutable release. Only release title and notes can be modified.
client_release/8.2/8.2.12
9949cd3

This is a Linux hotfix release for Wayland-based OSs

Changelog

  • Support Wayland-only OSs via #7038
  • Build snap with core24 via #7041

Full Changelog: client_release/8.2/8.2.11...client_release/8.2/8.2.12

Client/Manager Release 8.2.11

Choose a tag to compare

@AenBleidd AenBleidd released this 20 Apr 10:09
Immutable release. Only release title and notes can be modified.
client_release/8.2/8.2.11
5511380

What's Changed

New Contributors

Full Changelog: client_release/8.2/8.2.10...client_release/8.2/8.2.11

docker_wrapper release 21

Choose a tag to compare

@AenBleidd AenBleidd released this 19 Apr 05:01
Immutable release. Only release title and notes can be modified.
dockerwrapper/21
197fb4d

Client/Manager Release 8.2.10

Pre-release

Choose a tag to compare

@AenBleidd AenBleidd released this 16 Apr 22:39
Immutable release. Only release title and notes can be modified.
client_release/8.2/8.2.10
2bae9d7

What's Changed

New Contributors

Full Changelog: client_release/8.2/8.2.9...client_release/8.2/8.2.10

Client/Manager Release 8.2.9

Pre-release

Choose a tag to compare

@AenBleidd AenBleidd released this 17 Mar 02:32
Immutable release. Only release title and notes can be modified.
client_release/8.2/8.2.9
d56d870

What's Changed

New Contributors

Full Changelog: client_release/8.2/8.2.8...client_release/8.2/8.2.9

VBoxWrapper Release 26212

Choose a tag to compare

@AenBleidd AenBleidd released this 11 Feb 05:37
Immutable release. Only release title and notes can be modified.
vboxwrapper/26212
f0ab0d4

Changelog

  • Remove hypervisor cpuid flag check for nested virtualization with vbox via #6783 by @MaxEW707