From dddc9140f58815396278c0d4aa2381ce64d3c972 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 21 Dec 2011 16:56:14 -0500 Subject: [PATCH] Update version to 1.9.3 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2e0f6a7c..aec1b497 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-12-21 lttng-ust 1.9.3 + * Fix clock source overflow on 32-bit archs + * Remove unused trace_clock_frequency + * check for negative wait() return value + * Add DBG message when registering a probe + * Only show futex warning "perror" in debug mode + 2011-12-14 lttng-ust 1.9.2 * Add missing ust_libc.h to Makefile.am * Use DBG instead of WARN for futex_wake workaround message diff --git a/configure.ac b/configure.ac index 4385cf2d..0c99606a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[1.9.2],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[1.9.3],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -- 2.34.1