--- linuxsampler/trunk/ChangeLog 2007/05/29 23:59:36 1212 +++ linuxsampler/trunk/ChangeLog 2007/06/18 08:47:15 1244 @@ -48,6 +48,14 @@ to spawn a matching instrument editor for the instrument on the given sampler channel, the plugin path can be overridden at compile time with ./configure --enable-plugin-dir=/some/dir + - fixed several issues in fundamental "Thread" class: set scheduling + policy and priority on thread level, set a minimum stack size for + thread (TODO: a reasonable value yet to be tested), bugfix: non-RT + threads simply inherited properties of starting thread instead of + setting their own policy and priority + - minor fix in our automatic stack trace mechanism on crashes, the + main process did not wait for the stack trace process to finish + its output * MIDI driver: - dispatch bank select (MSB and LSB) messages @@ -76,11 +84,18 @@ - fixed compiler error when --enable-override-filter-type was supplied to the configure script (fixes #46) + * LSCP server: + - fixed compile time error for old Bison versions + (i.e. v1.28 found on MacOS 10.4, patch by Toshi Nagata) + * Bug fixes: - fixed crash occurring on certain LSCP scripts (Bug 39) - another thread safety fix for lscp "load engine" and "set channel audio output device" + * test cases: + - updated and fixed (haven't been touched in a while) + Version 0.4.0 (24 November 2006) * packaging changes: