summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2023-02-02 12:04:10 +0100
committerfalkTX <falktx@falktx.com>2023-02-02 12:04:10 +0100
commit4f58969432339a250ce87fe855fb962c67d00ddb (patch)
treeee3f1ebff2ddf7ba5347dbb3a556806923647190
parent1eff44a212d5ac1f4f2d87d1ccce99de76798860 (diff)
downloadjack2-master.tar.gz
Update changelogHEADv1.9.22masterdevelop
Signed-off-by: falkTX <falktx@falktx.com>
-rw-r--r--ChangeLog.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 1f0dc0b5..d1f1c1f2 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,11 +1,14 @@
ChangeLog
#########
-* 1.9.22 (2022-xx-yy)
+* 1.9.22 (2023-02-02)
* 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)
+ * Fix build with python3.11+
+ * Fix compatibility with macOS 12+
+ * Fix ringbuffer thread safety on ARM
* 1.9.21 (2022-04-15)