--- 1.6 --- New Features: - Brand new C++ qloop interface - Supports multi-locale Chapel - New scheduling queue options (faster FIFO, and new LIFO) - Experimental support for RCRDaemon - Experimental support for OpenMP affinity extensions - Experimental support for system call intercepting Improvements: - Support for external threads using qthread blocking operations - Renamed internal context functions, to improve dynamic library loading - Chapel interface built as a secondary (static-only) library - Reduced exported symbols - Updated documentation Bugfixes: - Fixed critical fastcontext bug on 32-bit x86 - Fixed incorrect rounding in atomic operations on old compilers in 32-bit systems - Eliminated the faulty test_internal_mod test - Fixed qloop memory leak - Fixed compiling on 32-bit SparcV9