Browse Source

Prepare for future things

tags/v1.9.17
falkTX 4 years ago
parent
commit
b04b61622e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 14 additions and 3 deletions
  1. +11
    -0
      ChangeLog.rst
  2. +1
    -1
      common/JackConstants.h
  3. +1
    -1
      common/Jackdmp.cpp
  4. +1
    -1
      wscript

+ 11
- 0
ChangeLog.rst View File

@@ -1,6 +1,17 @@
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)

* Fix/revert a change in how meta-data definitions were exposed (regression in 1.9.15)


+ 1
- 1
common/JackConstants.h View File

@@ -24,7 +24,7 @@
#include "config.h"
#endif

#define VERSION "1.9.16"
#define VERSION "1.9.17"

#define BUFFER_SIZE_MAX 8192



+ 1
- 1
common/Jackdmp.cpp View File

@@ -97,7 +97,7 @@ static void copyright(FILE* file)
fprintf(file, "jackdmp " VERSION "\n"
"Copyright 2001-2005 Paul Davis and others.\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"
"This is free software, and you are welcome to redistribute it\n"
"under certain conditions; see the file COPYING for details\n");


+ 1
- 1
wscript View File

@@ -11,7 +11,7 @@ import sys
from waflib import Logs, Options, Task, Utils
from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallContext

VERSION='1.9.16'
VERSION='1.9.17'
APPNAME='jack'
JACK_API_VERSION = '0.1.0'



Loading…
Cancel
Save