update compat
[lttv.git] / trunk / lttv / doc / developer / lttng-lttv-compatibility.html
index 0f4ede22ca9618101c34e48d2d83bd92dbd5e463..207fe361aa5f003403790f1a4db118a02c1cdaa9 100644 (file)
@@ -3380,6 +3380,9 @@ powerpc64, s390, sparc, sparc64.<br>
 0.12.12<br>
 0.12.13<br>
 0.12.14<br>
+0.12.15<br>
+0.12.16<br>
+0.12.17<br>
 </td>
 <td style="vertical-align: top;">
 0.92<br>
@@ -3427,11 +3430,22 @@ powerpc64, s390, sparc, sparc64.<br>
 0.135<br>
 0.136<br>
 0.137<br>
+0.138<br>
+0.139<br>
+0.140<br>
+0.141<br>
+0.142<br>
+0.143<br>
+0.144<br>
+0.145<br>
+0.146<br>
+0.147<br>
 </td>
 <td style="vertical-align: top;">
 0.65<br>
 0.66<br>
 0.67<br>
+0.68<br>
 </td>
 <td style="vertical-align: top;">
 obsolete<br>
@@ -3455,6 +3469,7 @@ obsolete<br>
 2.6.30-rc1<br>
 2.6.30-rc2<br>
 2.6.30-rc5<br>
+2.6.30<br>
 </td>
 <td style="vertical-align: top;">
 LTTng 0.92 reorders the LTTng patchset and drops the /proc/ltt interface.<br>
@@ -3500,6 +3515,26 @@ LTTV 0.12.14 fixes irq and softirq handling of resourceview for exit event at
 the beginning of the trace.<br>
 LTTng 0.137 moves trace_clock generic variable to trace_clock_var. Conflict with
 ftrace.<br>
+LTTng 0.139 modifies the memory barrier IPIs (at sub-subber switch) to give them
+a good deal of paranoia : don't trust the Linux IPI mechanism to ensure that
+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.<br>
+LTTng 0.140 supports kernel 2.6.30.<br>
+LTTV 0.12.15 contains some fixes for the resource view.<br>
+ltt-control 0.68 fixes a memory leak in liblttctl.<br>
+lttv 0.12.16 fixes file/quit menu.<br>
+lttv 0.12.17 changes g_warning for missing events/fields for a g_info. Activate
+with -v on the command line.<br>
+LTTng 0.143 fixes LTTng build with kernels having module config options
+disabled.<br>
+LTTng 0.144 includes a fix for network event byte ordering.<br>
+LTTng 0.145 fixes the flight recorder lockless fast path. Need to push reader
+there too. Also fixes the maximum splice() size: fixed to 1 subbuffer. Also
+simplified the flight recorder wrap around handling.<br>
+LTTng 0.146 adds extra read-side sub-buffer for flight recorder.<br>
+LTTng 0.147 fixes a race in the commit path for flight recorder extra sub-buffer
+exchange.<br>
 </td>
 <td style="vertical-align: top;">
 </td>
This page took 0.023108 seconds and 4 git commands to generate.