changeset 523:a740e96d7fec

Copyright notes and dates, CHANGELOG
author Chris Cannam
date Thu, 07 Mar 2013 17:53:44 +0000
parents d6ddc2c2a6ed
children 4d93fb9d53c8
files .hgsubstate CHANGELOG main/MainWindow.cpp
diffstat 3 files changed, 8 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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:
 
--- 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("<br>With LADSPA plugin support (API v%1) &copy; Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION);
     aboutText += tr("<br>With DSSI plugin support (API v%1) &copy; Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION);
-#ifdef RAPTOR_VERSION
-    aboutText += tr("<br>With Raptor RDF parser v%1 &copy; Dave Beckett and the University of Bristol").arg(RAPTOR_VERSION);
-#else // !RAPTOR_VERSION
-    aboutText += tr("<br>With Raptor RDF parser &copy; Dave Beckett and the University of Bristol");
-#endif // RAPTOR_VERSION
-#ifdef RASQAL_VERSION
-    aboutText += tr("<br>With Rasqal RDF query engine v%1 &copy; Dave Beckett and the University of Bristol").arg(RASQAL_VERSION);
-#else // !RASQAL_VERSION
-    aboutText += tr("<br>With Rasqal RDF query engine &copy; Dave Beckett and the University of Bristol");
-#endif // RASQAL_VERSION
-#ifdef HAVE_REDLAND
 #ifdef REDLAND_VERSION
     aboutText += tr("<br>With Redland RDF datastore v%1 &copy; Dave Beckett and the University of Bristol").arg(REDLAND_VERSION);
 #else // !REDLAND_VERSION
     aboutText += tr("<br>With Redland RDF datastore &copy; Dave Beckett and the University of Bristol");
 #endif // REDLAND_VERSION
-#endif // HAVE_REDLAND
+    aboutText += tr("<br>With Serd and Sord RDF parser and store &copy; David Robillard");
+    aboutText += tr("<br>With Dataquay Qt/RDF library &copy; Chris Cannam");
 
     aboutText += tr("<br>With RtMidi &copy; Gary P. Scavone");
 
@@ -4357,7 +4347,7 @@
 #endif
 
     aboutText += 
-        "<p><small>Sonic Visualiser Copyright &copy; 2005&ndash;2012 Chris Cannam and "
+        "<p><small>Sonic Visualiser Copyright &copy; 2005&ndash;2013 Chris Cannam and "
         "Queen Mary, University of London.</small></p>"
         "<p><small>This program is free software; you can redistribute it and/or "
         "modify it under the terms of the GNU General Public License as "