Lilv 0.28.0
Posted on in Software, LAD, LV2, LilvLilv 0.28.0 has been released. Lilv is a C library to make the use of LV2 plugins as simple as possible for applications.
Changes:
- Add early assertions for non-null parameters in public API
- Add lilv_state_get_bundle_path()
- Always create state files with O_CLOEXEC on glibc >= 2.7
- Clarify relative symbolic link creation when saving state
- Fix build with dynmanifest support
- Fix crash when loading plugin classes on Windows
- Fix potential file loss when saving state with no link directory
- Fix potential iterator leaks and resulting log message flood
- Fix replacing links when saving over state
- Fix test build when no C++ compiler is available
- Improve error handling when writing and deleting state