From b8724ab7da11a9d2de8b23b14c34dd07b866761b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 23 Aug 2012 05:40:35 +0000 Subject: Lilv 0.14.4 git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4756 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 9 +++++---- wscript | 2 +- 2 files changed, 6 insertions(+), 5 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 + -- David Robillard Thu, 23 Aug 2012 01:38:29 -0400 lilv (0.14.2) stable; diff --git a/wscript b/wscript index b4ea23d..46f298b 100644 --- a/wscript +++ b/wscript @@ -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) -- cgit v1.2.1