Work around a regression in Wine 6.5

Killing a Wine process no longer terminates its threads, see the
changelog entry and NOTE for more information.
This commit is contained in:
Robbert van der Helm
2021-03-27 17:41:15 +01:00
parent 36d93d05ca
commit b036230067
4 changed files with 53 additions and 24 deletions
+8 -1
View File
@@ -8,7 +8,14 @@ Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Yabridgectl
### Fixed
- Work around a regression in Wine 6.5 that would prevent yabridge from shutting
down. With Wine 6.5 terminating a Wine process no longer terminates its
threads, which would cause yabridge's plugin and host components to wait for
each other to shut down.
### yabridgectl
- Minor spelling fixes.