changeset 53:7d6426295dd6 sonic-annotator-0.6

Update version and CHANGELOG
author Chris Cannam
date Wed, 28 Sep 2011 16:49:26 +0100
parents 3840c55c75c2
children c6362a37e6dc
files CHANGELOG configure.ac
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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)