diff options
author | David Robillard <d@drobilla.net> | 2015-02-19 09:38:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-19 09:38:37 +0000 |
commit | 6672e5727516eea194ca278731280cd08f1d3937 (patch) | |
tree | 18805dfc887c4ec1b0c5b027d8ed37cd8221bb9a /NEWS | |
parent | 765929f0b2194171c7f793dc01e227830533c420 (diff) | |
download | lilv-6672e5727516eea194ca278731280cd08f1d3937.tar.gz lilv-6672e5727516eea194ca278731280cd08f1d3937.tar.bz2 lilv-6672e5727516eea194ca278731280cd08f1d3937.zip |
Add lilv_state_emit_port_values() for special port value handling.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5586 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ lilv (0.21.1) unstable; * Fix loading files with spaces in their path * Add lilv_file_uri_parse() for correct URI to path conversion + * Add lilv_state_emit_port_values() for special port value handling * Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes() * Tolerate passing NULL to lilv_state_restore() @@ -11,7 +12,7 @@ lilv (0.21.1) unstable; * Windows fixes (thanks John Emmas) * Minor documentation improvements - -- David Robillard <d@drobilla.net> Sun, 08 Feb 2015 00:21:46 -0500 + -- David Robillard <d@drobilla.net> Thu, 19 Feb 2015 02:35:18 -0500 lilv (0.20.0) stable; |