--- linuxsampler/trunk/ChangeLog 2007/04/16 15:51:18 1161 +++ linuxsampler/trunk/ChangeLog 2007/05/12 16:03:00 1181 @@ -3,6 +3,10 @@ * packaging changes: - only the API relevant header (and source) files will be exported to the Doxygen API documentation (explicitly listed in Doxyfile.in) + - added completely new XCode project files for Mac OSX which is now + 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) * general changes: - replaced the old, confusing MIDI program change mechanism by a @@ -60,6 +64,8 @@ - more EG fixes: the level could sometimes go below zero and cause noises or crashes - minor fix of EGDecay (patch by Toshi Nagata) + - fixed compiler error when --enable-override-filter-type was + supplied to the configure script (fixes #46) * Bug fixes: - fixed crash occurring on certain LSCP scripts (Bug 39)