From: Mathieu Desnoyers Date: Fri, 20 Aug 2010 16:06:20 +0000 (-0400) Subject: update version X-Git-Tag: v0.12.35 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=82b4cbf3bc1c6ec21c3505be7fd739e1c24464c3 update version Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 23248bce..9c7aa262 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.34-14082010], [ltt-dev@lists.casi.polymtl.ca]) +AC_INIT([lttv], [0.12.35-20082010], [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 fb9f9054..c51cded7 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3810,6 +3810,7 @@ powerpc64, s390, sparc, sparc64.
0.12.32
0.12.33
0.12.34
+0.12.35
0.191
@@ -3969,6 +3970,9 @@ unreadable.
LTTng 0.222 supports kernel 2.6.34.4. It includes a lttng splice actor adjustment to match a splice.c change in 2.6.34.2 which changed the checks for seekable files.
+LTTV 0.12.35 fixes a problem introduced in 0.12.34, fixing the problem initially +fixed by 0.12.34 in the "correct" way; without unwanted side-effects. LTTV +0.12.34 had problems calling hooks for some events.