Mercurial > hg > vamp-plugin-sdk
changeset 515:34565c6868ed
Update CHANGELOG (release date is provisional)
author | Chris Cannam |
---|---|
date | Fri, 01 Feb 2019 16:13:04 +0000 |
parents | da86fb0bccb3 |
children | df32b473b9b6 |
files | CHANGELOG |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Mon Jun 11 13:42:17 2018 +0100 +++ b/CHANGELOG Fri Feb 01 16:13:04 2019 +0000 @@ -1,4 +1,20 @@ +Version 2.8, 2019-02-05 (maintenance and minor feature release) + + * When running in a 32-bit process within 64-bit Windows (WoW64), + use the VAMP_PATH_32 environment variable instead of VAMP_PATH + (hosts running in this context already use "Program Files (x86)" + instead of Program Files) + * Fix off-by-one rounding errors in frame-to-ns conversions. Unlike + the other changes here which are invisible to plugin code, this + change can lead to different results in the lowest significant + figures from existing plugins if relinked against the newer code + * Fix path environment variable character encoding handling on + Windows + * Fix theoretical possibility of integer overflow in RealTime + constructor + * Fix use of undefined behaviour in PluginRateExtractor + Version 2.7.1, 2017-03-06 (maintenance release) * Fix inclusion mechanism for FFTs which could cause a host