changeset 246:4307b34f86c0

Update CHANGELOG and copyright date
author Chris Cannam
date Fri, 18 Mar 2016 14:55:27 +0000
parents 8e7f95a33e4e
children c8e5fcddf8be
files CHANGELOG runner/main.cpp
diffstat 2 files changed, 23 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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:
--- 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 <http://www.gnu.org/licenses/gpl.html>." << endl;