From 67e33e0476479ea5add23aa704db73560e477ec7 Mon Sep 17 00:00:00 2001
From: David Robillard
Date: Fri, 13 Apr 2012 21:29:55 +0000
Subject: Add missing file-release for 1.0. Improve documentation.
---
lv2/lv2plug.in/ns/ext/urid/manifest.ttl | 2 +-
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 @@
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 0 ;
+ lv2:microVersion 1 ;
rdfs:seeAlso .
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 ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Add feature struct names."
+ ]
+ ]
+ ] , [
doap:revision "1.0" ;
doap:created "2011-11-21" ;
+ doap:file-release ;
dcs:blame ;
dcs:changeset [
dcs:item [
@@ -35,8 +45,9 @@ of RDF but with the performance of integers.
This extension is intended as an improved and simplified replacement for the
uri-map extension, since the
-map
context parameter has been found problematic. New implementations
-are strongly encouraged to use this extension for URI mapping.
+map
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.
""" .
urid:map
--
cgit v1.2.1