summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-07-12 19:46:57 +0000
committerDavid Robillard <d@drobilla.net>2014-07-12 19:46:57 +0000
commitdf38c9eddd81db74174647fd5cca89f7a6de1257 (patch)
tree924f0181b42b80114bcddad9a4e46db8b4637f26 /NEWS
parent19681c50a2da2e368122ed33bf9fda0ae81f3f76 (diff)
downloadlilv-df38c9eddd81db74174647fd5cca89f7a6de1257.tar.gz
lilv-df38c9eddd81db74174647fd5cca89f7a6de1257.tar.bz2
lilv-df38c9eddd81db74174647fd5cca89f7a6de1257.zip
Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho) (fix #976).
Improve test coverage. Fix several minor memory leaks. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5406 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ba8c527..a00db45 100644
--- a/NEWS
+++ b/NEWS
@@ -2,15 +2,18 @@ lilv (0.19.0) unstable;
* Don't load files multiple times if they are listed as rdfs:seeAlso for
several plugins
- * Fix minor memory leak in test suite
* Call lv2_lib_descriptor separately for different bundle paths
(fix loading several dynamic plugins like Ingen at once)
* Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL
- * Add convenient lilv_new_file_uri for creating file URIs.
+ * Add convenient lilv_new_file_uri for creating file URIs
* Fix use of lv2info -m and -p options to write plugin data
- (useful for porting plugins bridges with NASPRO).
+ (useful for porting plugins bridges with NASPRO)
+ * Fix issues with lilv_plugin_get_author_name and friends
+ (thanks Filipe Coelho)
+ * Fix several minor memory leaks
+ * Improve test coverage
- -- David Robillard <d@drobilla.net> Mon, 05 May 2014 17:00:36 +0200
+ -- David Robillard <d@drobilla.net> Sat, 12 Jul 2014 15:45:00 -0400
lilv (0.18.0) stable;