aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/meta
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-05 23:45:34 +0000
committerDavid Robillard <d@drobilla.net>2012-08-05 23:45:34 +0000
commit36ea54241a62bb6c9a032b1876d20dbbc30194b6 (patch)
treeb8dafe89e322941d0a8466cf66e63d2084da4d8f /lv2/lv2plug.in/ns/meta
parent105206c8cd1ce84d31f10880fd52f7feb8e09231 (diff)
downloadlv2-36ea54241a62bb6c9a032b1876d20dbbc30194b6.tar.xz
Move all project metadata for extensions (e.g. change log) to separate files to
spare hosts from loading them during discovery.
Diffstat (limited to 'lv2/lv2plug.in/ns/meta')
-rw-r--r--lv2/lv2plug.in/ns/meta/meta.ttl9
1 files changed, 9 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl
index da95822..e54a210 100644
--- a/lv2/lv2plug.in/ns/meta/meta.ttl
+++ b/lv2/lv2plug.in/ns/meta/meta.ttl
@@ -48,6 +48,15 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R
meta:kfoltman ,
meta:paniq ;
doap:release [
+ doap:revision "1.0.5" ;
+ doap:created "2012-08-05" ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Move all project metadata for extensions (e.g. change log) to separate files to spare hosts from loading them during discovery."
+ ]
+ ]
+ ] , [
doap:revision "1.0.0" ;
doap:created "2012-04-16" ;
doap:file-release <http://lv2plug.in/spec/lv2-ui-2.4.tar.bz2> ;