diff options
author | David Robillard <d@drobilla.net> | 2011-11-02 01:25:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-02 01:25:42 +0000 |
commit | 993f55ab9cb785da97059df5485c745b010ac8b2 (patch) | |
tree | 13ca40f030750c5d1f145feef064f1a0bea96c12 /ChangeLog | |
parent | 385be0465af010722fa3a99890d30674be3d2d0c (diff) | |
download | lilv-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |