| @@ -1,6 +1,17 @@ | |||||
| ChangeLog | ChangeLog | ||||
| ######### | ######### | ||||
| * 1.9.17 (2021-01-15) | |||||
| WIP! | |||||
| * Add jack-router to Windows installer, opt-in | |||||
| * Fix jack_control stopping after first command iteration | |||||
| * Fix registry keys for Windows, add 32bit compat ones on 64bit | |||||
| * Fix library compat/current version under macOS | |||||
| * Support for arm64 macOS builds | |||||
| * Update QjackCtl used in macOS/Windows installers to v0.9.0, with 1 commit cherry-picked from develop branch | |||||
| * 1.9.16 (2020-10-16) | * 1.9.16 (2020-10-16) | ||||
| * Fix/revert a change in how meta-data definitions were exposed (regression in 1.9.15) | * Fix/revert a change in how meta-data definitions were exposed (regression in 1.9.15) | ||||
| @@ -24,7 +24,7 @@ | |||||
| #include "config.h" | #include "config.h" | ||||
| #endif | #endif | ||||
| #define VERSION "1.9.16" | |||||
| #define VERSION "1.9.17" | |||||
| #define BUFFER_SIZE_MAX 8192 | #define BUFFER_SIZE_MAX 8192 | ||||
| @@ -97,7 +97,7 @@ static void copyright(FILE* file) | |||||
| fprintf(file, "jackdmp " VERSION "\n" | fprintf(file, "jackdmp " VERSION "\n" | ||||
| "Copyright 2001-2005 Paul Davis and others.\n" | "Copyright 2001-2005 Paul Davis and others.\n" | ||||
| "Copyright 2004-2016 Grame.\n" | "Copyright 2004-2016 Grame.\n" | ||||
| "Copyright 2016-2020 Filipe Coelho.\n" | |||||
| "Copyright 2016-2021 Filipe Coelho.\n" | |||||
| "jackdmp comes with ABSOLUTELY NO WARRANTY\n" | "jackdmp comes with ABSOLUTELY NO WARRANTY\n" | ||||
| "This is free software, and you are welcome to redistribute it\n" | "This is free software, and you are welcome to redistribute it\n" | ||||
| "under certain conditions; see the file COPYING for details\n"); | "under certain conditions; see the file COPYING for details\n"); | ||||
| @@ -11,7 +11,7 @@ import sys | |||||
| from waflib import Logs, Options, Task, Utils | from waflib import Logs, Options, Task, Utils | ||||
| from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallContext | from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallContext | ||||
| VERSION='1.9.16' | |||||
| VERSION='1.9.17' | |||||
| APPNAME='jack' | APPNAME='jack' | ||||
| JACK_API_VERSION = '0.1.0' | JACK_API_VERSION = '0.1.0' | ||||