summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2022-05-04 11:26:57 +0100
committerfalkTX <falktx@falktx.com>2022-05-04 11:26:57 +0100
commit9267f9c61fea45cce7253b65d21b2e24fc740a86 (patch)
tree46b3271b4b45f87a2cc48788b282f684d7496b31
parenta0b3e3e4dd2fc22c8d3e34b0030edf3d1fab0fd5 (diff)
downloadjack2-9267f9c61fea45cce7253b65d21b2e24fc740a86.tar.gz
Bump version and update changelog
Signed-off-by: falkTX <falktx@falktx.com>
-rw-r--r--ChangeLog.rst6
-rw-r--r--common/JackConstants.h2
-rw-r--r--wscript2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 9bf906b3..1f0dc0b5 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -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)
diff --git a/common/JackConstants.h b/common/JackConstants.h
index cf5db13b..25afd3de 100644
--- a/common/JackConstants.h
+++ b/common/JackConstants.h
@@ -24,7 +24,7 @@
#include "config.h"
#endif
-#define VERSION "1.9.21"
+#define VERSION "1.9.22"
#define BUFFER_SIZE_MAX 8192
diff --git a/wscript b/wscript
index e82f06bd..86eb3954 100644
--- a/wscript
+++ b/wscript
@@ -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'