--- linuxsampler/trunk/ChangeLog 2020/02/16 11:31:46 3747 +++ linuxsampler/trunk/ChangeLog 2020/04/05 21:41:27 3764 @@ -53,6 +53,15 @@ - Fixed potential crash with high pitch at end of RAM playback. - Added configure checks whether C++ compiler supports so called 'designated initializers'. + - Added global backtraceAsString() function for debugging purposes + (POSIX systems only, no Windows implementation yet). + - Thread class: Added new methods pushCancelable(), popCancelable(), name(), + nameOfCaller() and setNameOfCaller(). + - configure: Always check for availability of pthread_testcancel() and use + it if so (previously it was only used if explicitly enabled by configure + option). + - Thread class: raise compiler warning if pthread_testcancel() is not + available, because it can lead to deadlocks. * Real-time instrument scripts: - Added method ScriptVM::setExitResultEnabled() which allows to