X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=63637929cf3f4360b33526d1c73c1fc701386f68;hb=b047e7ad67a0b9d53e8e86ad5a1af486cd823cbe;hp=82bec99d3120edce20cb9139c4ec42d085f575bd;hpb=92a37329e1513cfb346c6af2bb92d6742e5dcbad;p=lttv.git diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 82bec99d..63637929 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3383,6 +3383,8 @@ powerpc64, s390, sparc, sparc64.
0.12.15
0.12.16
0.12.17
+0.12.18
+0.12.19
0.92
@@ -3452,6 +3454,13 @@ powerpc64, s390, sparc, sparc64.
0.157
0.158
0.159
+0.160
+0.161
+0.162
+0.163
+0.164
+0.165
+0.166
0.65
@@ -3486,6 +3495,8 @@ obsolete
2.6.30-rc5
2.6.30
2.6.30.9
+2.6.31.3
+2.6.31.5
LTTng 0.92 reorders the LTTng patchset and drops the /proc/ltt interface.
@@ -3572,6 +3583,22 @@ notifier instead of mutex.
LTTng 0.160 supports kernel 2.6.30.9. Using CONFIG_TREE_RCU with kernel 2.6.30.x is recommended due to problems encountered with mainline PREEMPT and CLASSIC RCU.
+LTTng 0.161 fixes immediate values interaction with !CONFIG_KPROBES.
+LTTV 0.12.18 fixes a name table resizing problem (memory leak).
+LTTV 0.12.19 fixes packaging issue with headers.
+LTTng 0.162 supports Linux 2.6.31.3.
+LTTng 0.163 for Linux 2.6.31.5 adds support for network synchronization +markers.
+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).
+LTTng 0.166 fixes trace teardown error for 32-bit machines introduced in +0.165.