aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-07 18:52:31 -0400
committerDavid Robillard <d@drobilla.net>2022-07-17 17:08:39 -0400
commitb5cf751096f182b51d96d2b3cef46d25d029a368 (patch)
tree9bd20a9df12a5686e49e805abcfcd96028485395
parent1c04550ba7db794fe23032143afeb07bee04ea08 (diff)
downloadlv2-b5cf751096f182b51d96d2b3cef46d25d029a368.tar.xz
Add missing release metadata
These should have been added for the 1.18.4 release. This seems a bit silly for minor changes like this that span the entire project, but the documentation tools currently require it. Simplifying this would be nice, perhaps by using NEWS files as the canonical source instead, which would be a nicer and more typical developer experience.
-rw-r--r--lv2/core/lv2core.meta.ttl10
-rw-r--r--lv2/event/event.meta.ttl10
2 files changed, 20 insertions, 0 deletions
diff --git a/lv2/core/lv2core.meta.ttl b/lv2/core/lv2core.meta.ttl
index 7dac5c1..9faea9d 100644
--- a/lv2/core/lv2core.meta.ttl
+++ b/lv2/core/lv2core.meta.ttl
@@ -16,6 +16,16 @@
<http://drobilla.net/drobilla#me> ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
doap:release [
+ doap:revision "18.4" ;
+ doap:created "2022-05-26" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.18.4.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Fix spelling errors."
+ ]
+ ]
+ ] , [
doap:revision "18.0" ;
doap:created "2020-04-26" ;
doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ;
diff --git a/lv2/event/event.meta.ttl b/lv2/event/event.meta.ttl
index 05476d8..e9c26bc 100644
--- a/lv2/event/event.meta.ttl
+++ b/lv2/event/event.meta.ttl
@@ -14,6 +14,16 @@
doap:developer <http://drobilla.net/drobilla#me> ,
<http://lv2plug.in/ns/meta#larsl> ;
doap:release [
+ doap:revision "1.14" ;
+ doap:created "2022-05-26" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.18.4.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Fix spelling errors."
+ ]
+ ]
+ ] , [
doap:revision "1.12" ;
doap:created "2014-08-08" ;
doap:file-release <http://lv2plug.in/spec/lv2-1.10.0.tar.bz2> ;