diff options
author | David Robillard <d@drobilla.net> | 2012-11-23 03:39:05 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-11-23 03:39:05 +0000 |
commit | c28f70ab84dcbc2a185b1dc9577ea97cb1042701 (patch) | |
tree | 8c23c46c9d7f8ea958c0220de24e9ed2d1127531 /NEWS | |
parent | a76bd27ee0a9e763654100b584b3506f4f53e0c0 (diff) | |
download | lilv-c28f70ab84dcbc2a185b1dc9577ea97cb1042701.tar.gz lilv-c28f70ab84dcbc2a185b1dc9577ea97cb1042701.tar.bz2 lilv-c28f70ab84dcbc2a185b1dc9577ea97cb1042701.zip |
Add va_list variant of lilv_plugin_get_num_ports_of_class() (#758).
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4858 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,8 +1,10 @@ -lilv (0.14.5) unstable; +lilv (0.15.0) unstable; * Support atom:supports in lilv_port_supports_event(). + * Add va_list variant of lilv_plugin_get_num_ports_of_class(). * 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() -- David Robillard <d@drobilla.net> Thu, 22 Nov 2012 21:47:57 -0500 |