Mercurial > hg > sonic-annotator
changeset 49:6c87f6443fe6
* Update copyright date and CHANGELOG
author | Chris Cannam |
---|---|
date | Tue, 08 Mar 2011 12:45:23 +0000 |
parents | f0e3651ad3b0 |
children | d40b62a2006f |
files | CHANGELOG README runner/main.cpp |
diffstat | 3 files changed, 18 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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:
--- 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
--- 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 <http://www.gnu.org/licenses/gpl.html>." << endl;