Skip to content

Release 2018-06-07

Choose a tag to compare

@simonjwright simonjwright released this 07 Jun 16:28
· 118 commits to master since this release
r20180607

This release doesn't change any RTS functionality; instead, it reorganises the structure of the source code so as to accomodate the changes made to keep in synchrony with compiler releases without using git branches.

This affects how you build the RTS: you must specify which release of the compiler you're building for, e.g.

make RELEASE=gnat-gpl-2017

and the RTS must be installed, either with the compiler or locally (you can't any longer use the RTS directly in its build location).

This is dealt with more fully in the installation notes.