comparison CHANGELOG @ 355:3649dd60d2b1

Update CHANGELOG and release date!
author Chris Cannam
date Wed, 08 May 2013 09:31:35 +0100
parents 6ed927ab83de
children 14b34e85523b
comparison
equal deleted inserted replaced
354:e85513153c71 355:3649dd60d2b1
1 Version 2.5, 2013-03-28 (maintenance release): 1 Version 2.5, 2013-05-08 (maintenance release):
2 2
3 * Fix incorrect handling of FixedSampleRate outputs in the 3 * Fix incorrect handling of FixedSampleRate outputs in the
4 PluginBufferingAdapter. Un-timestamped features on these outputs 4 PluginBufferingAdapter. Un-timestamped features on these outputs
5 were incorrectly being timestamped from the process timestamp, 5 were incorrectly being timestamped from the process timestamp,
6 where they should have been timed relative to the previous 6 where they should have been timed relative to the previous
7 feature on the output according to the output's sample rate. 7 feature on the output according to the output's sample rate.
8 * Fix return of uninitialised memory through getCurrentProgram 8 * Fix return of uninitialised memory through getCurrentProgram
9 when plugin specifies no programs 9 when plugin specifies no programs
10 * Ensure output sample rate is initialised (to 0) for variable-rate
11 outputs where the plugin forgets to set a rate
10 12
11 Version 2.4, 2012-07-12 (maintenance and minor feature release): 13 Version 2.4, 2012-07-12 (maintenance and minor feature release):
12 14
13 * Provide a simple FFT implementation as a convenience for plugins 15 * Provide a simple FFT implementation as a convenience for plugins
14 * Add symbols to make the library versions discoverable by autoconf 16 * Add symbols to make the library versions discoverable by autoconf