# HG changeset patch # User Chris Cannam # Date 1364462450 0 # Node ID 6ed927ab83dea187b0ae69ac8916c1a9414cf126 # Parent dc40fff9f20b91955e69d64b3fc52d8bda59d7f6 Update CHANGELOG diff -r dc40fff9f20b -r 6ed927ab83de CHANGELOG --- a/CHANGELOG Thu Mar 28 09:16:11 2013 +0000 +++ b/CHANGELOG Thu Mar 28 09:20:50 2013 +0000 @@ -1,3 +1,12 @@ +Version 2.5, 2013-03-28 (maintenance release): + + * Fix incorrect handling of FixedSampleRate outputs in the + PluginBufferingAdapter. Un-timestamped features on these outputs + were incorrectly being timestamped from the process timestamp, + where they should have been timed relative to the previous + feature on the output according to the output's sample rate. + * Fix return of uninitialised memory through getCurrentProgram + when plugin specifies no programs Version 2.4, 2012-07-12 (maintenance and minor feature release):