From: Mathieu Desnoyers Date: Wed, 21 Dec 2011 21:56:14 +0000 (-0500) Subject: Update version to 1.9.3 X-Git-Tag: v1.9.3 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=dddc9140f58815396278c0d4aa2381ce64d3c972 Update version to 1.9.3 Signed-off-by: Mathieu Desnoyers --- 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