libinstpatch 1.1.0
Major changes to previous 1.0.0 release
- libinstpatch's license was changed from GPL-2.0 to LGPL-2.1
- the AutoTools build system has been replaced by CMake
- preliminary support for Spectralis (SLI) soundbanks was added
- libsndfile is now required
Bug fixes
- an incorrect mutex unlock caused a deadlock when entering
ipatch_base_get_file()
with different threads - incorrect copying DLS2 objects was fixed (e1c6763)
- build issues on Windows were fixed (#1, #4, thanks to @jjceresa)
- various other minor bugs were addressed
Although libinstpatch's API mostly remains unchanged, compatibility to previous versions cannot be guaranteed! (Years went by, maintainership changed, etc.) Therefore, SOVERSION was bumped.