Update version to 1.9.2 v1.9.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Dec 2011 21:57:16 +0000 (16:57 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Dec 2011 21:57:16 +0000 (16:57 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index da50dd97efc4d1fba4c17173798750cf9dbb7323..2e0f6a7caf5a7f4c5ade07e8a16c230d9f67d0ca 100644 (file)
--- 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.
index 459bccbe0f5e823fd6362620f54f97dea9e94b0e..4385cf2d94f8641d9d6c07c965f24bc8d2315556 100644 (file)
@@ -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
This page took 0.025923 seconds and 4 git commands to generate.