changeset 65:ace08e6519a9 sonic-annotator-0.7

Update CHANGELOG, version
author Chris Cannam
date Tue, 17 Jul 2012 17:28:07 +0100
parents 4e981eeefd42
children ce119e3cbe72
files CHANGELOG configure.ac
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Tue Jul 17 17:26:08 2012 +0100
+++ b/CHANGELOG	Tue Jul 17 17:28:07 2012 +0100
@@ -1,3 +1,14 @@
+
+Changes in Sonic Annotator 0.7 since the previous release 0.6:
+
+Build changes:
+
+ - Support 64-bit builds on OS/X (using CoreAudio instead of
+   obsolete QuickTime audio file reader)
+
+ - Simplify RDF reading and fix some bugs. Now requires Dataquay
+   (http://breakfastquay.com/dataquay/) rather than using Redland
+   directly. Release builds use Sord/Serd rather than Redland
 
 Changes in Sonic Annotator 0.6 since the previous release 0.5:
 
--- a/configure.ac	Tue Jul 17 17:26:08 2012 +0100
+++ b/configure.ac	Tue Jul 17 17:28:07 2012 +0100
@@ -1,5 +1,5 @@
 
-AC_INIT([Sonic Annotator], [0.6], cannam@all-day-breakfast.com)
+AC_INIT([Sonic Annotator], [0.7], cannam@all-day-breakfast.com)
 
 AC_CONFIG_SRCDIR(runner/main.cpp)