--- linuxsampler/trunk/ChangeLog 2015/01/04 17:16:05 2687 +++ linuxsampler/trunk/ChangeLog 2015/08/30 10:00:44 2840 @@ -1,4 +1,10 @@ -Version CVS HEAD (?) +Version SVN trunk (?) + + * general changes: + - fixed printf type errors (mostly in debug messages) + - use unique_ptr instead of auto_ptr when building with C++11 + +Version 2.0.0 (15 July 2015) * packaging changes: - fixed building with newer MinGW-w64 @@ -368,6 +374,8 @@ - MME bugfix: driver wasn't closed properly - CoreMIDI: automatically connect to all input sources by default (driver parameter "AUTO_BIND"). + - CoreMIDI: fixed auto bind feature to CoreMIDI ports that go online + - CoreMIDI: fixed minor memory leak * audio driver: - ASIO driver fixes for newer gcc versions (fix from PortAudio)