# HG changeset patch # User Chris Cannam # Date 1299588323 0 # Node ID 6c87f6443fe6ec120c104375bffa91c5f0fa0092 # Parent f0e3651ad3b0b7253562f74699938417ef544fd0 * Update copyright date and CHANGELOG diff -r f0e3651ad3b0 -r 6c87f6443fe6 CHANGELOG --- a/CHANGELOG Tue Mar 08 11:36:13 2011 +0000 +++ b/CHANGELOG Tue Mar 08 12:45:23 2011 +0000 @@ -1,3 +1,19 @@ + +Changes in Sonic Annotator 0.6 since the previous release 0.5: + +Build changes: + + - Switch to modular SV-libraries build using svcore library + - Add autoconf configure script + +Front-end changes: + + - Pick up default sample rate and channel count from the first + audio file, where not specified in the transform, instead of using + hard coded defaults + - Fix the --csv-one-file option which did not work in 0.5 + - Fix --force option when using playlists + - Add -v option to print version number and exit Changes in Sonic Annotator 0.5 since the previous release 0.4: diff -r f0e3651ad3b0 -r 6c87f6443fe6 README --- a/README Tue Mar 08 11:36:13 2011 +0000 +++ b/README Tue Mar 08 12:45:23 2011 +0000 @@ -25,7 +25,7 @@ The main program is by Mark Levy, Chris Cannam, and Chris Sutton. Sonic Annotator incorporates library code from the Sonic Visualiser application by Chris Cannam. Code copyright 2005-2007 Chris Cannam, -copyright 2006-2009 Queen Mary, University of London, except where +copyright 2006-2011 Queen Mary, University of London, except where indicated in the individual source files. This work was funded by the Engineering and Physical Sciences Research diff -r f0e3651ad3b0 -r 6c87f6443fe6 runner/main.cpp --- a/runner/main.cpp Tue Mar 08 11:36:13 2011 +0000 +++ b/runner/main.cpp Tue Mar 08 12:45:23 2011 +0000 @@ -144,7 +144,7 @@ cerr << "Sonic Annotator v" << RUNNER_VERSION << endl; cerr << "A utility for batch feature extraction from audio files." << endl; cerr << "Mark Levy, Chris Sutton and Chris Cannam, Queen Mary, University of London." << endl; - cerr << "Copyright 2007-2009 Queen Mary, University of London." << endl; + cerr << "Copyright 2007-2011 Queen Mary, University of London." << endl; cerr << endl; cerr << "This program is free software. You may redistribute copies of it under the" << endl; cerr << "terms of the GNU General Public License ." << endl;