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

index 2e0f6a7caf5a7f4c5ade07e8a16c230d9f67d0ca..aec1b497e270c9036dd1eeb5e0d251ca93fcf3a2 100644 (file)
--- 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
index 4385cf2d94f8641d9d6c07c965f24bc8d2315556..0c99606ab44ab5497a3f566f9695a4c9011ce22d 100644 (file)
@@ -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
This page took 0.026388 seconds and 4 git commands to generate.