# HG changeset patch # User Chris Cannam # Date 1342542487 -3600 # Node ID ace08e6519a9e48210231c789889b25e82079ecf # Parent 4e981eeefd42096e00e7cb7d605efed1cdfa78f6 Update CHANGELOG, version diff -r 4e981eeefd42 -r ace08e6519a9 CHANGELOG --- 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: diff -r 4e981eeefd42 -r ace08e6519a9 configure.ac --- 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)