Changed
- When building from source, only statically link Boost when the
with-static-boost
option is enabled. - The
use-bitbridge
anduse-winedbg
options have been replaced bywith-bitbridge
andwith-winedbg
for consistency's sake. The old options will be marked as deprecated in the next minor release.
Fixed
- Fixed memory error that would cause crashing on playback with some buffer sizes in Mixbus6.
- Opening a plugin would override the Wine prefix for all subsequent plugins opened from within the same process. This prevented the use of multiple Wine prefixes in hosts that do not sandbox their plugins, such as Ardour.
- Manual Wine prefix overides through the
WINEPREFIX
environment were not reflected in the output shown on startup. - Fixed plugin group socket name generation. This would have prevented plugin groups with the same name from being used simultaneously in different Wine prefixes.
- Distinguish between active processes and zombies when checking whether a group host process is still running during initialization.
Compatibility
The regular release archive has been compiled for glibc version 2.28 and GCC 10. If you're running Ubuntu 18.04, Linux Mint 19, or any other distro still using glibc 2.27, then you should download the file that ends with 'ubuntu-18.04'.