From bf23b9f975ec97d20ba6381f2457e7b7d6ec0369 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Feb 2013 20:14:05 +0000 Subject: Require a URI for lilv_state_to_string() and fail gracefully otherwise. Fail gracefully when lilv_state_new_from_string() is called on NULL. Fixes #865. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5030 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index bfaeea2..2da319e 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ 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 + * Require a URI for lilv_state_to_string() and fail gracefully otherwise + * Fail gracefully when lilv_state_new_from_string() is called on NULL * Make state loading functions fall back to lv2:default for port values, so a plugin description can be loaded as default state * Ignore state ports with no value instead of printing an error @@ -15,7 +17,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 Sat, 26 Jan 2013 21:14:13 -0500 + -- David Robillard Sat, 02 Feb 2013 15:10:18 -0500 lilv (0.14.4) stable; -- cgit v1.2.1