summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-30 21:40:26 +0000
committerDavid Robillard <d@drobilla.net>2011-01-30 21:40:26 +0000
commitd2ca87e3f2b8e38222f9c2a9f3235e4d270528c7 (patch)
treea123a427159fe57f90d00d9d846b24b7e7f283e8 /ChangeLog
parent23ef7a21c277ba5e864748d8e61ff3e20054758f (diff)
downloadlilv-d2ca87e3f2b8e38222f9c2a9f3235e4d270528c7.tar.gz
lilv-d2ca87e3f2b8e38222f9c2a9f3235e4d270528c7.tar.bz2
lilv-d2ca87e3f2b8e38222f9c2a9f3235e4d270528c7.zip
Remove all use of, and API support for, SPARQL.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2875 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 cee16dc..450683e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
-slv2 (0.6.7) unstable; urgency=low
+slv2 (0.6.9) 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
+ * Remove all use of SPARQL (including API that provided SPARQL support)
-- David Robillard <d@drobilla.net> (UNRELEASED)