# HG changeset patch # User Chris Cannam # Date 1574345897 0 # Node ID 5672283d728aa3edcb4e163d654c167135090836 # Parent 7387ff52a58a8e9144a05927a3009b44fcf6add6 Update version and changelog for 2.1.1 diff -r 7387ff52a58a -r 5672283d728a CHANGELOG --- a/CHANGELOG Wed Nov 20 11:16:47 2019 +0000 +++ b/CHANGELOG Thu Nov 21 14:18:17 2019 +0000 @@ -1,4 +1,21 @@ +Changes in Tony 2.1.1 (Nov 2019) since the previous release 2.1: + + - Fix incorrect state of "Penalise Soft Pitches" option in Analysis + menu. On first run this was displayed as if enabled, but the option + was not actually active when performing the analysis, until the + option was toggled or "Reset Options to Default" was used. + + - Fix failure to open playback device when using macOS Catalina with + certain audio devices + + - Remove dependency on JACK in Linux deb package: the application can + use it if available, but it isn't required + + - Fix failure to make installed executables executable when + installing from the source package + + Changes in Tony 2.1 (25 Oct 2019) since the previous release 2.0: - Fix problems reopening session files diff -r 7387ff52a58a -r 5672283d728a repoint-lock.json --- a/repoint-lock.json Wed Nov 20 11:16:47 2019 +0000 +++ b/repoint-lock.json Thu Nov 21 14:18:17 2019 +0000 @@ -1,13 +1,13 @@ { "libraries": { "vamp-plugin-sdk": { - "pin": "569fc23fa37a" + "pin": "c42e50a5c297" }, "svcore": { "pin": "73447d746db3" }, "svgui": { - "pin": "e95cefd4aa81" + "pin": "045063dcd2bc" }, "svapp": { "pin": "464fed3096f5" @@ -40,13 +40,13 @@ "pin": "7686116dcdd5" }, "sv-dependency-builds": { - "pin": "7029a4916348" + "pin": "d0c2a83c1364" }, "icons/scalable": { "pin": "be45984f7915" }, "pyin": { - "pin": "81f025823a5c" + "pin": "3faac48d491d" }, "chp": { "pin": "de970142809f" diff -r 7387ff52a58a -r 5672283d728a version.h --- a/version.h Wed Nov 20 11:16:47 2019 +0000 +++ b/version.h Thu Nov 21 14:18:17 2019 +0000 @@ -1,1 +1,1 @@ -#define TONY_VERSION "2.1" +#define TONY_VERSION "2.1.1"