summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-02 01:25:42 +0000
committerDavid Robillard <d@drobilla.net>2011-11-02 01:25:42 +0000
commit993f55ab9cb785da97059df5485c745b010ac8b2 (patch)
tree13ca40f030750c5d1f145feef064f1a0bea96c12 /ChangeLog
parent385be0465af010722fa3a99890d30674be3d2d0c (diff)
downloadlilv-993f55ab9cb785da97059df5485c745b010ac8b2.tar.gz
lilv-993f55ab9cb785da97059df5485c745b010ac8b2.tar.bz2
lilv-993f55ab9cb785da97059df5485c745b010ac8b2.zip
Use correct URI for dcterms:replaces (for hiding old plugins):
"http://purl.org/dc/terms/replaces" git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3594 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb92f77..1328232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@ lilv (UNRELEASED) unstable; urgency=low
* Use path variables in pkgconfig files
* Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
* Make Lilv::uri_to_path static inline (fix linking errors)
+ * Use correct URI for dcterms:replaces (for hiding old plugins):
+ "http://purl.org/dc/terms/replaces"
-- David Robillard <d@drobilla.net> (UNRELEASED)