summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-27 02:36:18 +0000
committerDavid Robillard <d@drobilla.net>2013-01-27 02:36:18 +0000
commit67303a64e1a7e6aa683ae39c54c32ad8bd0730ab (patch)
treefba736ca6c9e125b1fd0f73b5e586bd63006651e /NEWS
parent30521a822ee16b0945370543267f155b710c594b (diff)
downloadlilv-67303a64e1a7e6aa683ae39c54c32ad8bd0730ab.tar.gz
lilv-67303a64e1a7e6aa683ae39c54c32ad8bd0730ab.tar.bz2
lilv-67303a64e1a7e6aa683ae39c54c32ad8bd0730ab.zip
Don't print errors when loading plugin description as default state.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5010 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e79a665..bfaeea2 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,8 @@ lilv (0.15.0) unstable;
* Add lilv_nodes_merge()
* Make lilv_plugin_get_port_by_designation() return a const pointer
* Make state loading functions fall back to lv2:default for port values,
- so a plugin description can be loaded as default state.
+ so a plugin description can be loaded as default state
+ * Ignore state ports with no value instead of printing an error
* 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
@@ -14,7 +15,7 @@ lilv (0.15.0) unstable;
* lilvmm.hpp: Add several missing methods
* Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)
- -- David Robillard <d@drobilla.net> Sat, 26 Jan 2013 16:17:52 -0500
+ -- David Robillard <d@drobilla.net> Sat, 26 Jan 2013 21:14:13 -0500
lilv (0.14.4) stable;