summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-23 05:40:35 +0000
committerDavid Robillard <d@drobilla.net>2012-08-23 05:40:35 +0000
commitb8724ab7da11a9d2de8b23b14c34dd07b866761b (patch)
tree1ab5a09bb15948ec0034acf438d81054c65ee768 /NEWS
parent2ec861b64b042a56bdb2bc0b15bf0c0950d2d662 (diff)
downloadlilv-b8724ab7da11a9d2de8b23b14c34dd07b866761b.tar.gz
lilv-b8724ab7da11a9d2de8b23b14c34dd07b866761b.tar.bz2
lilv-b8724ab7da11a9d2de8b23b14c34dd07b866761b.zip
Lilv 0.14.4
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4756 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9f066e9..6a2f53e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
-lilv (9999) unstable;
+lilv (0.14.4) stable;
- * Fix Lilv::Instance API to handle features and failed instantiations
* Deprecate old flawed Lilv::Instance constructors
- * Add Lilv::Instance::get_handle() and Lilv::Instance::get_extension_data()
* Fix documentation for ui_type parameter of lilv_ui_is_supported()
* Fix crash when lv2info is run with an invalid URI argument
* Gracefully handle failure to save plugin state and print error message
@@ -14,8 +12,11 @@ lilv (9999) unstable;
* Do not require a C++ compiler to build
* Add option to build utilities as static binaries
* Upgrade to waf 1.7.2
+ * lilvmm.hpp: Make Lilv::Instance handle features and failed instantiations
+ * lilvmm.hpp: Add Lilv::Instance::get_handle()
+ * lilvmm.hpp: Add Lilv::Instance::get_extension_data()
- -- David Robillard <d@drobilla.net>
+ -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 01:38:29 -0400
lilv (0.14.2) stable;