# HG changeset patch # User Chris Cannam # Date 1317224966 -3600 # Node ID 7d6426295dd6597981f944361437404b6ecea704 # Parent 3840c55c75c21283fff4eb5477d53cf6a0f611c0 Update version and CHANGELOG diff -r 3840c55c75c2 -r 7d6426295dd6 CHANGELOG --- a/CHANGELOG Wed Sep 28 10:19:07 2011 +0100 +++ b/CHANGELOG Wed Sep 28 16:49:26 2011 +0100 @@ -4,6 +4,7 @@ Build changes: - Switch to modular SV-libraries build using svcore library + - We now require Vamp plugin SDK v2.3 - Add autoconf configure script Front-end changes: @@ -11,6 +12,7 @@ - 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 + - Make it possible to specify the window shape in transform - 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 diff -r 3840c55c75c2 -r 7d6426295dd6 configure.ac --- a/configure.ac Wed Sep 28 10:19:07 2011 +0100 +++ b/configure.ac Wed Sep 28 16:49:26 2011 +0100 @@ -1,5 +1,5 @@ -AC_INIT([Sonic Annotator], [0.6hg], cannam@all-day-breakfast.com) +AC_INIT([Sonic Annotator], [0.6], cannam@all-day-breakfast.com) AC_CONFIG_SRCDIR(runner/main.cpp)