# HG changeset patch # User Chris Cannam # Date 1458312927 0 # Node ID 4307b34f86c09e751980f5c2961b982737edfe83 # Parent 8e7f95a33e4eeb5d9c12095ef619e20d1e76b3bf Update CHANGELOG and copyright date diff -r 8e7f95a33e4e -r 4307b34f86c0 CHANGELOG --- a/CHANGELOG Fri Mar 18 14:46:10 2016 +0000 +++ b/CHANGELOG Fri Mar 18 14:55:27 2016 +0000 @@ -1,3 +1,25 @@ + +Changes in Sonic Annotator 1.4 since the previous release 1.3: + +Front-end changes: + + - Better error reporting, especially for invalid transform files + and transform-not-found + + - Avoid crashing out when a single plugin (that is not being used) + can't be loaded because of e.g. an undefined symbol + +Bug fixes: + + - Fix (with test) horrible crash with --multiplex option + + - Fix erroneous quantization to 16 bits for coded file types of + greater bit depth + + - Fix multiple outputs when requesting both summary and non-summary + for the same output + + Changes in Sonic Annotator 1.3 since the previous release 1.2: Back-end (feature writer) changes: diff -r 8e7f95a33e4e -r 4307b34f86c0 runner/main.cpp --- a/runner/main.cpp Fri Mar 18 14:46:10 2016 +0000 +++ b/runner/main.cpp Fri Mar 18 14:55:27 2016 +0000 @@ -191,7 +191,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-2015 Queen Mary, University of London." << endl; + cerr << "Copyright 2007-2016 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;