summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-03-17 16:48:38 -0400
committerDavid Robillard <d@drobilla.net>2016-03-17 16:48:38 -0400
commit4a1e47eb6ff69c2685feca73ba19700a99736b59 (patch)
tree48dcd217ffdee6620e643e0acf93d55727e64e31 /NEWS
parente1c2cf574732c52c4df791274f67381458f5e699 (diff)
downloadlilv-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--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4a857fd..023f9b9 100644
--- a/NEWS
+++ b/NEWS
@@ -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;