--- linuxsampler/trunk/ChangeLog 2007/09/15 11:05:38 1349 +++ linuxsampler/trunk/ChangeLog 2007/10/04 12:18:16 1379 @@ -9,6 +9,8 @@ capable to execute our autoconf environment, thus no need anymore to maintain the compile time configuration file (osx/version.h) for OSX manually (patch by Toshi Nagata) + - fixed buggy boolean --enable-foo / --disable-foo configure script + parameters * general changes: - replaced the old, confusing MIDI program change mechanism by a @@ -113,6 +115,9 @@ character(s), the latter only if less than 5 possibilities) - made sure that LSCP syntax is not affected by gigedit locale settings + - bugfix regarding strings parameter lists: all comma separated lists + of strings were treated as being one string containing commas + (fixes #57) * Bug fixes: - fixed crash occurring on certain LSCP scripts (Bug 39)