# HG changeset patch # User Chris Cannam # Date 1362678824 0 # Node ID a740e96d7fecc0ce6347848ae346e70acb6e676b # Parent d6ddc2c2a6ede54e1a98a659703ac97aa42c816b Copyright notes and dates, CHANGELOG diff -r d6ddc2c2a6ed -r a740e96d7fec .hgsubstate --- a/.hgsubstate Tue Dec 11 13:07:59 2012 +0000 +++ b/.hgsubstate Thu Mar 07 17:53:44 2013 +0000 @@ -1,3 +1,3 @@ 8a603a0840c8cb6b756fa598a215a74c336682ac svapp -fb6313da1df623e95f5224edbcdbd7a856fe1e62 svcore +dc6c0e50724cc1eea8d77177f9e9a5d3c5d4cebd svcore 156a120345aebfa74dcca1d02d6a7dfa26bed483 svgui diff -r d6ddc2c2a6ed -r a740e96d7fec CHANGELOG --- a/CHANGELOG Tue Dec 11 13:07:59 2012 +0000 +++ b/CHANGELOG Thu Mar 07 17:53:44 2013 +0000 @@ -1,3 +1,7 @@ + +Changes in Sonic Visualiser 2.0.1 since the previous release 2.0: + + - Fix incorrect samplerate in reading m4a files on OS/X Changes in Sonic Visualiser 2.0 since the previous release 1.9: diff -r d6ddc2c2a6ed -r a740e96d7fec main/MainWindow.cpp --- a/main/MainWindow.cpp Tue Dec 11 13:07:59 2012 +0000 +++ b/main/MainWindow.cpp Thu Mar 07 17:53:44 2013 +0000 @@ -4318,23 +4318,13 @@ #endif // !HAVE_VAMP aboutText += tr("
With LADSPA plugin support (API v%1) © Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION); aboutText += tr("
With DSSI plugin support (API v%1) © Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION); -#ifdef RAPTOR_VERSION - aboutText += tr("
With Raptor RDF parser v%1 © Dave Beckett and the University of Bristol").arg(RAPTOR_VERSION); -#else // !RAPTOR_VERSION - aboutText += tr("
With Raptor RDF parser © Dave Beckett and the University of Bristol"); -#endif // RAPTOR_VERSION -#ifdef RASQAL_VERSION - aboutText += tr("
With Rasqal RDF query engine v%1 © Dave Beckett and the University of Bristol").arg(RASQAL_VERSION); -#else // !RASQAL_VERSION - aboutText += tr("
With Rasqal RDF query engine © Dave Beckett and the University of Bristol"); -#endif // RASQAL_VERSION -#ifdef HAVE_REDLAND #ifdef REDLAND_VERSION aboutText += tr("
With Redland RDF datastore v%1 © Dave Beckett and the University of Bristol").arg(REDLAND_VERSION); #else // !REDLAND_VERSION aboutText += tr("
With Redland RDF datastore © Dave Beckett and the University of Bristol"); #endif // REDLAND_VERSION -#endif // HAVE_REDLAND + aboutText += tr("
With Serd and Sord RDF parser and store © David Robillard"); + aboutText += tr("
With Dataquay Qt/RDF library © Chris Cannam"); aboutText += tr("
With RtMidi © Gary P. Scavone"); @@ -4357,7 +4347,7 @@ #endif aboutText += - "

Sonic Visualiser Copyright © 2005–2012 Chris Cannam and " + "

Sonic Visualiser Copyright © 2005–2013 Chris Cannam and " "Queen Mary, University of London.

" "

This program is free software; you can redistribute it and/or " "modify it under the terms of the GNU General Public License as "