diff options
author | David Robillard <d@drobilla.net> | 2014-05-05 15:38:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-05-05 15:38:33 +0000 |
commit | 6ac6d7448aa0a976e7347daf8b48d6e56216af85 (patch) | |
tree | 0f51f140d4f04ef160cc36ab91a5dbd3a5111940 /NEWS | |
parent | 88b95c5a431dfb2762309073184406d1eaa987bf (diff) | |
download | lilv-6ac6d7448aa0a976e7347daf8b48d6e56216af85.tar.gz lilv-6ac6d7448aa0a976e7347daf8b48d6e56216af85.tar.bz2 lilv-6ac6d7448aa0a976e7347daf8b48d6e56216af85.zip |
Fix use of lv2info -m and -p options to write plugin data.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5401 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -lilv (0.18.1) unstable; +lilv (0.19.0) unstable; * Don't load files multiple times if they are listed as rdfs:seeAlso for several plugins @@ -6,8 +6,11 @@ lilv (0.18.1) unstable; * Call lv2_lib_descriptor separately for different bundle paths (fix loading several dynamic plugins like Ingen at once) * Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL + * Add convenient lilv_new_file_uri for creating file URIs. + * Fix use of lv2info -m and -p options to write plugin data + (useful for porting plugins bridges with NASPRO). - -- David Robillard <d@drobilla.net> Sat, 26 Apr 2014 20:29:27 -0400 + -- David Robillard <d@drobilla.net> Mon, 05 May 2014 17:00:36 +0200 lilv (0.18.0) stable; |