From df38c9eddd81db74174647fd5cca89f7a6de1257 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Jul 2014 19:46:57 +0000 Subject: 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 --- NEWS | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'NEWS') 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 Mon, 05 May 2014 17:00:36 +0200 + -- David Robillard Sat, 12 Jul 2014 15:45:00 -0400 lilv (0.18.0) stable; -- cgit v1.2.1