diff options
author | David Robillard <d@drobilla.net> | 2012-08-23 05:40:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-23 05:40:35 +0000 |
commit | b8724ab7da11a9d2de8b23b14c34dd07b866761b (patch) | |
tree | 1ab5a09bb15948ec0034acf438d81054c65ee768 | |
parent | 2ec861b64b042a56bdb2bc0b15bf0c0950d2d662 (diff) | |
download | lilv-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
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 6 insertions, 5 deletions
@@ -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; @@ -7,7 +7,7 @@ from waflib.extras import autowaf as autowaf import waflib.Options as Options # Version of this package (even if built as a child) -LILV_VERSION = '0.14.2' +LILV_VERSION = '0.14.4' LILV_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) |