summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-30 20:05:30 +0000
committerDavid Robillard <d@drobilla.net>2011-01-30 20:05:30 +0000
commit7d5759899900e99d235cc3be9d3cd968ebf505f8 (patch)
treed637cdffdd75388ed65dbd44905f76ab6dc3a8e3 /ChangeLog
parent6412e04de2654b216c8c95ed78297d265d771c6a (diff)
downloadlilv-7d5759899900e99d235cc3be9d3cd968ebf505f8.tar.gz
lilv-7d5759899900e99d235cc3be9d3cd968ebf505f8.tar.bz2
lilv-7d5759899900e99d235cc3be9d3cd968ebf505f8.zip
Remove slv2_plugin_get_properties and slv2_plugin_get_hints.
The comments say this is an API break, but since they are not explicitly exported, this part of the API actually broke when to switch to -fvisibility=hidden was made. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2872 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ac6f984..cee16dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,9 @@ slv2 (0.6.7) unstable; urgency=low
* Parse all files with their own URI as a base URI (allowing proper
reference to other things in the same bundle)
* Support relative URIs returned from lv2_descriptor in libraries
+ * Remove nonsensical slv2_plugin_get_properties and slv2_plugin_get_hints
- -- David Robillard <d@drobilla.net> ?
+ -- David Robillard <d@drobilla.net> (UNRELEASED)
slv2 (0.6.6) unstable; urgency=low