Titaniumc version 1.159 is now available. User-visible changes since the last public release include: * new features - Added support for the SGI Origin 2000 platform - Support safe local GC on distributed platforms (split-c, sp2, sp2clump) This means pointers which never escape a local process should be correctly collected, but pointers that do escape (via communication) are conservatively assumed to forever be live (so the use of regions is still strongly advocated). - Added option for disabling the GC at runtime (set TI_NOGC in your environment) and printing GC stats at exit (set TI_GCSTATS) - Upgraded the Boehm-Weiser local GC engine from v4.13 to v5.1 * selected bug fixes - Fixed the shared-memory implementation of timed-wait monitors - Crash with more than one processor on parallel backend (PR#290)