aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/patch/patch.meta.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 20:38:29 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 20:38:29 -0400
commitd97a1a4daff228bdd62c68859959d13077e47026 (patch)
tree12c548e2cf6e95d3ef03c19e1ac7fd98ec27f5fc /lv2/patch/patch.meta.ttl
parent60ddbebe13e4e37f40aa9e3fb1f54cc7b4dc69a1 (diff)
downloadlv2-1.18.4.tar.xz
LV2 1.18.4v1.18.4
Diffstat (limited to 'lv2/patch/patch.meta.ttl')
-rw-r--r--lv2/patch/patch.meta.ttl14
1 files changed, 14 insertions, 0 deletions
diff --git a/lv2/patch/patch.meta.ttl b/lv2/patch/patch.meta.ttl
index 53cbdc0..12cb6c6 100644
--- a/lv2/patch/patch.meta.ttl
+++ b/lv2/patch/patch.meta.ttl
@@ -13,6 +13,20 @@
doap:name "LV2 Patch" ;
doap:shortdesc "A protocol for accessing and manipulating properties." ;
doap:release [
+ doap:revision "2.10" ;
+ 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."
+ ] , [
+ rdfs:label "Make the type of patch:wildcard more precise."
+ ] , [
+ rdfs:label "Fix type and range of patch:value."
+ ]
+ ]
+ ] , [
doap:revision "2.8" ;
doap:created "2020-04-26" ;
doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ;