diff options
author | David Robillard <d@drobilla.net> | 2016-03-17 16:48:38 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-03-17 16:48:38 -0400 |
commit | 4a1e47eb6ff69c2685feca73ba19700a99736b59 (patch) | |
tree | 48dcd217ffdee6620e643e0acf93d55727e64e31 /NEWS | |
parent | e1c2cf574732c52c4df791274f67381458f5e699 (diff) | |
download | lilv-4a1e47eb6ff69c2685feca73ba19700a99736b59.tar.gz lilv-4a1e47eb6ff69c2685feca73ba19700a99736b59.tar.bz2 lilv-4a1e47eb6ff69c2685feca73ba19700a99736b59.zip |
Replace bundle when newer plugin version is loaded
Based on patch from Robin Gareus.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,13 +3,15 @@ lilv (0.22.1) unstable; * Unload contained resources when bundle is unloaded * Do not instantiate plugin when data fails to parse * Support re-loading plugins + * 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 * 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, 29 Oct 2015 10:32:39 -0400 + -- David Robillard <d@drobilla.net> Thu, 17 Mar 2016 16:48:08 -0400 lilv (0.22.0) stable; |