--- linuxsampler/trunk/ChangeLog 2007/06/22 10:10:06 1248 +++ linuxsampler/trunk/ChangeLog 2007/08/13 20:05:56 1295 @@ -57,6 +57,8 @@ main process did not wait for the stack trace process to finish its output - fixed some minor memory leaks + - reenabled assembly features support, at the moment only for + enabling a fast denormal FPU mode (x86 platforms supporting SSE2) * MIDI driver: - dispatch bank select (MSB and LSB) messages @@ -94,11 +96,19 @@ sequences, that is directly literal as one of: \', \", \\, \n, \r, \f, \t, \v, or as octal ASCII code value like \132, or as hex ASCII code value like \xf2) (fixes bug #24) + - returns verbose syntax errors (line and column where syntax error + occured, the unexpected character and the actually expected, possible + character(s), the latter only if less than 5 possibilities) * 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" + - fixed a crash which occurs when reassigning the same engine + on a sampler channel with connected MIDI device + - fixed a crash which occurs when changing the number of ports of a MIDI + device connected to a sampler channel to number less then or equal + to the index of the port to which the sampler channel is connected. * test cases: - updated and fixed (haven't been touched in a while)