From 4ce1d98a5b5aae6e80f2934262a656c5350b65b4 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 8 Jul 2010 11:48:38 -0400 Subject: [PATCH] update version to 0.12.33 Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- doc/developer/lttng-lttv-compatibility.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index adccd1a3..d27b5373 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.32-05032010], [ltt-dev@lists.casi.polymtl.ca]) +AC_INIT([lttv], [0.12.33-08072010], [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 aa203540..947f9e86 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3808,6 +3808,7 @@ powerpc64, s390, sparc, sparc64.
0.12.30
0.12.31
0.12.32
+0.12.33
0.191
@@ -3946,6 +3947,9 @@ ltt-control 0.87 fixes argument parsing for periodical buffer switch option.
LTTng 0.217 supports kernel 2.6.34.
LTTng 0.218 fixes a missing irq_desc export in kernel/irq/handle.c, affects sparse irq configurations.
+LTTV 0.12.33 fixes statistics handling. Use per-cpu rather than per-tracefile +event tree head. This bug was introduced when LTTng started supporting multiple +channels.
-- 2.34.1