summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2022-04-13 17:38:08 +0100
committerfalkTX <falktx@falktx.com>2022-04-13 17:38:08 +0100
commit61f0d4accbe24c171fc470360f0e7f80bbdba68f (patch)
treeab76bf4ca55003bc712508affd57c9fd2fe545a1 /ChangeLog.rst
parentc9d8173d2724526ed1a17ca06c77c21d69b9100c (diff)
downloadjack2-61f0d4accbe24c171fc470360f0e7f80bbdba68f.tar.gz
Update changelog, fixup for CI builds
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 96430ea8..826b18d0 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -6,10 +6,14 @@ ChangeLog
* The waf autooption ``--example-tools`` introduced in 1.9.20 is now off by default,
To get the previous behavior back pass ``--example-tools`` during build.
This flag (and the related tools and their code) are going to be removed in the next release.
- *
+ * Fix alignas() on non-packed architectures
+ * Fix build of jack-example-tools man pages (1.9.20 regression)
+ * Fix missing symbols from jack client library (error and info callback pointers)
+ * Fix potential memory corruption in midi_latency_test tool
+ * Use predefined variables in pkg-config file (required for mingw)
External changes, related to macOS/Windows installer:
- *
+ * Fix application style in QJackCtl (qwindowsvistastyle.dll was missing)
* 1.9.20 (2022-01-15)