From: Mathieu Desnoyers Date: Sun, 15 Aug 2010 22:46:28 +0000 (-0400) Subject: update compat X-Git-Tag: v0.12.34~1 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=4e0b958a111ac9e006acd135a6c8a97f8a959bf6 update compat Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 5c133382..c1795a54 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3842,6 +3842,7 @@ powerpc64, s390, sparc, sparc64.
0.218
0.219
0.220
+0.221
0.76
@@ -3960,6 +3961,9 @@ compilers.
LTTV 0.12.34 fixes a bug in string handling in libltttraceread. Caused incorrect string length calculation when a string appeared in many per-cpu tracefiles of the same channel.
+LTTng 0.221 is now supports writing strings into the buffer when string input is +being modified concurrently. Such a race should not render the trace +unreadable.