diff options
author | David Robillard <d@drobilla.net> | 2017-03-18 17:04:02 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-03-18 17:04:02 +0100 |
commit | 3ee07e807b3e5490fa274241f7f0552ede133f17 (patch) | |
tree | 5109d2ddc8c89c6a974e0ed3ed8b71b6baadadac /NEWS | |
parent | 4dcdf46bf1a221ff8d2fa01a95dff43057ee6437 (diff) | |
download | lilv-3ee07e807b3e5490fa274241f7f0552ede133f17.tar.gz lilv-3ee07e807b3e5490fa274241f7f0552ede133f17.tar.bz2 lilv-3ee07e807b3e5490fa274241f7f0552ede133f17.zip |
Support running a single plugin in lv2bench
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,12 +1,13 @@ lilv (0.24.3) unstable; - * Fix lv2bench for some plugins with sequence ports + * lv2bench: Improve support for plugins with sequence ports + * lv2bench: Support running a single plugin given on the command line * 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:58:42 +0100 + -- David Robillard <d@drobilla.net> Sat, 18 Mar 2017 17:02:35 +0100 lilv (0.24.2) stable; |