summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-23 19:53:29 -0400
committerDavid Robillard <d@drobilla.net>2023-09-23 19:53:29 -0400
commit8e4c4e44783e55b2766f33e711bd7fc04bf6d206 (patch)
treef99d73561899450068ff4d18941bced7deb51302 /NEWS
parentc57b77099bd2cdc4fd8072f4cb314caecd6753ec (diff)
downloadlilv-8e4c4e44783e55b2766f33e711bd7fc04bf6d206.tar.gz
lilv-8e4c4e44783e55b2766f33e711bd7fc04bf6d206.tar.bz2
lilv-8e4c4e44783e55b2766f33e711bd7fc04bf6d206.zip
Fix crash when plugins pass NULL to the LV2_State_Retrieve_Function
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c3a294d..1379240 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ lilv (0.24.21) unstable; urgency=medium
* Clean up code
* Clean up inconsistent tool command line interfaces
* Convert man pages to mdoc
+ * Fix crash when plugins pass NULL to the LV2_State_Retrieve_Function
* Fix dependencies in pkg-config file
* Fix potential crash when writing state files fails
* Order plugin classes by URI
@@ -12,7 +13,7 @@ lilv (0.24.21) unstable; urgency=medium
* Replace duplicated dox_to_sphinx script with sphinxygen dependency
* Switch to external zix dependency
- -- David Robillard <d@drobilla.net> Tue, 27 Jun 2023 04:08:59 +0000
+ -- David Robillard <d@drobilla.net> Sat, 23 Sep 2023 23:52:00 +0000
lilv (0.24.20) stable; urgency=medium