diff options
-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) |