Mercurial > hg > vamp-plugin-sdk
diff CHANGELOG @ 337:d5c5a52e6c9f
Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
author | Chris Cannam |
---|---|
date | Thu, 12 Jul 2012 11:37:31 +0100 |
parents | f9e13bc35b3e |
children | 393885d7ea72 |
line wrap: on
line diff
--- a/CHANGELOG Mon Jul 09 22:36:06 2012 +0100 +++ b/CHANGELOG Thu Jul 12 11:37:31 2012 +0100 @@ -1,8 +1,13 @@ -Version 2.3.1, TBA (maintenance release): +Version 2.4, TBA (maintenance and minor feature release): + * Provide a simple FFT implementation as a convenience for plugins + * Add symbols to make the library versions discoverable by autoconf + using C linkage * Fix failure to open plugins from Unicode builds on Windows (thanks RJ Ryan) + * Fix thread-safety issue in PluginInputDomainAdapter + * Add build for OS/X 10.7+/Xcode 4; remove build for OpenSolaris Version 2.3, 2011-09-28 (minor feature release):