changeset 471:6750452fcbe6

Update CHANGELOG, version
author Chris Cannam
date Wed, 28 Sep 2011 16:25:31 +0100
parents e612c3844887
children b2a2db58ddfc
files CHANGELOG configure.ac
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Wed Sep 28 13:43:06 2011 +0100
+++ b/CHANGELOG	Wed Sep 28 16:25:31 2011 +0100
@@ -1,3 +1,13 @@
+
+Changes in Sonic Visualiser 1.9 since the previous release 1.8:
+
+ - Add session templates; save session as template; apply template to
+   session
+
+ - Tidy up the file open logic so as to remove the dialog asking how
+   to open a file, where possible
+
+ - Various bug fixes.
 
 Changes in Sonic Visualiser 1.8 since the previous release 1.7.2:
 
--- a/configure.ac	Wed Sep 28 13:43:06 2011 +0100
+++ b/configure.ac	Wed Sep 28 16:25:31 2011 +0100
@@ -1,5 +1,5 @@
 
-AC_INIT([Sonic Visualiser], 1.9-hg, cannam@all-day-breakfast.com)
+AC_INIT([Sonic Visualiser], 1.9, cannam@all-day-breakfast.com)
 
 AC_CONFIG_SRCDIR(main/main.cpp)