summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-07-15 19:48:59 +0000
committerDavid Robillard <d@drobilla.net>2014-07-15 19:48:59 +0000
commit45f02a1390bbea3f7acbef5fdb4807a9f9331f3d (patch)
treec0a04698cdc1d392b5671ebe3c20d302acae61bf /NEWS
parentc067725cf5c187bca3c7b9a41c8b90a8ce50d95d (diff)
downloadlilv-45f02a1390bbea3f7acbef5fdb4807a9f9331f3d.tar.gz
lilv-45f02a1390bbea3f7acbef5fdb4807a9f9331f3d.tar.bz2
lilv-45f02a1390bbea3f7acbef5fdb4807a9f9331f3d.zip
Add lilv_world_unload_bundle() and lilv_world_unload_resource().
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5413 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 792c1dd..927ad2f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-lilv (0.19.0) unstable;
+lilv (0.19.2) unstable;
* Don't load files multiple times if they are listed as rdfs:seeAlso for
several plugins
@@ -12,10 +12,11 @@ lilv (0.19.0) unstable;
(thanks Filipe Coelho)
* Improved/working lv2_apply.py to apply plugin to a .wav
(thanks Joe Button)
+ * Add lilv_world_unload_bundle() and lilv_world_unload_resource()
* Fix several minor memory leaks
* Improve test coverage
- -- David Robillard <d@drobilla.net> Sat, 12 Jul 2014 22:42:56 -0400
+ -- David Robillard <d@drobilla.net> Tue, 15 Jul 2014 15:14:36 -0400
lilv (0.18.0) stable;