Browse Source

Bump version and update changelog

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.22
falkTX 1 year ago
parent
commit
9267f9c61f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 8 additions and 2 deletions
  1. +6
    -0
      ChangeLog.rst
  2. +1
    -1
      common/JackConstants.h
  3. +1
    -1
      wscript

+ 6
- 0
ChangeLog.rst View File

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

* 1.9.22 (2022-xx-yy)

* The waf autooption ``--example-tools`` has been removed.
The example clients and tools are no longer part of the jack2 project.
* Drop dependencies that were only used for example clients and tools (readline, sndfile and zita libs)

* 1.9.21 (2022-04-15)

* Add shell mode to ``jack_control`` (executes commands from stdin until EOF)


+ 1
- 1
common/JackConstants.h View File

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

#define VERSION "1.9.21"
#define VERSION "1.9.22"

#define BUFFER_SIZE_MAX 8192



+ 1
- 1
wscript View File

@@ -10,7 +10,7 @@ from waflib import Logs, Options, TaskGen
from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallContext

# see also common/JackConstants.h
VERSION = '1.9.21'
VERSION = '1.9.22'
APPNAME = 'jack'
JACK_API_VERSION = '0.1.0'



Loading…
Cancel
Save