diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-06-24 18:25:05 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-09 20:46:26 -0400 |
commit | 864e12f4c87b72e860c08f57808e25a4ec1548a3 (patch) | |
tree | bf4b83b357a28db0ceea74ec44872883eddb73fd /NEWS | |
parent | 5b5aa5c63a78c0c96a6cec7740fcfd01325985ee (diff) | |
download | lilv-864e12f4c87b72e860c08f57808e25a4ec1548a3.tar.gz lilv-864e12f4c87b72e860c08f57808e25a4ec1548a3.tar.bz2 lilv-864e12f4c87b72e860c08f57808e25a4ec1548a3.zip |
Check lv2:binary predicate for UIs
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,12 +6,13 @@ lilv (0.22.1) unstable; * Replace bundles if bundle with newer plugin version is loaded (based on patch from Robin Gareus) * Fix loading dyn-manifest from bundles with spaces in their path + * Check lv2:binary predicate for UIs * Add LILV_URI_ATOM_PORT and LILV_URI_CV_PORT defines * Fix Python bindings * Fix documentation installation * Fix outdated comment references to lilv_uri_to_path() - -- David Robillard <d@drobilla.net> Thu, 17 Mar 2016 16:48:08 -0400 + -- David Robillard <d@drobilla.net> Sat, 09 Jul 2016 20:45:46 -0400 lilv (0.22.0) stable; |