Skip to content

libinstpatch 1.1.0

Compare
Choose a tag to compare
@derselbst derselbst released this 19 Oct 13:04
· 82 commits to master since this release

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.