comparison CHANGELOG @ 539:15a89a89aa9b

Update version number and CHANGELOG
author Chris Cannam
date Mon, 18 May 2020 10:48:13 +0100
parents a7e6d747fd3f
children
comparison
equal deleted inserted replaced
538:8ffb8985ae8f 539:15a89a89aa9b
1
2 Version 2.10, 2020-05-18 (minor feature release)
3
4 * Add a method to PluginWrapper, the host-side base for adapters
5 like PluginInputDomainAdapter that modify the processing behaviour
6 of a plugin, that tells it to "disown" the wrapped plugin. The
7 former behaviour, and still the default, is for the wrapper to
8 take ownership of the wrapped plugin. The alternative behaviour
9 makes it easier to mix these classes with some modern C++ styles
10 that use managed pointers
1 11
2 Version 2.9, 2019-11-13 (maintenance release) 12 Version 2.9, 2019-11-13 (maintenance release)
3 13
4 * Fix non-thread-safe behaviour in PluginAdapter. Plugins built 14 * Fix non-thread-safe behaviour in PluginAdapter. Plugins built
5 using the adapter classes in version 2.8 or earlier cannot safely 15 using the adapter classes in version 2.8 or earlier cannot safely