From 43f761966f4f5485e2cac8330e027e587babe4ad Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 13 Feb 2012 10:40:31 -0500 Subject: [PATCH] Update version to 1.9.7 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bd1737f8..7cdec757 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2012-02-13 lttng-ust 1.9.7 + * liblttng-ust-java: add missing -classpath ./ + * Only specify that sdt.h provides system integration for now + * Add STAP_PROBEV check ton configure.ac + * Add sdt.h integration + * Remove extern C around probe header + * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace + * Add a configure report at the end of the output + * Add sdt.h integration option + * Set default loglevel in metadata + * Fix: LTTng-UST java jni wrapper does not build with OpenJDK + 2012-02-09 lttng-ust 1.9.6 * Fix tracepoint.h multiple .o within module/core exec linkage bug * tracepoint: name -> _name to fix possible namespace clash diff --git a/configure.ac b/configure.ac index 07e5c66f..63f13d0e 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.6],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[1.9.7],[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