Browse Source

Start v1.9.18

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.18^2
falkTX 4 years ago
parent
commit
1dea3e2c01
3 changed files with 6 additions and 2 deletions
  1. +4
    -0
      ChangeLog.rst
  2. +1
    -1
      common/JackConstants.h
  3. +1
    -1
      wscript

+ 4
- 0
ChangeLog.rst View File

@@ -1,6 +1,10 @@
ChangeLog ChangeLog
######### #########


* 1.9.18 (2021-04-15)

* Fix usage of meta-data in official macOS builds (private DB errors)

* 1.9.17 (2021-01-15) * 1.9.17 (2021-01-15)


* Fix jack_control stopping after first command iteration * Fix jack_control stopping after first command iteration


+ 1
- 1
common/JackConstants.h View File

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


#define VERSION "1.9.17"
#define VERSION "1.9.18"


#define BUFFER_SIZE_MAX 8192 #define BUFFER_SIZE_MAX 8192




+ 1
- 1
wscript View File

@@ -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.17'
VERSION='1.9.18'
APPNAME='jack' APPNAME='jack'
JACK_API_VERSION = '0.1.0' JACK_API_VERSION = '0.1.0'




Loading…
Cancel
Save