summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-24 19:16:10 -0400
committerDavid Robillard <d@drobilla.net>2016-07-24 19:17:07 -0400
commitfe294dfcf5b009d7dd5dd18b7a26f71eb619a893 (patch)
treefcacac7b16b39a92d4f908d2b36fbe963d100e43 /NEWS
parentd92e316db4d5e28a05400d834e9f43c592f764fb (diff)
downloadlilv-fe294dfcf5b009d7dd5dd18b7a26f71eb619a893.tar.gz
lilv-fe294dfcf5b009d7dd5dd18b7a26f71eb619a893.tar.bz2
lilv-fe294dfcf5b009d7dd5dd18b7a26f71eb619a893.zip
Add lilv_state_set_metadata()
This allows setting useful metadata on a state description accessible to hosts but not plugins, such as pset:bank and rdfs:comment. Based on patch from Hanspeter Portner.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ffa5429..8310abf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
lilv (0.22.1) unstable;
+ * Add lilv_state_set_metadata() for adding state banks/comments/etc
+ (based on patch from Hanspeter Portner)
+ * Fix crash when state contains non-POD properties
* Fix state file versioning
* Unload contained resources when bundle is unloaded
* Do not instantiate plugin when data fails to parse
@@ -13,7 +16,7 @@ lilv (0.22.1) unstable;
* Fix documentation installation
* Fix outdated comment references to lilv_uri_to_path()
- -- David Robillard <d@drobilla.net> Tue, 12 Jul 2016 21:22:40 -0400
+ -- David Robillard <d@drobilla.net> Sun, 24 Jul 2016 19:16:57 -0400
lilv (0.22.0) stable;