summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-10 08:56:33 +0000
committerDavid Robillard <d@drobilla.net>2013-02-10 08:56:33 +0000
commit36c22be51af07fc96a9168684949b82b8f6e325c (patch)
tree0cbdde26bbcd2d94727dd87ba61e2e7975eb9bc2 /NEWS
parent1ad20b172af88a909991289e6a11c8cc7934a875 (diff)
downloadlilv-36c22be51af07fc96a9168684949b82b8f6e325c.tar.gz
lilv-36c22be51af07fc96a9168684949b82b8f6e325c.tar.bz2
lilv-36c22be51af07fc96a9168684949b82b8f6e325c.zip
Add lilv_world_ask() for easily checking if a statement exists.
Add lilv_world_get() and lilv_port_get() for easily getting one value. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5053 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2da319e..8b2446b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
-lilv (0.15.0) unstable;
+lilv (0.15.1) unstable;
- * Add lilv_world_ask() for simply checking if a statement exists
+ * Add lilv_world_ask() for easily checking if a statement exists
+ * Add lilv_world_get() and lilv_port_get() for easily getting one value
* 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
@@ -17,7 +18,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 <d@drobilla.net> Sat, 02 Feb 2013 15:10:18 -0500
+ -- David Robillard <d@drobilla.net> Sun, 10 Feb 2013 01:10:12 -0500
lilv (0.14.4) stable;