Change wording in the changelog

This commit is contained in:
Robbert van der Helm
2020-06-20 18:04:20 +02:00
parent f7201a9194
commit 4122b644f2
+10 -9
View File
@@ -18,15 +18,16 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed ### Fixed
- Fixed memory error that was causing playback issues with some buffer sizes in - Fixed memory error that would cause crashing on playback with some buffer
Mixbus6. sizes in Mixbus6.
- Fixed plugin group socket name generation. This prevented plugin groups with - Opening a plugin would override the Wine prefix for all subsequent plugins
the same name from being used simultaneously in multiple Wine prefixes. opened from within the same process. This prevented the use of multiple Wine
- Fixed manual Wine prefix overides through the `WINEPREFIX` environment prefixes in hosts that do not sandbox their plugins, such as Ardour.
variable not being reflected in the output shwon in startup. - Manual Wine prefix overides through the `WINEPREFIX` environment were not
- Fixed the Wine prefix being overwritten for all subsequent plugins opened reflected in the output shown on startup.
within the same process. This prevented the use of multiple Wine prefixes - Fixed plugin group socket name generation. This would have prevented plugin
within hosts that do not sandbox their plugins, such as Ardour. groups with the same name from being used simultaneously in different Wine
prefixes.
- Distinguish between active processes and zombies when checking whether a group - Distinguish between active processes and zombies when checking whether a group
host process is still running during initialization. host process is still running during initialization.