Skip to content

Releases: BOINC/boinc

Server Release v1.4.4

17 Dec 12:54
Compare
Choose a tag to compare

Release Notes

Introduction

The BOINC development community is pleased to announce a new server release.
These release notes provide an overview of the new features, bugs fixed and any known issues.
The new features included in this release are:

  • None

Bugs Fixed

  • Sanitize user URLs to prevent XSS attacks
  • Don't allow special chars in user names.
  • Fixed SQL injection vulnerability.

Please see the git comparison with v1.4.3 for the details.

Known issues

  • None

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.4/1.4.4 -b server_release/1.4.4

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.

Change Log

#54950: Web: sanitize user URLs to prevent XSS attacks
#5846: web: don't allow special chars in user names.
#5962: fix vulnerability in yucky consent code

Server Release v1.4.3

13 Dec 20:18
Compare
Choose a tag to compare

Release Notes

Introduction

The BOINC development community is pleased to announce a new server release.
These release notes provide an overview of the new features, bugs fixed and any known issues.
The new features included in this release are:

  • None

Bugs Fixed

  • CSRF vulnerability

Please see the git comparison with v1.4.2 for the details.

Known issues

  • None

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.4/1.4.3 -b server_release/1.4.3

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.

Change Log

#5950: web: fix CSRF vulnerability in edit passwd function

VBoxWrapper Release 26208

23 Nov 23:04
30f162c
Compare
Choose a tag to compare

Fixes

Enhancements

Client/Manager Release 8.0.4

23 Jul 00:45
ef335f4
Compare
Choose a tag to compare
Pre-release

Bugs fixed:

Full Changelog: client_release/8.0/8.0.3...client_release/8.0/8.0.4

Client/Manager Release 8.0.3

16 Jun 01:33
bbd4d34
Compare
Choose a tag to compare
Pre-release

Bugs fixed:

Full Changelog: client_release/8.0/8.0.2...client_release/8.0/8.0.3

Client/Manager Release 8.0.2

26 May 00:44
c0b8b6f
Compare
Choose a tag to compare

What's changed:

  • client: if GPU is missing, discard app versions and results that refer to it. via #5577
  • [Windows] Fix client crash via #5591
  • [CI] Add linux packages for Fedora 40 via #5600
  • [CI] Build linux packages for Ubuntu 24.04 via #5603
  • Fix screensaver on MacOS 14 via #5611
  • [linux] fix install scripts to handle upgrade cases. via #5630
  • Correct typo in hostinfo_win.cpp via #5631
  • [linux][client] Fix check whether the client is configured to run as a daemon. via #5632
  • [linux][Manager] Allow shutting down local client when run outside of BOINC Manager but not as a daemon via #5634
  • [linux] add 'all_projects_list.xml' to the linux installation package via #5636

Thanks:

Full Changelog: client_release/8.0/8.0.1...client_release/8.0/8.0.2

Client/Manager Release 8.0.1

01 Apr 00:33
8bf7ea6
Compare
Choose a tag to compare
Pre-release

Change log:

  • Fix permissions of the files installed by DEB package via #5562
  • [CI] Add custom liblzma port via #5566

Full Changelog: client_release/8.0/8.0.0...client_release/8.0/8.0.1

Client/Manager Release 8.0.0

20 Mar 00:22
585f6ff
Compare
Choose a tag to compare
Pre-release

What's Changed

Read more

Client/Manager Release 7.24.1

12 Aug 08:18
292704f
Compare
Choose a tag to compare

Changelog:

Client/Manager Release 7.24.0

08 Aug 01:31
5b05e18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: client_release/7.22/7.22.2...client_release/7.24/7.24.0