--- linuxsampler/trunk/ChangeLog 2012/03/12 15:14:31 2330 +++ linuxsampler/trunk/ChangeLog 2012/06/17 15:47:43 2349 @@ -18,6 +18,10 @@ - Mac OS X: made it possible to specify plugin installation dir to configure - Mac OS X: Makefile fix for the install-strip target + - fixed compilation with gcc 4.7 + - fixed configure script error with old autoconf versions + - lsatomic.h: use gcc provided atomic functions if building with + gcc 4.7 and C++11 * general changes: - Refactoring: moved the independent code from @@ -247,6 +251,10 @@ loaded a second time (this time it's for Linux and Mac, previous similar fix was for Windows) - thread safety fixes for the instrument loading thread + - LV2: use the new lv2 package if present + - VST: try to open Fantasia automatically on Linux and Mac too (on + Linux, the Fantasia jar should be placed in /share/java) + - VST: fixed crashes on Linux Ardour and EnergyXT * MIDI driver: - ALSA MIDI driver supports now "NAME" device parameter, for overriding @@ -331,6 +339,7 @@ (#176) - more thread safety fixes for the instrument loading thread - sfz/sf2 engine: fixed crash when using small audio fragment size + - Mac OS X: fixed crash when unloading plugin on 10.7 and later Version 1.0.0 (31 July 2009)