# HG changeset patch # User Chris Cannam # Date 1253802840 0 # Node ID 9fef62a3696dedcd089bfc2f2b3a65e8f427128b # Parent 0af07912f386f97ed36a379b9b26b1c8e2dfe9dd * updates for forthcoming release diff -r 0af07912f386 -r 9fef62a3696d CHANGELOG --- a/CHANGELOG Wed Sep 16 11:28:21 2009 +0000 +++ b/CHANGELOG Thu Sep 24 14:34:00 2009 +0000 @@ -1,5 +1,32 @@ -Changes in Sonic Annotator 1.3 since the previous release 1.2: +Changes in Sonic Annotator 0.4 since the previous release 0.3: + +Build changes: + + - Sonic Annotator now requires the Vamp plugin SDK v2.1 or newer. + +Front-end changes: + + - More useful diagnostics are now available when a plugin fails to + load or run + - Frequency-domain plugins now use the PluginInputDomainAdapter's + new ShiftData processing method, ensuring that the first block + received by the plugin is the one centred on 0 rather than starting + at 0: we think this is a better match for normal usage expectations. + +CSV back-end (feature writer) changes: + + - The CSV writer now closes its output files properly when it + finishes writing to each one, rather than leaving them all open + until the end and risk running out of file descriptors. This was + already the behaviour of the RDF writer, the CSV one has just been + updated to match it. + - The behaviour of the CSV writer has also been changed to match + that of the RDF writer in handling file write failures (it now + continues processing only if --force is given). + + +Changes in Sonic Annotator 0.3 since the previous release 0.2: Front-end changes: diff -r 0af07912f386 -r 9fef62a3696d version.h --- a/version.h Wed Sep 16 11:28:21 2009 +0000 +++ b/version.h Thu Sep 24 14:34:00 2009 +0000 @@ -1,1 +1,1 @@ -#define RUNNER_VERSION "0.3" +#define RUNNER_VERSION "0.4"