Release 2018-06-07
·
118 commits
to master
since this release
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.