diff options
author | David Robillard <d@drobilla.net> | 2012-04-13 21:29:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-13 21:29:55 +0000 |
commit | 67e33e0476479ea5add23aa704db73560e477ec7 (patch) | |
tree | e83307c686fcf36af73ac6b7d228252d4cd1a83e /lv2/lv2plug.in/ns/ext/urid | |
parent | c6b0224e3e4bf97383713220765dad6875d57c3e (diff) | |
download | lv2-67e33e0476479ea5add23aa704db73560e477ec7.tar.xz |
Add missing file-release for 1.0. Improve documentation.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/urid')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/urid/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/urid/urid.ttl | 15 |
2 files changed, 14 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/ext/urid/manifest.ttl b/lv2/lv2plug.in/ns/ext/urid/manifest.ttl index e26230f..cf68dfc 100644 --- a/lv2/lv2plug.in/ns/ext/urid/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/urid/manifest.ttl @@ -4,5 +4,5 @@ <http://lv2plug.in/ns/ext/urid> a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <urid.ttl> . diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl index 50aa869..a73c511 100644 --- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl +++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl @@ -13,8 +13,18 @@ doap:name "LV2 URID" ; doap:shortdesc "Features for mapping URIs to and from integers." ; doap:release [ + doap:revision "1.1" ; + doap:created "2012-04-13" ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add feature struct names." + ] + ] + ] , [ doap:revision "1.0" ; doap:created "2011-11-21" ; + doap:file-release <http://lv2plug.in/spec/lv2-urid-1.0.tar.bz2> ; dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ @@ -35,8 +45,9 @@ of RDF but with the performance of integers.</p> <p>This extension is intended as an improved and simplified replacement for the <a href="http://lv2plug.in/ns/ext/uri-map">uri-map</a> extension, since the -<q>map</q> context parameter has been found problematic. New implementations -are strongly encouraged to use this extension for URI mapping.</p> +<q>map</q> context parameter has been found problematic. This extension is +functionally equivalent to the uri-map extension with a NULL context. New +implementations are encouraged to use this extension for URI mapping.</p> """ . urid:map |