From b681cb7026c73e5802b71ebbe14fa053411f6aa3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 12 Nov 2009 20:56:02 -0500 Subject: [PATCH] Update version Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- doc/developer/lttng-lttv-compatibility.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7a6cb02b..7a2ee475 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.19-17102009], [ltt-dev@lists.casi.polymtl.ca]) +AC_INIT([lttv], [0.12.20-12112009], [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 a7444990..1724278c 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3385,6 +3385,7 @@ powerpc64, s390, sparc, sparc64.
0.12.17
0.12.18
0.12.19
+0.12.20
0.92
@@ -3605,6 +3606,8 @@ LTTng 0.166 fixes trace teardown error for 32-bit machines introduced in LTTng 0.167 supports kernel 2.6.31.6.
ltt-control 0.73 adds per-channel parameter "switch_timer" (periodic buffer flush timer interval).
+LTTV 0.12.20 fixes a dependency on non-standard __SIZEOF_LONG__. Uses __WORDSIZE +instead. Should fix some 32-bit builds.
-- 2.34.1