From 0fa4d4847eb6d5bb0f58da889933c94c37ecb730 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 Feb 2019 17:01:24 +0100 Subject: LV2 1.16.0 --- lv2/core/lv2core.doap.ttl | 5 +++-- lv2/core/manifest.ttl | 2 +- lv2/core/meta.ttl | 15 +++++++++++---- 3 files changed, 15 insertions(+), 7 deletions(-) (limited to 'lv2/core') diff --git a/lv2/core/lv2core.doap.ttl b/lv2/core/lv2core.doap.ttl index af2a983..aace5ba 100644 --- a/lv2/core/lv2core.doap.ttl +++ b/lv2/core/lv2core.doap.ttl @@ -16,8 +16,9 @@ ; doap:maintainer ; doap:release [ - doap:revision "15.0" ; - doap:created "2018-10-28" ; + doap:revision "16.0" ; + doap:created "2019-02-03" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/core/manifest.ttl b/lv2/core/manifest.ttl index d331434..7abddce 100644 --- a/lv2/core/manifest.ttl +++ b/lv2/core/manifest.ttl @@ -5,7 +5,7 @@ a lv2:Specification ; - lv2:minorVersion 15 ; + lv2:minorVersion 16 ; lv2:microVersion 0 ; rdfs:seeAlso . diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index d6290f9..4752dcb 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -38,20 +38,27 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ - doap:revision "1.15.4" ; - doap:created "2018-09-22" ; + doap:revision "1.16.0" ; + doap:created "2019-02-03" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Add core/attributes.h utility header." - ] , [ - rdfs:label "Include waf sources and fix build with Python 3.7." ] , [ rdfs:label "eg-sampler: Add waveform display to UI." ] , [ rdfs:label "eg-midigate: Respond to \"all notes off\" MIDI message." + ] , [ + rdfs:label "Simplify use of lv2specgen." ] , [ rdfs:label "Add lv2_validate utility." + ] , [ + rdfs:label "Install headers to simpler paths." + ] , [ + rdfs:label "Aggressively deprecate uri-map and event extensions." + ] , [ + rdfs:label "Upgrade build system and fix building with Python 3.7." ] ] ] , [ -- cgit v1.2.1