aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-10 14:26:07 -0400
committerDavid Robillard <d@drobilla.net>2022-08-17 13:51:08 -0400
commit97cfde95c365a2f33b6a14b29b5cd5b9c6397616 (patch)
treeffde6254af2a750098626481e5c77b5bd099ff85 /NEWS
parenta71bbcd5d699b155daf37be93c521c00b3b06ae6 (diff)
downloadjalv-97cfde95c365a2f33b6a14b29b5cd5b9c6397616.tar.gz
jalv-97cfde95c365a2f33b6a14b29b5cd5b9c6397616.tar.bz2
jalv-97cfde95c365a2f33b6a14b29b5cd5b9c6397616.zip
Fix thread-safety of plugin/UI communication rings
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 105a617..c7b96f4 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ jalv (1.6.7) unstable; urgency=medium
* Fix memory leaks
* Fix outdated man pages
* Fix spurious transport messages
+ * Fix thread-safety of plugin/UI communication rings
* Flush stdout after printing control values in console interface
* Print status information consistently to stdout
* Propagate worker errors to the scheduler when possible
@@ -20,7 +21,7 @@ jalv (1.6.7) unstable; urgency=medium
* Remove Qt4 support
* Switch to meson build system
- -- David Robillard <d@drobilla.net> Wed, 10 Aug 2022 16:51:40 +0000
+ -- David Robillard <d@drobilla.net> Wed, 10 Aug 2022 17:04:22 +0000
jalv (1.6.6) stable; urgency=medium