--- linuxsampler/trunk/ChangeLog 2011/05/01 15:19:38 2176 +++ linuxsampler/trunk/ChangeLog 2011/06/19 09:09:38 2185 @@ -5,6 +5,14 @@ * packaging changes: - fixed building with newer MinGW-w64 + - Mac OS X: support the new dir for Core Audio SDK + - Mac OS X: fixed building outside source directory + - made sure all source files for hostplugins are included when + doing "make dist" + - removed empty directories left from the cvs to svn migration + - fixed compilation with gcc 4.6.1 + - another "make dist" fix, for LV2 plugin + - made --enable-pthread-testcancel default on Mac OS X * general changes: - Refactoring: moved the independent code from @@ -155,6 +163,9 @@ a crash, or give "Handing back unknown region" error messages - bugfix: calling SET VOICES (which Fantasia does on start and refresh) could cause instruments to be unloaded + - Mac OS X: fixed name collision of enum in EffectControl and + wrong name of destructor in AudioOutputDeviceCoreAudio.cpp + - Mac OS X: fixed hanging threads Version 1.0.0 (31 July 2009)