X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=0f720b8200a7ccf205539e63a1d02202eee9ff6f;hb=49b7ec47b28fa9b095b8fcce84ba8342dbbd4d97;hp=05252f85cedbc9ba7d7c6ba2d2f5038703840aaa;hpb=d5199b01cc9a845a021b302fe2fb5ba03f4fc417;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index 05252f85..0f720b82 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3380,6 +3380,9 @@ powerpc64, s390, sparc, sparc64.
0.12.12
0.12.13
0.12.14
+0.12.15
+0.12.16
+0.12.17
0.92
@@ -3430,11 +3433,15 @@ powerpc64, s390, sparc, sparc64.
0.138
0.139
0.140
+0.141
+0.142
+0.143
0.65
0.66
0.67
+0.68
obsolete
@@ -3510,6 +3517,13 @@ memory is presented in program order when the remote ipi handler runs. Use our own smp_mb()s to ensure memory ordering. It's a slow path anyway, we don't care.
LTTng 0.140 supports kernel 2.6.30.
+LTTV 0.12.15 contains some fixes for the resource view.
+ltt-control 0.68 fixes a memory leak in liblttctl.
+lttv 0.12.16 fixes file/quit menu.
+lttv 0.12.17 changes g_warning for missing events/fields for a g_info. Activate +with -v on the command line.
+LTTng 0.143 fixes LTTng build with kernels having module config options +disabled.