diff options
author | David Robillard <d@drobilla.net> | 2017-03-06 18:58:57 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-03-06 18:58:57 +0100 |
commit | 4dcdf46bf1a221ff8d2fa01a95dff43057ee6437 (patch) | |
tree | 232e2d0a348fbc4cc6dd755f64788cb85e50ef5a /NEWS | |
parent | 112061493cae8a669df359fa929dfd3ff87d7d0e (diff) | |
download | lilv-4dcdf46bf1a221ff8d2fa01a95dff43057ee6437.tar.gz lilv-4dcdf46bf1a221ff8d2fa01a95dff43057ee6437.tar.bz2 lilv-4dcdf46bf1a221ff8d2fa01a95dff43057ee6437.zip |
Fix lv2bench for some plugins with sequence ports
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ lilv (0.24.3) unstable; + * Fix lv2bench for some plugins with sequence ports * Gracefully handle plugins with missing binary URIs * Remove use of deprecated readdir_r * Install Python bindings when configured without tests (thanks Clement Skau) - -- David Robillard <d@drobilla.net> Mon, 06 Mar 2017 18:57:09 +0100 + -- David Robillard <d@drobilla.net> Mon, 06 Mar 2017 18:58:42 +0100 lilv (0.24.2) stable; |