From: Mathieu Desnoyers Date: Wed, 14 Dec 2011 21:57:16 +0000 (-0500) Subject: Update version to 1.9.2 X-Git-Tag: v1.9.2 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=07a0da24e88872e2867a0ffe4340053ea79d35c2 Update version to 1.9.2 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index da50dd97..2e0f6a7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2 +1,7 @@ +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 + * Make dlopen more robust by using the .0 target for the library + 2011-12-13 lttng-ust 1.9.1 * First LTTng-UST 2.0 prerelease. diff --git a/configure.ac b/configure.ac index 459bccbe..4385cf2d 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.1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[1.9.2],[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