diff options
author | David Robillard <d@drobilla.net> | 2011-11-17 20:13:41 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-17 20:13:41 +0000 |
commit | 6fde4cff5c0cce1d20be93407d8d3a28c12a459e (patch) | |
tree | bf4464883a57406cf9364f796aacd085c5640f18 /core.lv2 | |
parent | fb4b2ae273205436f1e4f68545225a3c01d673b5 (diff) | |
download | lv2-6fde4cff5c0cce1d20be93407d8d3a28c12a459e.tar.xz |
Show changelog for current development version.
Diffstat (limited to 'core.lv2')
-rw-r--r-- | core.lv2/lv2-doap.ttl | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/core.lv2/lv2-doap.ttl b/core.lv2/lv2-doap.ttl index 34b60dc..bbd093b 100644 --- a/core.lv2/lv2-doap.ttl +++ b/core.lv2/lv2-doap.ttl @@ -12,6 +12,17 @@ doap:shortdesc "An audio plugin interface specification" ; doap:programming-language "C" ; doap:release [ + doap:revision "4.1" ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add lv2:extensionData and lv2:ExtensionData for plugins to indicate that they support some URI for LV2_Descriptor::extension_data." + ] , [ + rdfs:label "Remove lv2config in favour of the convention that extension bundles simply install headers to standard URI-like include paths." + ] , [ + rdfs:label "Switch to simple BSD-style (ISC) license (with permission of all contributors to lv2.h and its ancestor, ladspa.h)." + ] + ] + ] , [ doap:revision "4.0" ; doap:created "2011-03-18" ; doap:file-release <http://lv2plug.in/spec/lv2core-4.0.tar.bz2> ; @@ -60,7 +71,7 @@ ] , [ doap:revision "2.0" ; doap:created "2008-02-10" ; - doap:file-release <http://lv2plug.in/spec/lv2core-2.0.tar.gz> ; + doap:file-release <http://lv2plug.in/spec/lv2core-2.0.tar.gz> ] ; doap:maintainer [ a foaf:Person ; |