aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
Diffstat (limited to 'lv2')
-rw-r--r--lv2/lv2plug.in/ns/ext/log/logger.h3
-rw-r--r--lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl9
-rw-r--r--lv2/lv2plug.in/ns/ext/log/manifest.ttl2
3 files changed, 12 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/log/logger.h b/lv2/lv2plug.in/ns/ext/log/logger.h
index f7cd921..88ca0aa 100644
--- a/lv2/lv2plug.in/ns/ext/log/logger.h
+++ b/lv2/lv2plug.in/ns/ext/log/logger.h
@@ -1,5 +1,5 @@
/*
- Copyright 2012 David Robillard <http://drobilla.net>
+ Copyright 2012-2013 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -28,6 +28,7 @@
#define LV2_ATOM_LOGGER_H
#include <stdio.h>
+#include <string.h>
#include "lv2/lv2plug.in/ns/ext/log/log.h"
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 d1715db..9de67dd 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.1" ;
+ doap:created "2013-12-15" ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Add missing include <string.h> to logger.h for memset."
+ ]
+ ]
+ ] , [
doap:revision "2.0" ;
doap:created "2013-01-08" ;
doap:file-release <http://lv2plug.in/spec/lv2-1.4.0.tar.bz2> ;
diff --git a/lv2/lv2plug.in/ns/ext/log/manifest.ttl b/lv2/lv2plug.in/ns/ext/log/manifest.ttl
index 25128dd..c76008b 100644
--- a/lv2/lv2plug.in/ns/ext/log/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/log/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/ext/log>
a lv2:Specification ;
lv2:minorVersion 2 ;
- lv2:microVersion 0 ;
+ lv2:microVersion 1 ;
rdfs:seeAlso <log.ttl> .