mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Reword changelog
This commit is contained in:
+6
-4
@@ -12,15 +12,17 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
|
|
||||||
- Fixed a regression from yabridge 4.0.0 where plugin groups would not exit
|
- Fixed a regression from yabridge 4.0.0 where plugin groups would not exit
|
||||||
correctly. When removing a plugin instance that was part of a plugin group, it
|
correctly. When removing a plugin instance that was part of a plugin group, it
|
||||||
would block until the group host process had exited, causing the host to
|
would block until the group host process had exited. This in turn resulted in
|
||||||
stall.
|
hangs if the group host process hosted more than one plugin instance.
|
||||||
- Configuring the Meson build now works correctly on Wine 8.0 final. Meson's
|
- Configuring the Meson build now works correctly on Wine 8.0 final. Meson's
|
||||||
version comparison function considers `8.0` to be a lower version than
|
version comparison function considers `8.0` to be a lower version than
|
||||||
`8.0rc2`.
|
`8.0rc2`.
|
||||||
- The tomlplusplus dependency in the Meson build new avoids linking against
|
- The tomlplusplus dependency in the Meson build new avoids linking against
|
||||||
tomlplusplus' shared libraries. These were recently introduced, and depending
|
tomlplusplus' shared libraries. These were recently introduced, and depending
|
||||||
on the environment Meson may try to link them to the binaries even though the
|
on the build environment Meson may still try to link them despite tomlplusplus
|
||||||
library is used in headers only mode.
|
being used in headers only mode. This is to keep yabridge's plugin libraries
|
||||||
|
free of dependencies outside of the C and C++ standard libraries, avoiding
|
||||||
|
potential symbol clashes.
|
||||||
|
|
||||||
### Packaging notes
|
### Packaging notes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user