--- linuxsampler/trunk/ChangeLog 2008/12/14 15:43:18 1808 +++ linuxsampler/trunk/ChangeLog 2009/02/21 17:08:18 1843 @@ -10,6 +10,7 @@ - fixed configure so it detects x86_64 (#107) - fixes for building with newer MinGW versions - fix for building with bison 2.4 (#111) + - fixed building with libgig installed in a non-standard directory * general changes: - bugfix: on some POSIX systems instrument editor plugins refused to @@ -36,6 +37,10 @@ - added memory ordering constraints to improve stability on multi-core and multi-cpu systems - maximum voices and disk streams can now be altered at runtime + - fixed CPU feature detection on x86_64 (maybe fixes #108) + - automatic stacktrace mechanism is now turned off by default and can + be switched on by command line option "--stacktrace" (the automatic + stacktrace mechanism seems to be broken on most systems at the moment) * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -48,6 +53,7 @@ - Makefile fix: JACK_CFLAGS wasn't used - JACK: use jack_client_open instead of the deprecated jack_client_new + - added (experimental) CoreAudio driver * MIDI driver: - added JACK MIDI driver @@ -117,6 +123,18 @@ * Bug fixes: - fixed a crash which occurs when removing a sampler channel waiting to start instrument loading after another channel + - fixed a crash which occurs when removing a sampler channel with + instrument loading in progress (bug #113) + - fixed termination caused by uncaught exception when adding MIDI + instrument with PERSISTENT load mode + - fixed possible iterator invalidations when resetting the sampler + - fixed memory leaks when issuing the following LSCP commands: + GET AUDIO_OUTPUT_DRIVER INFO + GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO + GET MIDI_INPUT_DRIVER INFO + GET MIDI_INPUT_DRIVER_PARAMETER INFO + - fixed possible compilation error when sqlite is not present + - fixed orphaned pointers when setting maximum voices limit (bug #118) Version 0.5.1 (6 December 2007)