diff options
author | David Robillard <d@drobilla.net> | 2012-07-06 21:25:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-06 21:25:07 +0000 |
commit | 949f0c6d5fd353909f210a9ec1975bf4a545fc27 (patch) | |
tree | a359ee6520f12ca9490dfc98ee80fb662c0ef09b /NEWS | |
parent | 673ed3d0ce33a728f3b9a88bdb82be1f5522a27f (diff) | |
download | lilv-949f0c6d5fd353909f210a9ec1975bf4a545fc27.tar.gz lilv-949f0c6d5fd353909f210a9ec1975bf4a545fc27.tar.bz2 lilv-949f0c6d5fd353909f210a9ec1975bf4a545fc27.zip |
Fix crash when lv2info is run with an invalid URI argument.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4508 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ lilv (9999) unstable; * 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 -- David Robillard <d@drobilla.net> |