From a3c3a9f70abbfba9aa524f44b2f1f52faf574402 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 18 Jun 2013 20:27:06 -0400 Subject: [PATCH] Version 2.0.7 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7ccbeb39..08e3679a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-06-18 lttng-ust 2.0.7 + * Fix bug introduced by backport of "Clarify probe registration documentation/errors" + * Clarify probe registration documentation/errors + * Add mising include in ust.h + * lttng-gen-tp: Fix include guard name with file using non valid characters + * Cleanup lttng-gen-tp: remove leading underscore before include guard + * manpage: Document probe provider compatibility + * Fix: don't build C++ example if a C++ compiler isn't available + 2012-11-26 lttng-ust 2.0.6 * Print probe provider mismatch error even without -Wsystem-headers * Fix: Conditionally disable tests requiring shared libs support diff --git a/configure.ac b/configure.ac index 24d16e9d..84289223 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],[2.0.6],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.0.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