From: Mathieu Desnoyers Date: Tue, 3 Nov 2009 06:21:17 +0000 (-0500) Subject: update compat X-Git-Tag: v0.12.20~5 X-Git-Url: https://git.lttng.org/?p=lttv.git;a=commitdiff_plain;h=dfa5943db5324cc54c9ed49241d8bc02c5394baf update compat Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 7506d6bc..53adef1b 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3457,6 +3457,9 @@ powerpc64, s390, sparc, sparc64.
0.160
0.161
0.162
+0.163
+0.164
+0.165
0.65
@@ -3589,6 +3592,10 @@ ltt-control 0.72 adds support for network synchronization markers.
LTTng 0.164 relicenses most tracer C files and headers, as well as immediate values C files to dual LGPL v2.1 / GPL v2 license, and most immediate values headers to dual BSD / GPL v2 license (phase 1).
+LTTng 0.165 does a large refactoring/cleanup. It relicenses all the missing +LTTng files that can be shared with the UST tracer. All code imported from +relay.c is now in ltt-relay-splice.c, which is kept under the GPL license (and +only useful within the kernel anyway).