From a0ce6e18af34a8597e6fe0bc39d1f31737e7ef01 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Jan 2013 16:52:20 +0000 Subject: Fix several plugin functions that failed to load data if called first. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4990 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d330ae9..c5624c2 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,11 @@ lilv (0.15.0) unstable; - * Add lilv_world_ask() for simply checking if a statement exists. - * Add lilv_nodes_merge(). - * Make lilv_plugin_get_port_by_designation() return a const pointer. - * Support atom:supports in lilv_port_supports_event(). - * Add va_list variant of lilv_plugin_get_num_ports_of_class(). + * Add lilv_world_ask() for simply checking if a statement exists + * Add lilv_nodes_merge() + * Make lilv_plugin_get_port_by_designation() return a const pointer + * Support atom:supports in lilv_port_supports_event() + * Add va_list variant of lilv_plugin_get_num_ports_of_class() + * Fix several plugin functions that failed to load data if called first * Correctly depend on serd at build time (fix compilation in odd cases) * Disable timestamps in HTML documentation for reproducible build * lilvmm.hpp: Support varargs for Plugin::get_num_ports_of_class() -- cgit v1.2.1