diff options
author | David Robillard <d@drobilla.net> | 2013-01-15 16:52:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-15 16:52:20 +0000 |
commit | a0ce6e18af34a8597e6fe0bc39d1f31737e7ef01 (patch) | |
tree | 260039c82763559bf044fa83751b22c188e73b9b /NEWS | |
parent | 68cdd691abaf1419cdcf6bb93a43782e849795f6 (diff) | |
download | lilv-a0ce6e18af34a8597e6fe0bc39d1f31737e7ef01.tar.gz lilv-a0ce6e18af34a8597e6fe0bc39d1f31737e7ef01.tar.bz2 lilv-a0ce6e18af34a8597e6fe0bc39d1f31737e7ef01.zip |
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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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() |