--- linuxsampler/trunk/ChangeLog 2007/08/27 07:51:28 1305 +++ linuxsampler/trunk/ChangeLog 2007/08/31 10:29:13 1314 @@ -59,6 +59,8 @@ - fixed some minor memory leaks - reenabled assembly features support, at the moment only for enabling a fast denormal FPU mode (x86 platforms supporting SSE2) + - minor assembly fix in x86 features detection (don't use the PIC + register, to avoid relocations in the text segment at runtime) * MIDI driver: - dispatch bank select (MSB and LSB) messages @@ -117,7 +119,8 @@ channel changes - added default min and max values to restrict the number of allowed audio output channels and MIDI input ports - - the pcm is now closed when destroying an audio output device + - the connection to the PCM interface is now closed when destroying + an audio output device * test cases: - updated and fixed (haven't been touched in a while)