From 58bfa9afd4bf24708cf07c780dc06163fe1e6722 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 16 Feb 2012 14:32:19 -0500 Subject: [PATCH] Update version to 1.9.8 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7cdec757..a1e12046 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2012-02-16 lttng-ust 1.9.8 + * Fix comment in tracepoint.h + * Add loglevel info to manpage + * Remove stale binary file + * Add lttng-ust(3) + * Add a man page for lttng-gen-tp + * Install easy-ust and gen-tp examples in doc/ + * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files + * Add missing #define _GNU_SOURCE for sched_getcpu() + * Define _GNU_SOURCE for all implementation files rather than getcpu.h + * Add sched_getcpu and sysconf to AC_CHECK_FUNCS + * Mark lib_ring_buffer_print_errors unused + * Cleanup: remove extra space from easy_ust example + * Add missing comma to tracepoint STAP_PROBEV call + 2012-02-13 lttng-ust 1.9.7 * liblttng-ust-java: add missing -classpath ./ * Only specify that sdt.h provides system integration for now diff --git a/configure.ac b/configure.ac index 6acad6d3..7a3cb9eb 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.7],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[1.9.8],[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