diff options
author | David Robillard <d@drobilla.net> | 2016-07-30 19:08:26 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-31 14:24:20 -0400 |
commit | 7a5037a1508e3b84b2f742cda09a044451705d25 (patch) | |
tree | cb23094fde71b7737675280bc870ac109942fa22 /lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl | |
parent | fdeaa14f4078d9eab71fcf38d69010936afd77f7 (diff) | |
download | lv2-7a5037a1508e3b84b2f742cda09a044451705d25.tar.xz |
Add lv2_log_logger_set_map()
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl index 6316b4b..48460a5 100644 --- a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl @@ -11,6 +11,15 @@ doap:created "2012-01-12" ; doap:developer <http://drobilla.net/drobilla#me> ; doap:release [ + doap:revision "2.3" ; + doap:created "2016-07-30" ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add lv2_log_logger_set_map() for changing the URI map of an existing logger." + ] + ] + ] , [ doap:revision "2.2" ; doap:created "2014-01-04" ; doap:file-release <http://lv2plug.in/spec/lv2-1.8.0.tar.bz2> ; |