comparison CHANGELOG @ 515:34565c6868ed

Update CHANGELOG (release date is provisional)
author Chris Cannam
date Fri, 01 Feb 2019 16:13:04 +0000
parents 2dbb3f920abc
children 716542ef3a75
comparison
equal deleted inserted replaced
514:da86fb0bccb3 515:34565c6868ed
1 1
2 Version 2.8, 2019-02-05 (maintenance and minor feature release)
3
4 * When running in a 32-bit process within 64-bit Windows (WoW64),
5 use the VAMP_PATH_32 environment variable instead of VAMP_PATH
6 (hosts running in this context already use "Program Files (x86)"
7 instead of Program Files)
8 * Fix off-by-one rounding errors in frame-to-ns conversions. Unlike
9 the other changes here which are invisible to plugin code, this
10 change can lead to different results in the lowest significant
11 figures from existing plugins if relinked against the newer code
12 * Fix path environment variable character encoding handling on
13 Windows
14 * Fix theoretical possibility of integer overflow in RealTime
15 constructor
16 * Fix use of undefined behaviour in PluginRateExtractor
17
2 Version 2.7.1, 2017-03-06 (maintenance release) 18 Version 2.7.1, 2017-03-06 (maintenance release)
3 19
4 * Fix inclusion mechanism for FFTs which could cause a host 20 * Fix inclusion mechanism for FFTs which could cause a host
5 application to crash in certain circumstances due to 21 application to crash in certain circumstances due to
6 conflicting versions of C-linkage symbols 22 conflicting versions of C-linkage symbols