changeset 2421:791ee0f879fd

Next release will be 4.1; update changelog, and update Qt version in build
author Chris Cannam
date Thu, 21 Nov 2019 14:12:22 +0000
parents ca7aa47f9999
children 4954db12c5fd
files CHANGELOG deploy/win64/build-64.bat version.h
diffstat 3 files changed, 15 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Thu Nov 21 14:08:36 2019 +0000
+++ b/CHANGELOG	Thu Nov 21 14:12:22 2019 +0000
@@ -1,3 +1,16 @@
+
+Changes in Sonic Visualiser v4.1 (Nov 2019) since the previous release 4.0:
+
+ - Fix nonsense vertical scale in NoteLayer when displaying a model
+   with non-Hz scale (e.g. from an analysis plugin that outputs MIDI
+   note values)
+
+ - Fix failure to open playback device when using macOS Catalina with
+   certain audio devices
+
+ - Fix failure to make installed executables executable when
+   installing from the source package
+
 
 Changes in Sonic Visualiser v4.0 (25 Oct 2019) since the previous release 3.3:
 
--- a/deploy/win64/build-64.bat	Thu Nov 21 14:08:36 2019 +0000
+++ b/deploy/win64/build-64.bat	Thu Nov 21 14:12:22 2019 +0000
@@ -5,7 +5,7 @@
 
 set STARTPWD=%CD%
 
-set QTDIR=C:\Qt\5.13.1\msvc2017_64
+set QTDIR=C:\Qt\5.13.2\msvc2017_64
 if not exist %QTDIR% (
 @   echo Could not find 64-bit Qt in %QTDIR%
 @   exit /b 2
--- a/version.h	Thu Nov 21 14:08:36 2019 +0000
+++ b/version.h	Thu Nov 21 14:12:22 2019 +0000
@@ -1,1 +1,1 @@
-#define SV_VERSION "4.1-pre"
+#define SV_VERSION "4.1"