Skip to content

server_release/1.2/1.2.1

Compare
Choose a tag to compare
@lfield lfield released this 06 Mar 09:36
· 4301 commits to master since this release

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

  • #3419: Anonymous platform crash the scheduler

Please see the git comparison with v1.2.0 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.2/1.2.1 -b server_release/1.2.1

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

Scheduler & Validator

  • PR #3449: scheduler: fix crashing bug in anonymous platform case.