Update version to 1.9.7 v1.9.7
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Feb 2012 15:40:31 +0000 (10:40 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Feb 2012 15:40:31 +0000 (10:40 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index bd1737f872f04ed596a157d00920e82f1701f694..7cdec757cd4fe0142d7689193c816ca9391946b7 100644 (file)
--- 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
index 07e5c66f5a1acc4df8cfa4571ac37ebf7c803e6d..63f13d0ef0a17db7db6333a6223de4b92eae73fc 100644 (file)
@@ -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
This page took 0.025517 seconds and 4 git commands to generate.