--- linuxsampler/trunk/ChangeLog 2017/10/07 17:51:39 3352 +++ linuxsampler/trunk/ChangeLog 2017/10/12 14:44:14 3354 @@ -57,6 +57,9 @@ - Fixed Note object leak when triggering notes on keys which did not have a valid sample mapped (fixes bug #252). - Fixed compilation errors when compiling with CONFIG_DEVMODE enabled. + - linuxsampler binary fix: option --create-instruments-db ignored + subsequent optional argument due to glibc's implementation oddity + which expects a "=" sign, but no space between them. * packaging changes: - removed unnecessary dependency to libuuid @@ -66,6 +69,8 @@ - Debian: Fixed packaging error about invalid "Source-Version" substitution variable. - Debian: Raised Debian compatibility level to Debian 9 "Stretch". + - Debian: Added build dependency to libsqlite3-dev for building + linuxsampler with instruments DB support. * Real-time instrument scripts: - Implemented scheduler for delayed MIDI events and for suspended scripts.