Releasing application versions update_versions releases new application versions. It makes the needed database entries and copies files to the download directory, from where they will be distributed to participants.

To use:

update_versions scans these directories for new core client and application versions, copies them to the download directory, and updates the database as appropriate.

File names must be of the form NAME_VERSION_PLATFORM[.ext], e.g.:

boinc_3.17_i686-pc-linux-gnu.gz
astropulse_7.17_windows_intelx86.exe
The prefix name and extensions .gz, .exe, .sit are ignored. Platform strings must match the names of platforms in the database.

TO DO: check for code signature files.

Multiple-file application versions

Application versions can consist of multiple files. Follow the above procedure, but create a directory with the given name, and put the files in that directory. The executable file with the lexicographically first name will be treated as the main program.

Releasing core client versions

The same mechanism is used to release core client versions: Create a subdirectory 'boinc' in the apps directory, put new core client installer files there, and run update_versions. Core client versions will be visible to participants on your project's 'Download BOINC' web page.

NOTE: the files distributed in this way are installers, not executables. Instructions for creating installers are here.

NOTE: in the interests of consistency, we recommend that BOINC projects not distribute core client versions, but rather set the 'Download BOINC' link on their web page to point to the download page on the main BOINC site. "; page_tail(); ?>