--- linuxsampler/trunk/ChangeLog 2019/07/27 11:18:17 3537 +++ linuxsampler/trunk/ChangeLog 2019/08/06 13:18:59 3552 @@ -1,3 +1,26 @@ +Version SVN trunk (?) + + * general changes: + - Fixed compiler error in Pool.h. + + * Real-time instrument scripts: + - Added method ScriptVM::setExitResultEnabled() which allows to + explicitly enable the built-in exit() function to optionally accept + one function argument; the value of the passed exit() function + argument will then become available by calling + VMExecContext::exitResult() after script execution. + + * test cases: + - Fixed compiler errors in test cases. + - Updated README for how to compile & run test cases. + - Updated test case + MutexTest::testDoubleLockStillBlocksConcurrentThread() to latest + expected behaviour of the Mutex class implementation (recursive + mutex type). + - Added test cases for NKSP core language aspects and core built-in + functions. + - Fixed thread tests segfaulting on Linux. + Version 2.1.1 (27 Jul 2019) * Real-time instrument scripts: