From: Mathieu Desnoyers Date: Sat, 14 Aug 2010 15:24:34 +0000 (-0400) Subject: update to 0.12.34 X-Git-Tag: v0.12.34~2 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=74d01ac4e18bf161186245a8c7651abeabc69816 update to 0.12.34 Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index d27b5373..23248bce 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([lttv], [0.12.33-08072010], [ltt-dev@lists.casi.polymtl.ca]) +AC_INIT([lttv], [0.12.34-14082010], [ltt-dev@lists.casi.polymtl.ca]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 4a13826f..5c133382 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3809,6 +3809,7 @@ powerpc64, s390, sparc, sparc64.
0.12.31
0.12.32
0.12.33
+0.12.34
0.191
@@ -3956,6 +3957,9 @@ LTTng 0.219 fixes an out-of-bound array use in marker.c.
LTTng 0.220 forces alignment on 128 bytes (larger than structure) to ensure that the section alignment in the linker script matches that of overly enthusiastic 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.