diff options
author | David Robillard <d@drobilla.net> | 2015-01-29 22:56:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-01-29 22:56:16 +0000 |
commit | 3257b52a2ceb7d6ad36a8cd8768612ce33090003 (patch) | |
tree | ab6f606ef350263d1e86b32f46a3e6fd4377f6cb /NEWS | |
parent | 48648e4330b224391307343198152cce4f446874 (diff) | |
download | lilv-3257b52a2ceb7d6ad36a8cd8768612ce33090003.tar.gz lilv-3257b52a2ceb7d6ad36a8cd8768612ce33090003.tar.bz2 lilv-3257b52a2ceb7d6ad36a8cd8768612ce33090003.zip |
Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes().
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5529 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,13 +2,15 @@ lilv (0.21.1) unstable; * Fix loading files with spaces in their path * Add lilv_file_uri_parse() for correct URI to path conversion + * Expose lilv_world_load_specifications() and + lilv_world_load_plugin_classes() * Tolerate passing NULL to lilv_state_restore() * Fix a few minor/unlikely memory errors * Configure based on compiler target OS for cross-compilation * Windows fixes (thanks John Emmas) * Minor documentation improvements - -- David Robillard <d@drobilla.net> Thu, 29 Jan 2015 17:40:17 -0500 + -- David Robillard <d@drobilla.net> Thu, 29 Jan 2015 17:55:31 -0500 lilv (0.20.0) stable; |